bootstrap-table-cs-CZ.js 44 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316
  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 ($$1) { 'use strict';
  6. function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
  7. var $__default = /*#__PURE__*/_interopDefaultLegacy($$1);
  8. var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
  9. var check = function (it) {
  10. return it && it.Math == Math && it;
  11. };
  12. // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
  13. var global$a =
  14. // eslint-disable-next-line es-x/no-global-this -- safe
  15. check(typeof globalThis == 'object' && globalThis) ||
  16. check(typeof window == 'object' && window) ||
  17. // eslint-disable-next-line no-restricted-globals -- safe
  18. check(typeof self == 'object' && self) ||
  19. check(typeof commonjsGlobal == 'object' && commonjsGlobal) ||
  20. // eslint-disable-next-line no-new-func -- fallback
  21. (function () { return this; })() || Function('return this')();
  22. var objectGetOwnPropertyDescriptor = {};
  23. var fails$b = function (exec) {
  24. try {
  25. return !!exec();
  26. } catch (error) {
  27. return true;
  28. }
  29. };
  30. var fails$a = fails$b;
  31. // Detect IE8's incomplete defineProperty implementation
  32. var descriptors = !fails$a(function () {
  33. // eslint-disable-next-line es-x/no-object-defineproperty -- required for testing
  34. return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;
  35. });
  36. var fails$9 = fails$b;
  37. var functionBindNative = !fails$9(function () {
  38. // eslint-disable-next-line es-x/no-function-prototype-bind -- safe
  39. var test = (function () { /* empty */ }).bind();
  40. // eslint-disable-next-line no-prototype-builtins -- safe
  41. return typeof test != 'function' || test.hasOwnProperty('prototype');
  42. });
  43. var NATIVE_BIND$1 = functionBindNative;
  44. var call$4 = Function.prototype.call;
  45. var functionCall = NATIVE_BIND$1 ? call$4.bind(call$4) : function () {
  46. return call$4.apply(call$4, arguments);
  47. };
  48. var objectPropertyIsEnumerable = {};
  49. var $propertyIsEnumerable = {}.propertyIsEnumerable;
  50. // eslint-disable-next-line es-x/no-object-getownpropertydescriptor -- safe
  51. var getOwnPropertyDescriptor$1 = Object.getOwnPropertyDescriptor;
  52. // Nashorn ~ JDK8 bug
  53. var NASHORN_BUG = getOwnPropertyDescriptor$1 && !$propertyIsEnumerable.call({ 1: 2 }, 1);
  54. // `Object.prototype.propertyIsEnumerable` method implementation
  55. // https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable
  56. objectPropertyIsEnumerable.f = NASHORN_BUG ? function propertyIsEnumerable(V) {
  57. var descriptor = getOwnPropertyDescriptor$1(this, V);
  58. return !!descriptor && descriptor.enumerable;
  59. } : $propertyIsEnumerable;
  60. var createPropertyDescriptor$3 = function (bitmap, value) {
  61. return {
  62. enumerable: !(bitmap & 1),
  63. configurable: !(bitmap & 2),
  64. writable: !(bitmap & 4),
  65. value: value
  66. };
  67. };
  68. var NATIVE_BIND = functionBindNative;
  69. var FunctionPrototype$1 = Function.prototype;
  70. var bind = FunctionPrototype$1.bind;
  71. var call$3 = FunctionPrototype$1.call;
  72. var uncurryThis$a = NATIVE_BIND && bind.bind(call$3, call$3);
  73. var functionUncurryThis = NATIVE_BIND ? function (fn) {
  74. return fn && uncurryThis$a(fn);
  75. } : function (fn) {
  76. return fn && function () {
  77. return call$3.apply(fn, arguments);
  78. };
  79. };
  80. var uncurryThis$9 = functionUncurryThis;
  81. var toString$1 = uncurryThis$9({}.toString);
  82. var stringSlice = uncurryThis$9(''.slice);
  83. var classofRaw$1 = function (it) {
  84. return stringSlice(toString$1(it), 8, -1);
  85. };
  86. var uncurryThis$8 = functionUncurryThis;
  87. var fails$8 = fails$b;
  88. var classof$3 = classofRaw$1;
  89. var $Object$3 = Object;
  90. var split = uncurryThis$8(''.split);
  91. // fallback for non-array-like ES3 and non-enumerable old V8 strings
  92. var indexedObject = fails$8(function () {
  93. // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346
  94. // eslint-disable-next-line no-prototype-builtins -- safe
  95. return !$Object$3('z').propertyIsEnumerable(0);
  96. }) ? function (it) {
  97. return classof$3(it) == 'String' ? split(it, '') : $Object$3(it);
  98. } : $Object$3;
  99. var $TypeError$6 = TypeError;
  100. // `RequireObjectCoercible` abstract operation
  101. // https://tc39.es/ecma262/#sec-requireobjectcoercible
  102. var requireObjectCoercible$2 = function (it) {
  103. if (it == undefined) throw $TypeError$6("Can't call method on " + it);
  104. return it;
  105. };
  106. // toObject with fallback for non-array-like ES3 strings
  107. var IndexedObject = indexedObject;
  108. var requireObjectCoercible$1 = requireObjectCoercible$2;
  109. var toIndexedObject$3 = function (it) {
  110. return IndexedObject(requireObjectCoercible$1(it));
  111. };
  112. // `IsCallable` abstract operation
  113. // https://tc39.es/ecma262/#sec-iscallable
  114. var isCallable$c = function (argument) {
  115. return typeof argument == 'function';
  116. };
  117. var isCallable$b = isCallable$c;
  118. var isObject$7 = function (it) {
  119. return typeof it == 'object' ? it !== null : isCallable$b(it);
  120. };
  121. var global$9 = global$a;
  122. var isCallable$a = isCallable$c;
  123. var aFunction = function (argument) {
  124. return isCallable$a(argument) ? argument : undefined;
  125. };
  126. var getBuiltIn$4 = function (namespace, method) {
  127. return arguments.length < 2 ? aFunction(global$9[namespace]) : global$9[namespace] && global$9[namespace][method];
  128. };
  129. var uncurryThis$7 = functionUncurryThis;
  130. var objectIsPrototypeOf = uncurryThis$7({}.isPrototypeOf);
  131. var getBuiltIn$3 = getBuiltIn$4;
  132. var engineUserAgent = getBuiltIn$3('navigator', 'userAgent') || '';
  133. var global$8 = global$a;
  134. var userAgent = engineUserAgent;
  135. var process = global$8.process;
  136. var Deno = global$8.Deno;
  137. var versions = process && process.versions || Deno && Deno.version;
  138. var v8 = versions && versions.v8;
  139. var match, version;
  140. if (v8) {
  141. match = v8.split('.');
  142. // in old Chrome, versions of V8 isn't V8 = Chrome / 10
  143. // but their correct versions are not interesting for us
  144. version = match[0] > 0 && match[0] < 4 ? 1 : +(match[0] + match[1]);
  145. }
  146. // BrowserFS NodeJS `process` polyfill incorrectly set `.v8` to `0.0`
  147. // so check `userAgent` even if `.v8` exists, but 0
  148. if (!version && userAgent) {
  149. match = userAgent.match(/Edge\/(\d+)/);
  150. if (!match || match[1] >= 74) {
  151. match = userAgent.match(/Chrome\/(\d+)/);
  152. if (match) version = +match[1];
  153. }
  154. }
  155. var engineV8Version = version;
  156. /* eslint-disable es-x/no-symbol -- required for testing */
  157. var V8_VERSION$2 = engineV8Version;
  158. var fails$7 = fails$b;
  159. // eslint-disable-next-line es-x/no-object-getownpropertysymbols -- required for testing
  160. var nativeSymbol = !!Object.getOwnPropertySymbols && !fails$7(function () {
  161. var symbol = Symbol();
  162. // Chrome 38 Symbol has incorrect toString conversion
  163. // `get-own-property-symbols` polyfill symbols converted to object are not Symbol instances
  164. return !String(symbol) || !(Object(symbol) instanceof Symbol) ||
  165. // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances
  166. !Symbol.sham && V8_VERSION$2 && V8_VERSION$2 < 41;
  167. });
  168. /* eslint-disable es-x/no-symbol -- required for testing */
  169. var NATIVE_SYMBOL$1 = nativeSymbol;
  170. var useSymbolAsUid = NATIVE_SYMBOL$1
  171. && !Symbol.sham
  172. && typeof Symbol.iterator == 'symbol';
  173. var getBuiltIn$2 = getBuiltIn$4;
  174. var isCallable$9 = isCallable$c;
  175. var isPrototypeOf = objectIsPrototypeOf;
  176. var USE_SYMBOL_AS_UID$1 = useSymbolAsUid;
  177. var $Object$2 = Object;
  178. var isSymbol$2 = USE_SYMBOL_AS_UID$1 ? function (it) {
  179. return typeof it == 'symbol';
  180. } : function (it) {
  181. var $Symbol = getBuiltIn$2('Symbol');
  182. return isCallable$9($Symbol) && isPrototypeOf($Symbol.prototype, $Object$2(it));
  183. };
  184. var $String$1 = String;
  185. var tryToString$1 = function (argument) {
  186. try {
  187. return $String$1(argument);
  188. } catch (error) {
  189. return 'Object';
  190. }
  191. };
  192. var isCallable$8 = isCallable$c;
  193. var tryToString = tryToString$1;
  194. var $TypeError$5 = TypeError;
  195. // `Assert: IsCallable(argument) is true`
  196. var aCallable$1 = function (argument) {
  197. if (isCallable$8(argument)) return argument;
  198. throw $TypeError$5(tryToString(argument) + ' is not a function');
  199. };
  200. var aCallable = aCallable$1;
  201. // `GetMethod` abstract operation
  202. // https://tc39.es/ecma262/#sec-getmethod
  203. var getMethod$1 = function (V, P) {
  204. var func = V[P];
  205. return func == null ? undefined : aCallable(func);
  206. };
  207. var call$2 = functionCall;
  208. var isCallable$7 = isCallable$c;
  209. var isObject$6 = isObject$7;
  210. var $TypeError$4 = TypeError;
  211. // `OrdinaryToPrimitive` abstract operation
  212. // https://tc39.es/ecma262/#sec-ordinarytoprimitive
  213. var ordinaryToPrimitive$1 = function (input, pref) {
  214. var fn, val;
  215. if (pref === 'string' && isCallable$7(fn = input.toString) && !isObject$6(val = call$2(fn, input))) return val;
  216. if (isCallable$7(fn = input.valueOf) && !isObject$6(val = call$2(fn, input))) return val;
  217. if (pref !== 'string' && isCallable$7(fn = input.toString) && !isObject$6(val = call$2(fn, input))) return val;
  218. throw $TypeError$4("Can't convert object to primitive value");
  219. };
  220. var shared$3 = {exports: {}};
  221. var global$7 = global$a;
  222. // eslint-disable-next-line es-x/no-object-defineproperty -- safe
  223. var defineProperty$1 = Object.defineProperty;
  224. var defineGlobalProperty$3 = function (key, value) {
  225. try {
  226. defineProperty$1(global$7, key, { value: value, configurable: true, writable: true });
  227. } catch (error) {
  228. global$7[key] = value;
  229. } return value;
  230. };
  231. var global$6 = global$a;
  232. var defineGlobalProperty$2 = defineGlobalProperty$3;
  233. var SHARED = '__core-js_shared__';
  234. var store$3 = global$6[SHARED] || defineGlobalProperty$2(SHARED, {});
  235. var sharedStore = store$3;
  236. var store$2 = sharedStore;
  237. (shared$3.exports = function (key, value) {
  238. return store$2[key] || (store$2[key] = value !== undefined ? value : {});
  239. })('versions', []).push({
  240. version: '3.22.8',
  241. mode: 'global',
  242. copyright: '© 2014-2022 Denis Pushkarev (zloirock.ru)',
  243. license: 'https://github.com/zloirock/core-js/blob/v3.22.8/LICENSE',
  244. source: 'https://github.com/zloirock/core-js'
  245. });
  246. var requireObjectCoercible = requireObjectCoercible$2;
  247. var $Object$1 = Object;
  248. // `ToObject` abstract operation
  249. // https://tc39.es/ecma262/#sec-toobject
  250. var toObject$2 = function (argument) {
  251. return $Object$1(requireObjectCoercible(argument));
  252. };
  253. var uncurryThis$6 = functionUncurryThis;
  254. var toObject$1 = toObject$2;
  255. var hasOwnProperty = uncurryThis$6({}.hasOwnProperty);
  256. // `HasOwnProperty` abstract operation
  257. // https://tc39.es/ecma262/#sec-hasownproperty
  258. // eslint-disable-next-line es-x/no-object-hasown -- safe
  259. var hasOwnProperty_1 = Object.hasOwn || function hasOwn(it, key) {
  260. return hasOwnProperty(toObject$1(it), key);
  261. };
  262. var uncurryThis$5 = functionUncurryThis;
  263. var id = 0;
  264. var postfix = Math.random();
  265. var toString = uncurryThis$5(1.0.toString);
  266. var uid$2 = function (key) {
  267. return 'Symbol(' + (key === undefined ? '' : key) + ')_' + toString(++id + postfix, 36);
  268. };
  269. var global$5 = global$a;
  270. var shared$2 = shared$3.exports;
  271. var hasOwn$6 = hasOwnProperty_1;
  272. var uid$1 = uid$2;
  273. var NATIVE_SYMBOL = nativeSymbol;
  274. var USE_SYMBOL_AS_UID = useSymbolAsUid;
  275. var WellKnownSymbolsStore = shared$2('wks');
  276. var Symbol$1 = global$5.Symbol;
  277. var symbolFor = Symbol$1 && Symbol$1['for'];
  278. var createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol$1 : Symbol$1 && Symbol$1.withoutSetter || uid$1;
  279. var wellKnownSymbol$6 = function (name) {
  280. if (!hasOwn$6(WellKnownSymbolsStore, name) || !(NATIVE_SYMBOL || typeof WellKnownSymbolsStore[name] == 'string')) {
  281. var description = 'Symbol.' + name;
  282. if (NATIVE_SYMBOL && hasOwn$6(Symbol$1, name)) {
  283. WellKnownSymbolsStore[name] = Symbol$1[name];
  284. } else if (USE_SYMBOL_AS_UID && symbolFor) {
  285. WellKnownSymbolsStore[name] = symbolFor(description);
  286. } else {
  287. WellKnownSymbolsStore[name] = createWellKnownSymbol(description);
  288. }
  289. } return WellKnownSymbolsStore[name];
  290. };
  291. var call$1 = functionCall;
  292. var isObject$5 = isObject$7;
  293. var isSymbol$1 = isSymbol$2;
  294. var getMethod = getMethod$1;
  295. var ordinaryToPrimitive = ordinaryToPrimitive$1;
  296. var wellKnownSymbol$5 = wellKnownSymbol$6;
  297. var $TypeError$3 = TypeError;
  298. var TO_PRIMITIVE = wellKnownSymbol$5('toPrimitive');
  299. // `ToPrimitive` abstract operation
  300. // https://tc39.es/ecma262/#sec-toprimitive
  301. var toPrimitive$1 = function (input, pref) {
  302. if (!isObject$5(input) || isSymbol$1(input)) return input;
  303. var exoticToPrim = getMethod(input, TO_PRIMITIVE);
  304. var result;
  305. if (exoticToPrim) {
  306. if (pref === undefined) pref = 'default';
  307. result = call$1(exoticToPrim, input, pref);
  308. if (!isObject$5(result) || isSymbol$1(result)) return result;
  309. throw $TypeError$3("Can't convert object to primitive value");
  310. }
  311. if (pref === undefined) pref = 'number';
  312. return ordinaryToPrimitive(input, pref);
  313. };
  314. var toPrimitive = toPrimitive$1;
  315. var isSymbol = isSymbol$2;
  316. // `ToPropertyKey` abstract operation
  317. // https://tc39.es/ecma262/#sec-topropertykey
  318. var toPropertyKey$3 = function (argument) {
  319. var key = toPrimitive(argument, 'string');
  320. return isSymbol(key) ? key : key + '';
  321. };
  322. var global$4 = global$a;
  323. var isObject$4 = isObject$7;
  324. var document = global$4.document;
  325. // typeof document.createElement is 'object' in old IE
  326. var EXISTS$1 = isObject$4(document) && isObject$4(document.createElement);
  327. var documentCreateElement = function (it) {
  328. return EXISTS$1 ? document.createElement(it) : {};
  329. };
  330. var DESCRIPTORS$6 = descriptors;
  331. var fails$6 = fails$b;
  332. var createElement = documentCreateElement;
  333. // Thanks to IE8 for its funny defineProperty
  334. var ie8DomDefine = !DESCRIPTORS$6 && !fails$6(function () {
  335. // eslint-disable-next-line es-x/no-object-defineproperty -- required for testing
  336. return Object.defineProperty(createElement('div'), 'a', {
  337. get: function () { return 7; }
  338. }).a != 7;
  339. });
  340. var DESCRIPTORS$5 = descriptors;
  341. var call = functionCall;
  342. var propertyIsEnumerableModule = objectPropertyIsEnumerable;
  343. var createPropertyDescriptor$2 = createPropertyDescriptor$3;
  344. var toIndexedObject$2 = toIndexedObject$3;
  345. var toPropertyKey$2 = toPropertyKey$3;
  346. var hasOwn$5 = hasOwnProperty_1;
  347. var IE8_DOM_DEFINE$1 = ie8DomDefine;
  348. // eslint-disable-next-line es-x/no-object-getownpropertydescriptor -- safe
  349. var $getOwnPropertyDescriptor$1 = Object.getOwnPropertyDescriptor;
  350. // `Object.getOwnPropertyDescriptor` method
  351. // https://tc39.es/ecma262/#sec-object.getownpropertydescriptor
  352. objectGetOwnPropertyDescriptor.f = DESCRIPTORS$5 ? $getOwnPropertyDescriptor$1 : function getOwnPropertyDescriptor(O, P) {
  353. O = toIndexedObject$2(O);
  354. P = toPropertyKey$2(P);
  355. if (IE8_DOM_DEFINE$1) try {
  356. return $getOwnPropertyDescriptor$1(O, P);
  357. } catch (error) { /* empty */ }
  358. if (hasOwn$5(O, P)) return createPropertyDescriptor$2(!call(propertyIsEnumerableModule.f, O, P), O[P]);
  359. };
  360. var objectDefineProperty = {};
  361. var DESCRIPTORS$4 = descriptors;
  362. var fails$5 = fails$b;
  363. // V8 ~ Chrome 36-
  364. // https://bugs.chromium.org/p/v8/issues/detail?id=3334
  365. var v8PrototypeDefineBug = DESCRIPTORS$4 && fails$5(function () {
  366. // eslint-disable-next-line es-x/no-object-defineproperty -- required for testing
  367. return Object.defineProperty(function () { /* empty */ }, 'prototype', {
  368. value: 42,
  369. writable: false
  370. }).prototype != 42;
  371. });
  372. var isObject$3 = isObject$7;
  373. var $String = String;
  374. var $TypeError$2 = TypeError;
  375. // `Assert: Type(argument) is Object`
  376. var anObject$2 = function (argument) {
  377. if (isObject$3(argument)) return argument;
  378. throw $TypeError$2($String(argument) + ' is not an object');
  379. };
  380. var DESCRIPTORS$3 = descriptors;
  381. var IE8_DOM_DEFINE = ie8DomDefine;
  382. var V8_PROTOTYPE_DEFINE_BUG = v8PrototypeDefineBug;
  383. var anObject$1 = anObject$2;
  384. var toPropertyKey$1 = toPropertyKey$3;
  385. var $TypeError$1 = TypeError;
  386. // eslint-disable-next-line es-x/no-object-defineproperty -- safe
  387. var $defineProperty = Object.defineProperty;
  388. // eslint-disable-next-line es-x/no-object-getownpropertydescriptor -- safe
  389. var $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
  390. var ENUMERABLE = 'enumerable';
  391. var CONFIGURABLE$1 = 'configurable';
  392. var WRITABLE = 'writable';
  393. // `Object.defineProperty` method
  394. // https://tc39.es/ecma262/#sec-object.defineproperty
  395. objectDefineProperty.f = DESCRIPTORS$3 ? V8_PROTOTYPE_DEFINE_BUG ? function defineProperty(O, P, Attributes) {
  396. anObject$1(O);
  397. P = toPropertyKey$1(P);
  398. anObject$1(Attributes);
  399. if (typeof O === 'function' && P === 'prototype' && 'value' in Attributes && WRITABLE in Attributes && !Attributes[WRITABLE]) {
  400. var current = $getOwnPropertyDescriptor(O, P);
  401. if (current && current[WRITABLE]) {
  402. O[P] = Attributes.value;
  403. Attributes = {
  404. configurable: CONFIGURABLE$1 in Attributes ? Attributes[CONFIGURABLE$1] : current[CONFIGURABLE$1],
  405. enumerable: ENUMERABLE in Attributes ? Attributes[ENUMERABLE] : current[ENUMERABLE],
  406. writable: false
  407. };
  408. }
  409. } return $defineProperty(O, P, Attributes);
  410. } : $defineProperty : function defineProperty(O, P, Attributes) {
  411. anObject$1(O);
  412. P = toPropertyKey$1(P);
  413. anObject$1(Attributes);
  414. if (IE8_DOM_DEFINE) try {
  415. return $defineProperty(O, P, Attributes);
  416. } catch (error) { /* empty */ }
  417. if ('get' in Attributes || 'set' in Attributes) throw $TypeError$1('Accessors not supported');
  418. if ('value' in Attributes) O[P] = Attributes.value;
  419. return O;
  420. };
  421. var DESCRIPTORS$2 = descriptors;
  422. var definePropertyModule$2 = objectDefineProperty;
  423. var createPropertyDescriptor$1 = createPropertyDescriptor$3;
  424. var createNonEnumerableProperty$3 = DESCRIPTORS$2 ? function (object, key, value) {
  425. return definePropertyModule$2.f(object, key, createPropertyDescriptor$1(1, value));
  426. } : function (object, key, value) {
  427. object[key] = value;
  428. return object;
  429. };
  430. var makeBuiltIn$2 = {exports: {}};
  431. var DESCRIPTORS$1 = descriptors;
  432. var hasOwn$4 = hasOwnProperty_1;
  433. var FunctionPrototype = Function.prototype;
  434. // eslint-disable-next-line es-x/no-object-getownpropertydescriptor -- safe
  435. var getDescriptor = DESCRIPTORS$1 && Object.getOwnPropertyDescriptor;
  436. var EXISTS = hasOwn$4(FunctionPrototype, 'name');
  437. // additional protection from minified / mangled / dropped function names
  438. var PROPER = EXISTS && (function something() { /* empty */ }).name === 'something';
  439. var CONFIGURABLE = EXISTS && (!DESCRIPTORS$1 || (DESCRIPTORS$1 && getDescriptor(FunctionPrototype, 'name').configurable));
  440. var functionName = {
  441. EXISTS: EXISTS,
  442. PROPER: PROPER,
  443. CONFIGURABLE: CONFIGURABLE
  444. };
  445. var uncurryThis$4 = functionUncurryThis;
  446. var isCallable$6 = isCallable$c;
  447. var store$1 = sharedStore;
  448. var functionToString = uncurryThis$4(Function.toString);
  449. // this helper broken in `core-js@3.4.1-3.4.4`, so we can't use `shared` helper
  450. if (!isCallable$6(store$1.inspectSource)) {
  451. store$1.inspectSource = function (it) {
  452. return functionToString(it);
  453. };
  454. }
  455. var inspectSource$3 = store$1.inspectSource;
  456. var global$3 = global$a;
  457. var isCallable$5 = isCallable$c;
  458. var inspectSource$2 = inspectSource$3;
  459. var WeakMap$1 = global$3.WeakMap;
  460. var nativeWeakMap = isCallable$5(WeakMap$1) && /native code/.test(inspectSource$2(WeakMap$1));
  461. var shared$1 = shared$3.exports;
  462. var uid = uid$2;
  463. var keys = shared$1('keys');
  464. var sharedKey$1 = function (key) {
  465. return keys[key] || (keys[key] = uid(key));
  466. };
  467. var hiddenKeys$3 = {};
  468. var NATIVE_WEAK_MAP = nativeWeakMap;
  469. var global$2 = global$a;
  470. var uncurryThis$3 = functionUncurryThis;
  471. var isObject$2 = isObject$7;
  472. var createNonEnumerableProperty$2 = createNonEnumerableProperty$3;
  473. var hasOwn$3 = hasOwnProperty_1;
  474. var shared = sharedStore;
  475. var sharedKey = sharedKey$1;
  476. var hiddenKeys$2 = hiddenKeys$3;
  477. var OBJECT_ALREADY_INITIALIZED = 'Object already initialized';
  478. var TypeError$1 = global$2.TypeError;
  479. var WeakMap = global$2.WeakMap;
  480. var set, get, has;
  481. var enforce = function (it) {
  482. return has(it) ? get(it) : set(it, {});
  483. };
  484. var getterFor = function (TYPE) {
  485. return function (it) {
  486. var state;
  487. if (!isObject$2(it) || (state = get(it)).type !== TYPE) {
  488. throw TypeError$1('Incompatible receiver, ' + TYPE + ' required');
  489. } return state;
  490. };
  491. };
  492. if (NATIVE_WEAK_MAP || shared.state) {
  493. var store = shared.state || (shared.state = new WeakMap());
  494. var wmget = uncurryThis$3(store.get);
  495. var wmhas = uncurryThis$3(store.has);
  496. var wmset = uncurryThis$3(store.set);
  497. set = function (it, metadata) {
  498. if (wmhas(store, it)) throw new TypeError$1(OBJECT_ALREADY_INITIALIZED);
  499. metadata.facade = it;
  500. wmset(store, it, metadata);
  501. return metadata;
  502. };
  503. get = function (it) {
  504. return wmget(store, it) || {};
  505. };
  506. has = function (it) {
  507. return wmhas(store, it);
  508. };
  509. } else {
  510. var STATE = sharedKey('state');
  511. hiddenKeys$2[STATE] = true;
  512. set = function (it, metadata) {
  513. if (hasOwn$3(it, STATE)) throw new TypeError$1(OBJECT_ALREADY_INITIALIZED);
  514. metadata.facade = it;
  515. createNonEnumerableProperty$2(it, STATE, metadata);
  516. return metadata;
  517. };
  518. get = function (it) {
  519. return hasOwn$3(it, STATE) ? it[STATE] : {};
  520. };
  521. has = function (it) {
  522. return hasOwn$3(it, STATE);
  523. };
  524. }
  525. var internalState = {
  526. set: set,
  527. get: get,
  528. has: has,
  529. enforce: enforce,
  530. getterFor: getterFor
  531. };
  532. var fails$4 = fails$b;
  533. var isCallable$4 = isCallable$c;
  534. var hasOwn$2 = hasOwnProperty_1;
  535. var DESCRIPTORS = descriptors;
  536. var CONFIGURABLE_FUNCTION_NAME = functionName.CONFIGURABLE;
  537. var inspectSource$1 = inspectSource$3;
  538. var InternalStateModule = internalState;
  539. var enforceInternalState = InternalStateModule.enforce;
  540. var getInternalState = InternalStateModule.get;
  541. // eslint-disable-next-line es-x/no-object-defineproperty -- safe
  542. var defineProperty = Object.defineProperty;
  543. var CONFIGURABLE_LENGTH = DESCRIPTORS && !fails$4(function () {
  544. return defineProperty(function () { /* empty */ }, 'length', { value: 8 }).length !== 8;
  545. });
  546. var TEMPLATE = String(String).split('String');
  547. var makeBuiltIn$1 = makeBuiltIn$2.exports = function (value, name, options) {
  548. if (String(name).slice(0, 7) === 'Symbol(') {
  549. name = '[' + String(name).replace(/^Symbol\(([^)]*)\)/, '$1') + ']';
  550. }
  551. if (options && options.getter) name = 'get ' + name;
  552. if (options && options.setter) name = 'set ' + name;
  553. if (!hasOwn$2(value, 'name') || (CONFIGURABLE_FUNCTION_NAME && value.name !== name)) {
  554. defineProperty(value, 'name', { value: name, configurable: true });
  555. }
  556. if (CONFIGURABLE_LENGTH && options && hasOwn$2(options, 'arity') && value.length !== options.arity) {
  557. defineProperty(value, 'length', { value: options.arity });
  558. }
  559. try {
  560. if (options && hasOwn$2(options, 'constructor') && options.constructor) {
  561. if (DESCRIPTORS) defineProperty(value, 'prototype', { writable: false });
  562. // in V8 ~ Chrome 53, prototypes of some methods, like `Array.prototype.values`, are non-writable
  563. } else if (value.prototype) value.prototype = undefined;
  564. } catch (error) { /* empty */ }
  565. var state = enforceInternalState(value);
  566. if (!hasOwn$2(state, 'source')) {
  567. state.source = TEMPLATE.join(typeof name == 'string' ? name : '');
  568. } return value;
  569. };
  570. // add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative
  571. // eslint-disable-next-line no-extend-native -- required
  572. Function.prototype.toString = makeBuiltIn$1(function toString() {
  573. return isCallable$4(this) && getInternalState(this).source || inspectSource$1(this);
  574. }, 'toString');
  575. var isCallable$3 = isCallable$c;
  576. var createNonEnumerableProperty$1 = createNonEnumerableProperty$3;
  577. var makeBuiltIn = makeBuiltIn$2.exports;
  578. var defineGlobalProperty$1 = defineGlobalProperty$3;
  579. var defineBuiltIn$1 = function (O, key, value, options) {
  580. if (!options) options = {};
  581. var simple = options.enumerable;
  582. var name = options.name !== undefined ? options.name : key;
  583. if (isCallable$3(value)) makeBuiltIn(value, name, options);
  584. if (options.global) {
  585. if (simple) O[key] = value;
  586. else defineGlobalProperty$1(key, value);
  587. } else {
  588. if (!options.unsafe) delete O[key];
  589. else if (O[key]) simple = true;
  590. if (simple) O[key] = value;
  591. else createNonEnumerableProperty$1(O, key, value);
  592. } return O;
  593. };
  594. var objectGetOwnPropertyNames = {};
  595. var ceil = Math.ceil;
  596. var floor = Math.floor;
  597. // `Math.trunc` method
  598. // https://tc39.es/ecma262/#sec-math.trunc
  599. // eslint-disable-next-line es-x/no-math-trunc -- safe
  600. var mathTrunc = Math.trunc || function trunc(x) {
  601. var n = +x;
  602. return (n > 0 ? floor : ceil)(n);
  603. };
  604. var trunc = mathTrunc;
  605. // `ToIntegerOrInfinity` abstract operation
  606. // https://tc39.es/ecma262/#sec-tointegerorinfinity
  607. var toIntegerOrInfinity$2 = function (argument) {
  608. var number = +argument;
  609. // eslint-disable-next-line no-self-compare -- NaN check
  610. return number !== number || number === 0 ? 0 : trunc(number);
  611. };
  612. var toIntegerOrInfinity$1 = toIntegerOrInfinity$2;
  613. var max = Math.max;
  614. var min$1 = Math.min;
  615. // Helper for a popular repeating case of the spec:
  616. // Let integer be ? ToInteger(index).
  617. // If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).
  618. var toAbsoluteIndex$1 = function (index, length) {
  619. var integer = toIntegerOrInfinity$1(index);
  620. return integer < 0 ? max(integer + length, 0) : min$1(integer, length);
  621. };
  622. var toIntegerOrInfinity = toIntegerOrInfinity$2;
  623. var min = Math.min;
  624. // `ToLength` abstract operation
  625. // https://tc39.es/ecma262/#sec-tolength
  626. var toLength$1 = function (argument) {
  627. return argument > 0 ? min(toIntegerOrInfinity(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
  628. };
  629. var toLength = toLength$1;
  630. // `LengthOfArrayLike` abstract operation
  631. // https://tc39.es/ecma262/#sec-lengthofarraylike
  632. var lengthOfArrayLike$2 = function (obj) {
  633. return toLength(obj.length);
  634. };
  635. var toIndexedObject$1 = toIndexedObject$3;
  636. var toAbsoluteIndex = toAbsoluteIndex$1;
  637. var lengthOfArrayLike$1 = lengthOfArrayLike$2;
  638. // `Array.prototype.{ indexOf, includes }` methods implementation
  639. var createMethod = function (IS_INCLUDES) {
  640. return function ($this, el, fromIndex) {
  641. var O = toIndexedObject$1($this);
  642. var length = lengthOfArrayLike$1(O);
  643. var index = toAbsoluteIndex(fromIndex, length);
  644. var value;
  645. // Array#includes uses SameValueZero equality algorithm
  646. // eslint-disable-next-line no-self-compare -- NaN check
  647. if (IS_INCLUDES && el != el) while (length > index) {
  648. value = O[index++];
  649. // eslint-disable-next-line no-self-compare -- NaN check
  650. if (value != value) return true;
  651. // Array#indexOf ignores holes, Array#includes - not
  652. } else for (;length > index; index++) {
  653. if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;
  654. } return !IS_INCLUDES && -1;
  655. };
  656. };
  657. var arrayIncludes = {
  658. // `Array.prototype.includes` method
  659. // https://tc39.es/ecma262/#sec-array.prototype.includes
  660. includes: createMethod(true),
  661. // `Array.prototype.indexOf` method
  662. // https://tc39.es/ecma262/#sec-array.prototype.indexof
  663. indexOf: createMethod(false)
  664. };
  665. var uncurryThis$2 = functionUncurryThis;
  666. var hasOwn$1 = hasOwnProperty_1;
  667. var toIndexedObject = toIndexedObject$3;
  668. var indexOf = arrayIncludes.indexOf;
  669. var hiddenKeys$1 = hiddenKeys$3;
  670. var push = uncurryThis$2([].push);
  671. var objectKeysInternal = function (object, names) {
  672. var O = toIndexedObject(object);
  673. var i = 0;
  674. var result = [];
  675. var key;
  676. for (key in O) !hasOwn$1(hiddenKeys$1, key) && hasOwn$1(O, key) && push(result, key);
  677. // Don't enum bug & hidden keys
  678. while (names.length > i) if (hasOwn$1(O, key = names[i++])) {
  679. ~indexOf(result, key) || push(result, key);
  680. }
  681. return result;
  682. };
  683. // IE8- don't enum bug keys
  684. var enumBugKeys$1 = [
  685. 'constructor',
  686. 'hasOwnProperty',
  687. 'isPrototypeOf',
  688. 'propertyIsEnumerable',
  689. 'toLocaleString',
  690. 'toString',
  691. 'valueOf'
  692. ];
  693. var internalObjectKeys = objectKeysInternal;
  694. var enumBugKeys = enumBugKeys$1;
  695. var hiddenKeys = enumBugKeys.concat('length', 'prototype');
  696. // `Object.getOwnPropertyNames` method
  697. // https://tc39.es/ecma262/#sec-object.getownpropertynames
  698. // eslint-disable-next-line es-x/no-object-getownpropertynames -- safe
  699. objectGetOwnPropertyNames.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
  700. return internalObjectKeys(O, hiddenKeys);
  701. };
  702. var objectGetOwnPropertySymbols = {};
  703. // eslint-disable-next-line es-x/no-object-getownpropertysymbols -- safe
  704. objectGetOwnPropertySymbols.f = Object.getOwnPropertySymbols;
  705. var getBuiltIn$1 = getBuiltIn$4;
  706. var uncurryThis$1 = functionUncurryThis;
  707. var getOwnPropertyNamesModule = objectGetOwnPropertyNames;
  708. var getOwnPropertySymbolsModule = objectGetOwnPropertySymbols;
  709. var anObject = anObject$2;
  710. var concat = uncurryThis$1([].concat);
  711. // all object keys, includes non-enumerable and symbols
  712. var ownKeys$1 = getBuiltIn$1('Reflect', 'ownKeys') || function ownKeys(it) {
  713. var keys = getOwnPropertyNamesModule.f(anObject(it));
  714. var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;
  715. return getOwnPropertySymbols ? concat(keys, getOwnPropertySymbols(it)) : keys;
  716. };
  717. var hasOwn = hasOwnProperty_1;
  718. var ownKeys = ownKeys$1;
  719. var getOwnPropertyDescriptorModule = objectGetOwnPropertyDescriptor;
  720. var definePropertyModule$1 = objectDefineProperty;
  721. var copyConstructorProperties$1 = function (target, source, exceptions) {
  722. var keys = ownKeys(source);
  723. var defineProperty = definePropertyModule$1.f;
  724. var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;
  725. for (var i = 0; i < keys.length; i++) {
  726. var key = keys[i];
  727. if (!hasOwn(target, key) && !(exceptions && hasOwn(exceptions, key))) {
  728. defineProperty(target, key, getOwnPropertyDescriptor(source, key));
  729. }
  730. }
  731. };
  732. var fails$3 = fails$b;
  733. var isCallable$2 = isCallable$c;
  734. var replacement = /#|\.prototype\./;
  735. var isForced$1 = function (feature, detection) {
  736. var value = data[normalize(feature)];
  737. return value == POLYFILL ? true
  738. : value == NATIVE ? false
  739. : isCallable$2(detection) ? fails$3(detection)
  740. : !!detection;
  741. };
  742. var normalize = isForced$1.normalize = function (string) {
  743. return String(string).replace(replacement, '.').toLowerCase();
  744. };
  745. var data = isForced$1.data = {};
  746. var NATIVE = isForced$1.NATIVE = 'N';
  747. var POLYFILL = isForced$1.POLYFILL = 'P';
  748. var isForced_1 = isForced$1;
  749. var global$1 = global$a;
  750. var getOwnPropertyDescriptor = objectGetOwnPropertyDescriptor.f;
  751. var createNonEnumerableProperty = createNonEnumerableProperty$3;
  752. var defineBuiltIn = defineBuiltIn$1;
  753. var defineGlobalProperty = defineGlobalProperty$3;
  754. var copyConstructorProperties = copyConstructorProperties$1;
  755. var isForced = isForced_1;
  756. /*
  757. options.target - name of the target object
  758. options.global - target is the global object
  759. options.stat - export as static methods of target
  760. options.proto - export as prototype methods of target
  761. options.real - real prototype method for the `pure` version
  762. options.forced - export even if the native feature is available
  763. options.bind - bind methods to the target, required for the `pure` version
  764. options.wrap - wrap constructors to preventing global pollution, required for the `pure` version
  765. options.unsafe - use the simple assignment of property instead of delete + defineProperty
  766. options.sham - add a flag to not completely full polyfills
  767. options.enumerable - export as enumerable property
  768. options.dontCallGetSet - prevent calling a getter on target
  769. options.name - the .name of the function if it does not match the key
  770. */
  771. var _export = function (options, source) {
  772. var TARGET = options.target;
  773. var GLOBAL = options.global;
  774. var STATIC = options.stat;
  775. var FORCED, target, key, targetProperty, sourceProperty, descriptor;
  776. if (GLOBAL) {
  777. target = global$1;
  778. } else if (STATIC) {
  779. target = global$1[TARGET] || defineGlobalProperty(TARGET, {});
  780. } else {
  781. target = (global$1[TARGET] || {}).prototype;
  782. }
  783. if (target) for (key in source) {
  784. sourceProperty = source[key];
  785. if (options.dontCallGetSet) {
  786. descriptor = getOwnPropertyDescriptor(target, key);
  787. targetProperty = descriptor && descriptor.value;
  788. } else targetProperty = target[key];
  789. FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);
  790. // contained in target
  791. if (!FORCED && targetProperty !== undefined) {
  792. if (typeof sourceProperty == typeof targetProperty) continue;
  793. copyConstructorProperties(sourceProperty, targetProperty);
  794. }
  795. // add a flag to not completely full polyfills
  796. if (options.sham || (targetProperty && targetProperty.sham)) {
  797. createNonEnumerableProperty(sourceProperty, 'sham', true);
  798. }
  799. defineBuiltIn(target, key, sourceProperty, options);
  800. }
  801. };
  802. var classof$2 = classofRaw$1;
  803. // `IsArray` abstract operation
  804. // https://tc39.es/ecma262/#sec-isarray
  805. // eslint-disable-next-line es-x/no-array-isarray -- safe
  806. var isArray$2 = Array.isArray || function isArray(argument) {
  807. return classof$2(argument) == 'Array';
  808. };
  809. var $TypeError = TypeError;
  810. var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF; // 2 ** 53 - 1 == 9007199254740991
  811. var doesNotExceedSafeInteger$1 = function (it) {
  812. if (it > MAX_SAFE_INTEGER) throw $TypeError('Maximum allowed index exceeded');
  813. return it;
  814. };
  815. var toPropertyKey = toPropertyKey$3;
  816. var definePropertyModule = objectDefineProperty;
  817. var createPropertyDescriptor = createPropertyDescriptor$3;
  818. var createProperty$1 = function (object, key, value) {
  819. var propertyKey = toPropertyKey(key);
  820. if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value));
  821. else object[propertyKey] = value;
  822. };
  823. var wellKnownSymbol$4 = wellKnownSymbol$6;
  824. var TO_STRING_TAG$1 = wellKnownSymbol$4('toStringTag');
  825. var test = {};
  826. test[TO_STRING_TAG$1] = 'z';
  827. var toStringTagSupport = String(test) === '[object z]';
  828. var TO_STRING_TAG_SUPPORT = toStringTagSupport;
  829. var isCallable$1 = isCallable$c;
  830. var classofRaw = classofRaw$1;
  831. var wellKnownSymbol$3 = wellKnownSymbol$6;
  832. var TO_STRING_TAG = wellKnownSymbol$3('toStringTag');
  833. var $Object = Object;
  834. // ES3 wrong here
  835. var CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';
  836. // fallback for IE11 Script Access Denied error
  837. var tryGet = function (it, key) {
  838. try {
  839. return it[key];
  840. } catch (error) { /* empty */ }
  841. };
  842. // getting tag from ES6+ `Object.prototype.toString`
  843. var classof$1 = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {
  844. var O, tag, result;
  845. return it === undefined ? 'Undefined' : it === null ? 'Null'
  846. // @@toStringTag case
  847. : typeof (tag = tryGet(O = $Object(it), TO_STRING_TAG)) == 'string' ? tag
  848. // builtinTag case
  849. : CORRECT_ARGUMENTS ? classofRaw(O)
  850. // ES3 arguments fallback
  851. : (result = classofRaw(O)) == 'Object' && isCallable$1(O.callee) ? 'Arguments' : result;
  852. };
  853. var uncurryThis = functionUncurryThis;
  854. var fails$2 = fails$b;
  855. var isCallable = isCallable$c;
  856. var classof = classof$1;
  857. var getBuiltIn = getBuiltIn$4;
  858. var inspectSource = inspectSource$3;
  859. var noop = function () { /* empty */ };
  860. var empty = [];
  861. var construct = getBuiltIn('Reflect', 'construct');
  862. var constructorRegExp = /^\s*(?:class|function)\b/;
  863. var exec = uncurryThis(constructorRegExp.exec);
  864. var INCORRECT_TO_STRING = !constructorRegExp.exec(noop);
  865. var isConstructorModern = function isConstructor(argument) {
  866. if (!isCallable(argument)) return false;
  867. try {
  868. construct(noop, empty, argument);
  869. return true;
  870. } catch (error) {
  871. return false;
  872. }
  873. };
  874. var isConstructorLegacy = function isConstructor(argument) {
  875. if (!isCallable(argument)) return false;
  876. switch (classof(argument)) {
  877. case 'AsyncFunction':
  878. case 'GeneratorFunction':
  879. case 'AsyncGeneratorFunction': return false;
  880. }
  881. try {
  882. // we can't check .prototype since constructors produced by .bind haven't it
  883. // `Function#toString` throws on some built-it function in some legacy engines
  884. // (for example, `DOMQuad` and similar in FF41-)
  885. return INCORRECT_TO_STRING || !!exec(constructorRegExp, inspectSource(argument));
  886. } catch (error) {
  887. return true;
  888. }
  889. };
  890. isConstructorLegacy.sham = true;
  891. // `IsConstructor` abstract operation
  892. // https://tc39.es/ecma262/#sec-isconstructor
  893. var isConstructor$1 = !construct || fails$2(function () {
  894. var called;
  895. return isConstructorModern(isConstructorModern.call)
  896. || !isConstructorModern(Object)
  897. || !isConstructorModern(function () { called = true; })
  898. || called;
  899. }) ? isConstructorLegacy : isConstructorModern;
  900. var isArray$1 = isArray$2;
  901. var isConstructor = isConstructor$1;
  902. var isObject$1 = isObject$7;
  903. var wellKnownSymbol$2 = wellKnownSymbol$6;
  904. var SPECIES$1 = wellKnownSymbol$2('species');
  905. var $Array = Array;
  906. // a part of `ArraySpeciesCreate` abstract operation
  907. // https://tc39.es/ecma262/#sec-arrayspeciescreate
  908. var arraySpeciesConstructor$1 = function (originalArray) {
  909. var C;
  910. if (isArray$1(originalArray)) {
  911. C = originalArray.constructor;
  912. // cross-realm fallback
  913. if (isConstructor(C) && (C === $Array || isArray$1(C.prototype))) C = undefined;
  914. else if (isObject$1(C)) {
  915. C = C[SPECIES$1];
  916. if (C === null) C = undefined;
  917. }
  918. } return C === undefined ? $Array : C;
  919. };
  920. var arraySpeciesConstructor = arraySpeciesConstructor$1;
  921. // `ArraySpeciesCreate` abstract operation
  922. // https://tc39.es/ecma262/#sec-arrayspeciescreate
  923. var arraySpeciesCreate$1 = function (originalArray, length) {
  924. return new (arraySpeciesConstructor(originalArray))(length === 0 ? 0 : length);
  925. };
  926. var fails$1 = fails$b;
  927. var wellKnownSymbol$1 = wellKnownSymbol$6;
  928. var V8_VERSION$1 = engineV8Version;
  929. var SPECIES = wellKnownSymbol$1('species');
  930. var arrayMethodHasSpeciesSupport$1 = function (METHOD_NAME) {
  931. // We can't use this feature detection in V8 since it causes
  932. // deoptimization and serious performance degradation
  933. // https://github.com/zloirock/core-js/issues/677
  934. return V8_VERSION$1 >= 51 || !fails$1(function () {
  935. var array = [];
  936. var constructor = array.constructor = {};
  937. constructor[SPECIES] = function () {
  938. return { foo: 1 };
  939. };
  940. return array[METHOD_NAME](Boolean).foo !== 1;
  941. });
  942. };
  943. var $ = _export;
  944. var fails = fails$b;
  945. var isArray = isArray$2;
  946. var isObject = isObject$7;
  947. var toObject = toObject$2;
  948. var lengthOfArrayLike = lengthOfArrayLike$2;
  949. var doesNotExceedSafeInteger = doesNotExceedSafeInteger$1;
  950. var createProperty = createProperty$1;
  951. var arraySpeciesCreate = arraySpeciesCreate$1;
  952. var arrayMethodHasSpeciesSupport = arrayMethodHasSpeciesSupport$1;
  953. var wellKnownSymbol = wellKnownSymbol$6;
  954. var V8_VERSION = engineV8Version;
  955. var IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');
  956. // We can't use this feature detection in V8 since it causes
  957. // deoptimization and serious performance degradation
  958. // https://github.com/zloirock/core-js/issues/679
  959. var IS_CONCAT_SPREADABLE_SUPPORT = V8_VERSION >= 51 || !fails(function () {
  960. var array = [];
  961. array[IS_CONCAT_SPREADABLE] = false;
  962. return array.concat()[0] !== array;
  963. });
  964. var SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');
  965. var isConcatSpreadable = function (O) {
  966. if (!isObject(O)) return false;
  967. var spreadable = O[IS_CONCAT_SPREADABLE];
  968. return spreadable !== undefined ? !!spreadable : isArray(O);
  969. };
  970. var FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;
  971. // `Array.prototype.concat` method
  972. // https://tc39.es/ecma262/#sec-array.prototype.concat
  973. // with adding support of @@isConcatSpreadable and @@species
  974. $({ target: 'Array', proto: true, arity: 1, forced: FORCED }, {
  975. // eslint-disable-next-line no-unused-vars -- required for `.length`
  976. concat: function concat(arg) {
  977. var O = toObject(this);
  978. var A = arraySpeciesCreate(O, 0);
  979. var n = 0;
  980. var i, k, length, len, E;
  981. for (i = -1, length = arguments.length; i < length; i++) {
  982. E = i === -1 ? O : arguments[i];
  983. if (isConcatSpreadable(E)) {
  984. len = lengthOfArrayLike(E);
  985. doesNotExceedSafeInteger(n + len);
  986. for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);
  987. } else {
  988. doesNotExceedSafeInteger(n + 1);
  989. createProperty(A, n++, E);
  990. }
  991. }
  992. A.length = n;
  993. return A;
  994. }
  995. });
  996. /**
  997. * Bootstrap Table Czech translation
  998. * Author: Lukas Kral (monarcha@seznam.cz)
  999. * Author: Jakub Svestka <svestka1999@gmail.com>
  1000. */
  1001. $__default["default"].fn.bootstrapTable.locales['cs-CZ'] = $__default["default"].fn.bootstrapTable.locales['cs'] = {
  1002. formatCopyRows: function formatCopyRows() {
  1003. return 'Kopírovat řádky';
  1004. },
  1005. formatPrint: function formatPrint() {
  1006. return 'Tisk';
  1007. },
  1008. formatLoadingMessage: function formatLoadingMessage() {
  1009. return 'Čekejte, prosím';
  1010. },
  1011. formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
  1012. return "".concat(pageNumber, " polo\u017Eek na str\xE1nku");
  1013. },
  1014. formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) {
  1015. if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) {
  1016. return "Zobrazena ".concat(pageFrom, ". - ").concat(pageTo, " . polo\u017Eka z celkov\xFDch ").concat(totalRows, " (filtered from ").concat(totalNotFiltered, " total rows)");
  1017. }
  1018. return "Zobrazena ".concat(pageFrom, ". - ").concat(pageTo, " . polo\u017Eka z celkov\xFDch ").concat(totalRows);
  1019. },
  1020. formatSRPaginationPreText: function formatSRPaginationPreText() {
  1021. return 'předchozí strana';
  1022. },
  1023. formatSRPaginationPageText: function formatSRPaginationPageText(page) {
  1024. return "na stranu ".concat(page);
  1025. },
  1026. formatSRPaginationNextText: function formatSRPaginationNextText() {
  1027. return 'další strana';
  1028. },
  1029. formatDetailPagination: function formatDetailPagination(totalRows) {
  1030. return "Zobrazuji ".concat(totalRows, " \u0159\xE1dek");
  1031. },
  1032. formatClearSearch: function formatClearSearch() {
  1033. return 'Smazat hledání';
  1034. },
  1035. formatSearch: function formatSearch() {
  1036. return 'Vyhledávání';
  1037. },
  1038. formatNoMatches: function formatNoMatches() {
  1039. return 'Nenalezena žádná vyhovující položka';
  1040. },
  1041. formatPaginationSwitch: function formatPaginationSwitch() {
  1042. return 'Skrýt/Zobrazit stránkování';
  1043. },
  1044. formatPaginationSwitchDown: function formatPaginationSwitchDown() {
  1045. return 'Zobrazit stránkování';
  1046. },
  1047. formatPaginationSwitchUp: function formatPaginationSwitchUp() {
  1048. return 'Skrýt stránkování';
  1049. },
  1050. formatRefresh: function formatRefresh() {
  1051. return 'Aktualizovat';
  1052. },
  1053. formatToggleOn: function formatToggleOn() {
  1054. return 'Zobrazit karty';
  1055. },
  1056. formatToggleOff: function formatToggleOff() {
  1057. return 'Zobrazit tabulku';
  1058. },
  1059. formatColumns: function formatColumns() {
  1060. return 'Sloupce';
  1061. },
  1062. formatColumnsToggleAll: function formatColumnsToggleAll() {
  1063. return 'Zobrazit/Skrýt vše';
  1064. },
  1065. formatFullscreen: function formatFullscreen() {
  1066. return 'Zapnout/Vypnout fullscreen';
  1067. },
  1068. formatAllRows: function formatAllRows() {
  1069. return 'Vše';
  1070. },
  1071. formatAutoRefresh: function formatAutoRefresh() {
  1072. return 'Automatické obnovení';
  1073. },
  1074. formatExport: function formatExport() {
  1075. return 'Export dat';
  1076. },
  1077. formatJumpTo: function formatJumpTo() {
  1078. return 'GO';
  1079. },
  1080. formatAdvancedSearch: function formatAdvancedSearch() {
  1081. return 'Pokročilé hledání';
  1082. },
  1083. formatAdvancedCloseButton: function formatAdvancedCloseButton() {
  1084. return 'Zavřít';
  1085. },
  1086. formatFilterControlSwitch: function formatFilterControlSwitch() {
  1087. return 'Skrýt/Zobrazit ovladače';
  1088. },
  1089. formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
  1090. return 'Skrýt ovladače';
  1091. },
  1092. formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
  1093. return 'Zobrazit ovladače';
  1094. }
  1095. };
  1096. $__default["default"].extend($__default["default"].fn.bootstrapTable.defaults, $__default["default"].fn.bootstrapTable.locales['cs-CZ']);
  1097. }));