bootstrap-table-rails 1.18.1 → 1.18.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.DS_Store +0 -0
- data/Gemfile.lock +1 -1
- data/README.md +30 -132
- data/lib/bootstrap-table-rails/version.rb +1 -1
- data/vendor/.DS_Store +0 -0
- data/vendor/assets/.DS_Store +0 -0
- data/vendor/assets/javascripts/.DS_Store +0 -0
- data/vendor/assets/javascripts/bootstrap-table/.DS_Store +0 -0
- data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-locale-all.js +196 -147
- data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-vue.esm.js +179 -990
- data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-vue.js +180 -991
- data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.css +9 -1
- data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.js +731 -1114
- data/vendor/assets/javascripts/bootstrap-table/extensions/addrbar/bootstrap-table-addrbar.js +122 -35
- data/vendor/assets/javascripts/bootstrap-table/extensions/auto-refresh/bootstrap-table-auto-refresh.js +115 -39
- data/vendor/assets/javascripts/bootstrap-table/extensions/cookie/bootstrap-table-cookie.js +458 -911
- data/vendor/assets/javascripts/bootstrap-table/extensions/copy-rows/bootstrap-table-copy-rows.js +124 -48
- data/vendor/assets/javascripts/bootstrap-table/extensions/custom-view/bootstrap-table-custom-view.js +122 -43
- data/vendor/assets/javascripts/bootstrap-table/extensions/defer-url/bootstrap-table-defer-url.js +66 -24
- data/vendor/assets/javascripts/bootstrap-table/extensions/editable/bootstrap-table-editable.js +433 -977
- data/vendor/assets/javascripts/bootstrap-table/extensions/export/bootstrap-table-export.js +460 -951
- data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/bootstrap-table-filter-control.js +275 -140
- data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/utils.js +176 -86
- data/vendor/assets/javascripts/bootstrap-table/extensions/fixed-columns/bootstrap-table-fixed-columns.js +128 -48
- data/vendor/assets/javascripts/bootstrap-table/extensions/group-by-v2/bootstrap-table-group-by.js +164 -75
- data/vendor/assets/javascripts/bootstrap-table/extensions/i18n-enhance/bootstrap-table-i18n-enhance.js +45 -11
- data/vendor/assets/javascripts/bootstrap-table/extensions/key-events/bootstrap-table-key-events.js +136 -36
- data/vendor/assets/javascripts/bootstrap-table/extensions/mobile/bootstrap-table-mobile.js +227 -141
- data/vendor/assets/javascripts/bootstrap-table/extensions/multiple-sort/bootstrap-table-multiple-sort.js +148 -94
- data/vendor/assets/javascripts/bootstrap-table/extensions/page-jump-to/bootstrap-table-page-jump-to.js +111 -35
- data/vendor/assets/javascripts/bootstrap-table/extensions/pipeline/bootstrap-table-pipeline.js +93 -49
- data/vendor/assets/javascripts/bootstrap-table/extensions/print/bootstrap-table-print.js +396 -999
- data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-columns/bootstrap-table-reorder-columns.js +144 -56
- data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-rows/bootstrap-table-reorder-rows.js +104 -33
- data/vendor/assets/javascripts/bootstrap-table/extensions/resizable/bootstrap-table-resizable.js +283 -87
- data/vendor/assets/javascripts/bootstrap-table/extensions/sticky-header/bootstrap-table-sticky-header.js +116 -40
- data/vendor/assets/javascripts/bootstrap-table/extensions/toolbar/bootstrap-table-toolbar.js +456 -1034
- data/vendor/assets/javascripts/bootstrap-table/extensions/treegrid/bootstrap-table-treegrid.js +278 -990
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-af-ZA.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ar-SA.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-bg-BG.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ca-ES.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-cs-CZ.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-da-DK.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-de-DE.js +69 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-el-GR.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-en-US.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-AR.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CL.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CR.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-ES.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-MX.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-NI.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-SP.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-et-EE.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-eu-EU.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fa-IR.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fi-FI.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-BE.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-CH.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-FR.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-LU.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-he-IL.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hr-HR.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hu-HU.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-id-ID.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-it-IT.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ja-JP.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ka-GE.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ko-KR.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ms-MY.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nb-NO.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-BE.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-NL.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pl-PL.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-BR.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-PT.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ro-RO.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ru-RU.js +53 -43
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sk-SK.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Cyrl-RS.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Latn-RS.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sv-SE.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-th-TH.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-tr-TR.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uk-UA.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ur-PK.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uz-Latn-UZ.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-vi-VN.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-CN.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-TW.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/bootstrap-table.css +8 -0
- data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/bootstrap-table.js +114 -35
- data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.css +8 -0
- data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.js +109 -30
- data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.css +8 -0
- data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.js +113 -34
- data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.css +8 -0
- data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.js +110 -31
- data/vendor/assets/javascripts/bootstrap-table/themes/semantic/bootstrap-table-semantic.css +8 -0
- data/vendor/assets/javascripts/bootstrap-table/themes/semantic/bootstrap-table-semantic.js +107 -28
- metadata +6 -1
|
@@ -16,7 +16,7 @@ var global_1 =
|
|
|
16
16
|
check(typeof self == 'object' && self) ||
|
|
17
17
|
check(typeof commonjsGlobal == 'object' && commonjsGlobal) ||
|
|
18
18
|
// eslint-disable-next-line no-new-func
|
|
19
|
-
Function('return this')();
|
|
19
|
+
(function () { return this; })() || Function('return this')();
|
|
20
20
|
|
|
21
21
|
var fails = function (exec) {
|
|
22
22
|
try {
|
|
@@ -28,7 +28,7 @@ var fails = function (exec) {
|
|
|
28
28
|
|
|
29
29
|
// Thank's IE8 for his funny defineProperty
|
|
30
30
|
var descriptors = !fails(function () {
|
|
31
|
-
return Object.defineProperty({},
|
|
31
|
+
return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;
|
|
32
32
|
});
|
|
33
33
|
|
|
34
34
|
var nativePropertyIsEnumerable = {}.propertyIsEnumerable;
|
|
@@ -112,12 +112,12 @@ var has = function (it, key) {
|
|
|
112
112
|
return hasOwnProperty.call(it, key);
|
|
113
113
|
};
|
|
114
114
|
|
|
115
|
-
var document
|
|
115
|
+
var document = global_1.document;
|
|
116
116
|
// typeof document.createElement is 'object' in old IE
|
|
117
|
-
var EXISTS = isObject(document
|
|
117
|
+
var EXISTS = isObject(document) && isObject(document.createElement);
|
|
118
118
|
|
|
119
119
|
var documentCreateElement = function (it) {
|
|
120
|
-
return EXISTS ? document
|
|
120
|
+
return EXISTS ? document.createElement(it) : {};
|
|
121
121
|
};
|
|
122
122
|
|
|
123
123
|
// Thank's IE8 for his funny defineProperty
|
|
@@ -209,9 +209,9 @@ var shared = createCommonjsModule(function (module) {
|
|
|
209
209
|
(module.exports = function (key, value) {
|
|
210
210
|
return sharedStore[key] || (sharedStore[key] = value !== undefined ? value : {});
|
|
211
211
|
})('versions', []).push({
|
|
212
|
-
version: '3.
|
|
212
|
+
version: '3.8.1',
|
|
213
213
|
mode: 'global',
|
|
214
|
-
copyright: '©
|
|
214
|
+
copyright: '© 2020 Denis Pushkarev (zloirock.ru)'
|
|
215
215
|
});
|
|
216
216
|
});
|
|
217
217
|
|
|
@@ -247,11 +247,12 @@ var getterFor = function (TYPE) {
|
|
|
247
247
|
};
|
|
248
248
|
|
|
249
249
|
if (nativeWeakMap) {
|
|
250
|
-
var store$1 = new WeakMap$1();
|
|
250
|
+
var store$1 = sharedStore.state || (sharedStore.state = new WeakMap$1());
|
|
251
251
|
var wmget = store$1.get;
|
|
252
252
|
var wmhas = store$1.has;
|
|
253
253
|
var wmset = store$1.set;
|
|
254
254
|
set = function (it, metadata) {
|
|
255
|
+
metadata.facade = it;
|
|
255
256
|
wmset.call(store$1, it, metadata);
|
|
256
257
|
return metadata;
|
|
257
258
|
};
|
|
@@ -265,6 +266,7 @@ if (nativeWeakMap) {
|
|
|
265
266
|
var STATE = sharedKey('state');
|
|
266
267
|
hiddenKeys[STATE] = true;
|
|
267
268
|
set = function (it, metadata) {
|
|
269
|
+
metadata.facade = it;
|
|
268
270
|
createNonEnumerableProperty(it, STATE, metadata);
|
|
269
271
|
return metadata;
|
|
270
272
|
};
|
|
@@ -293,9 +295,15 @@ var TEMPLATE = String(String).split('String');
|
|
|
293
295
|
var unsafe = options ? !!options.unsafe : false;
|
|
294
296
|
var simple = options ? !!options.enumerable : false;
|
|
295
297
|
var noTargetGet = options ? !!options.noTargetGet : false;
|
|
298
|
+
var state;
|
|
296
299
|
if (typeof value == 'function') {
|
|
297
|
-
if (typeof key == 'string' && !has(value, 'name'))
|
|
298
|
-
|
|
300
|
+
if (typeof key == 'string' && !has(value, 'name')) {
|
|
301
|
+
createNonEnumerableProperty(value, 'name', key);
|
|
302
|
+
}
|
|
303
|
+
state = enforceInternalState(value);
|
|
304
|
+
if (!state.source) {
|
|
305
|
+
state.source = TEMPLATE.join(typeof key == 'string' ? key : '');
|
|
306
|
+
}
|
|
299
307
|
}
|
|
300
308
|
if (O === global_1) {
|
|
301
309
|
if (simple) O[key] = value;
|
|
@@ -518,18 +526,6 @@ var _export = function (options, source) {
|
|
|
518
526
|
}
|
|
519
527
|
};
|
|
520
528
|
|
|
521
|
-
var nativeSymbol = !!Object.getOwnPropertySymbols && !fails(function () {
|
|
522
|
-
// Chrome 38 Symbol has incorrect toString conversion
|
|
523
|
-
// eslint-disable-next-line no-undef
|
|
524
|
-
return !String(Symbol());
|
|
525
|
-
});
|
|
526
|
-
|
|
527
|
-
var useSymbolAsUid = nativeSymbol
|
|
528
|
-
// eslint-disable-next-line no-undef
|
|
529
|
-
&& !Symbol.sham
|
|
530
|
-
// eslint-disable-next-line no-undef
|
|
531
|
-
&& typeof Symbol() == 'symbol';
|
|
532
|
-
|
|
533
529
|
// `IsArray` abstract operation
|
|
534
530
|
// https://tc39.github.io/ecma262/#sec-isarray
|
|
535
531
|
var isArray = Array.isArray || function isArray(arg) {
|
|
@@ -542,126 +538,27 @@ var toObject = function (argument) {
|
|
|
542
538
|
return Object(requireObjectCoercible(argument));
|
|
543
539
|
};
|
|
544
540
|
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
};
|
|
550
|
-
|
|
551
|
-
// `Object.defineProperties` method
|
|
552
|
-
// https://tc39.github.io/ecma262/#sec-object.defineproperties
|
|
553
|
-
var objectDefineProperties = descriptors ? Object.defineProperties : function defineProperties(O, Properties) {
|
|
554
|
-
anObject(O);
|
|
555
|
-
var keys = objectKeys(Properties);
|
|
556
|
-
var length = keys.length;
|
|
557
|
-
var index = 0;
|
|
558
|
-
var key;
|
|
559
|
-
while (length > index) objectDefineProperty.f(O, key = keys[index++], Properties[key]);
|
|
560
|
-
return O;
|
|
561
|
-
};
|
|
562
|
-
|
|
563
|
-
var html = getBuiltIn('document', 'documentElement');
|
|
564
|
-
|
|
565
|
-
var GT = '>';
|
|
566
|
-
var LT = '<';
|
|
567
|
-
var PROTOTYPE = 'prototype';
|
|
568
|
-
var SCRIPT = 'script';
|
|
569
|
-
var IE_PROTO = sharedKey('IE_PROTO');
|
|
570
|
-
|
|
571
|
-
var EmptyConstructor = function () { /* empty */ };
|
|
572
|
-
|
|
573
|
-
var scriptTag = function (content) {
|
|
574
|
-
return LT + SCRIPT + GT + content + LT + '/' + SCRIPT + GT;
|
|
575
|
-
};
|
|
576
|
-
|
|
577
|
-
// Create object with fake `null` prototype: use ActiveX Object with cleared prototype
|
|
578
|
-
var NullProtoObjectViaActiveX = function (activeXDocument) {
|
|
579
|
-
activeXDocument.write(scriptTag(''));
|
|
580
|
-
activeXDocument.close();
|
|
581
|
-
var temp = activeXDocument.parentWindow.Object;
|
|
582
|
-
activeXDocument = null; // avoid memory leak
|
|
583
|
-
return temp;
|
|
584
|
-
};
|
|
585
|
-
|
|
586
|
-
// Create object with fake `null` prototype: use iframe Object with cleared prototype
|
|
587
|
-
var NullProtoObjectViaIFrame = function () {
|
|
588
|
-
// Thrash, waste and sodomy: IE GC bug
|
|
589
|
-
var iframe = documentCreateElement('iframe');
|
|
590
|
-
var JS = 'java' + SCRIPT + ':';
|
|
591
|
-
var iframeDocument;
|
|
592
|
-
iframe.style.display = 'none';
|
|
593
|
-
html.appendChild(iframe);
|
|
594
|
-
// https://github.com/zloirock/core-js/issues/475
|
|
595
|
-
iframe.src = String(JS);
|
|
596
|
-
iframeDocument = iframe.contentWindow.document;
|
|
597
|
-
iframeDocument.open();
|
|
598
|
-
iframeDocument.write(scriptTag('document.F=Object'));
|
|
599
|
-
iframeDocument.close();
|
|
600
|
-
return iframeDocument.F;
|
|
601
|
-
};
|
|
602
|
-
|
|
603
|
-
// Check for document.domain and active x support
|
|
604
|
-
// No need to use active x approach when document.domain is not set
|
|
605
|
-
// see https://github.com/es-shims/es5-shim/issues/150
|
|
606
|
-
// variation of https://github.com/kitcambridge/es5-shim/commit/4f738ac066346
|
|
607
|
-
// avoid IE GC bug
|
|
608
|
-
var activeXDocument;
|
|
609
|
-
var NullProtoObject = function () {
|
|
610
|
-
try {
|
|
611
|
-
/* global ActiveXObject */
|
|
612
|
-
activeXDocument = document.domain && new ActiveXObject('htmlfile');
|
|
613
|
-
} catch (error) { /* ignore */ }
|
|
614
|
-
NullProtoObject = activeXDocument ? NullProtoObjectViaActiveX(activeXDocument) : NullProtoObjectViaIFrame();
|
|
615
|
-
var length = enumBugKeys.length;
|
|
616
|
-
while (length--) delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];
|
|
617
|
-
return NullProtoObject();
|
|
618
|
-
};
|
|
619
|
-
|
|
620
|
-
hiddenKeys[IE_PROTO] = true;
|
|
621
|
-
|
|
622
|
-
// `Object.create` method
|
|
623
|
-
// https://tc39.github.io/ecma262/#sec-object.create
|
|
624
|
-
var objectCreate = Object.create || function create(O, Properties) {
|
|
625
|
-
var result;
|
|
626
|
-
if (O !== null) {
|
|
627
|
-
EmptyConstructor[PROTOTYPE] = anObject(O);
|
|
628
|
-
result = new EmptyConstructor();
|
|
629
|
-
EmptyConstructor[PROTOTYPE] = null;
|
|
630
|
-
// add "__proto__" for Object.getPrototypeOf polyfill
|
|
631
|
-
result[IE_PROTO] = O;
|
|
632
|
-
} else result = NullProtoObject();
|
|
633
|
-
return Properties === undefined ? result : objectDefineProperties(result, Properties);
|
|
634
|
-
};
|
|
635
|
-
|
|
636
|
-
var nativeGetOwnPropertyNames = objectGetOwnPropertyNames.f;
|
|
637
|
-
|
|
638
|
-
var toString$1 = {}.toString;
|
|
639
|
-
|
|
640
|
-
var windowNames = typeof window == 'object' && window && Object.getOwnPropertyNames
|
|
641
|
-
? Object.getOwnPropertyNames(window) : [];
|
|
642
|
-
|
|
643
|
-
var getWindowNames = function (it) {
|
|
644
|
-
try {
|
|
645
|
-
return nativeGetOwnPropertyNames(it);
|
|
646
|
-
} catch (error) {
|
|
647
|
-
return windowNames.slice();
|
|
648
|
-
}
|
|
541
|
+
var createProperty = function (object, key, value) {
|
|
542
|
+
var propertyKey = toPrimitive(key);
|
|
543
|
+
if (propertyKey in object) objectDefineProperty.f(object, propertyKey, createPropertyDescriptor(0, value));
|
|
544
|
+
else object[propertyKey] = value;
|
|
649
545
|
};
|
|
650
546
|
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
};
|
|
547
|
+
var nativeSymbol = !!Object.getOwnPropertySymbols && !fails(function () {
|
|
548
|
+
// Chrome 38 Symbol has incorrect toString conversion
|
|
549
|
+
// eslint-disable-next-line no-undef
|
|
550
|
+
return !String(Symbol());
|
|
551
|
+
});
|
|
657
552
|
|
|
658
|
-
var
|
|
659
|
-
|
|
660
|
-
|
|
553
|
+
var useSymbolAsUid = nativeSymbol
|
|
554
|
+
// eslint-disable-next-line no-undef
|
|
555
|
+
&& !Symbol.sham
|
|
556
|
+
// eslint-disable-next-line no-undef
|
|
557
|
+
&& typeof Symbol.iterator == 'symbol';
|
|
661
558
|
|
|
662
559
|
var WellKnownSymbolsStore = shared('wks');
|
|
663
560
|
var Symbol$1 = global_1.Symbol;
|
|
664
|
-
var createWellKnownSymbol = useSymbolAsUid ? Symbol$1 : uid;
|
|
561
|
+
var createWellKnownSymbol = useSymbolAsUid ? Symbol$1 : Symbol$1 && Symbol$1.withoutSetter || uid;
|
|
665
562
|
|
|
666
563
|
var wellKnownSymbol = function (name) {
|
|
667
564
|
if (!has(WellKnownSymbolsStore, name)) {
|
|
@@ -670,62 +567,6 @@ var wellKnownSymbol = function (name) {
|
|
|
670
567
|
} return WellKnownSymbolsStore[name];
|
|
671
568
|
};
|
|
672
569
|
|
|
673
|
-
var f$6 = wellKnownSymbol;
|
|
674
|
-
|
|
675
|
-
var wrappedWellKnownSymbol = {
|
|
676
|
-
f: f$6
|
|
677
|
-
};
|
|
678
|
-
|
|
679
|
-
var defineProperty = objectDefineProperty.f;
|
|
680
|
-
|
|
681
|
-
var defineWellKnownSymbol = function (NAME) {
|
|
682
|
-
var Symbol = path.Symbol || (path.Symbol = {});
|
|
683
|
-
if (!has(Symbol, NAME)) defineProperty(Symbol, NAME, {
|
|
684
|
-
value: wrappedWellKnownSymbol.f(NAME)
|
|
685
|
-
});
|
|
686
|
-
};
|
|
687
|
-
|
|
688
|
-
var defineProperty$1 = objectDefineProperty.f;
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
var TO_STRING_TAG = wellKnownSymbol('toStringTag');
|
|
693
|
-
|
|
694
|
-
var setToStringTag = function (it, TAG, STATIC) {
|
|
695
|
-
if (it && !has(it = STATIC ? it : it.prototype, TO_STRING_TAG)) {
|
|
696
|
-
defineProperty$1(it, TO_STRING_TAG, { configurable: true, value: TAG });
|
|
697
|
-
}
|
|
698
|
-
};
|
|
699
|
-
|
|
700
|
-
var aFunction$1 = function (it) {
|
|
701
|
-
if (typeof it != 'function') {
|
|
702
|
-
throw TypeError(String(it) + ' is not a function');
|
|
703
|
-
} return it;
|
|
704
|
-
};
|
|
705
|
-
|
|
706
|
-
// optional / simple context binding
|
|
707
|
-
var bindContext = function (fn, that, length) {
|
|
708
|
-
aFunction$1(fn);
|
|
709
|
-
if (that === undefined) return fn;
|
|
710
|
-
switch (length) {
|
|
711
|
-
case 0: return function () {
|
|
712
|
-
return fn.call(that);
|
|
713
|
-
};
|
|
714
|
-
case 1: return function (a) {
|
|
715
|
-
return fn.call(that, a);
|
|
716
|
-
};
|
|
717
|
-
case 2: return function (a, b) {
|
|
718
|
-
return fn.call(that, a, b);
|
|
719
|
-
};
|
|
720
|
-
case 3: return function (a, b, c) {
|
|
721
|
-
return fn.call(that, a, b, c);
|
|
722
|
-
};
|
|
723
|
-
}
|
|
724
|
-
return function (/* ...args */) {
|
|
725
|
-
return fn.apply(that, arguments);
|
|
726
|
-
};
|
|
727
|
-
};
|
|
728
|
-
|
|
729
570
|
var SPECIES = wellKnownSymbol('species');
|
|
730
571
|
|
|
731
572
|
// `ArraySpeciesCreate` abstract operation
|
|
@@ -743,394 +584,7 @@ var arraySpeciesCreate = function (originalArray, length) {
|
|
|
743
584
|
} return new (C === undefined ? Array : C)(length === 0 ? 0 : length);
|
|
744
585
|
};
|
|
745
586
|
|
|
746
|
-
var
|
|
747
|
-
|
|
748
|
-
// `Array.prototype.{ forEach, map, filter, some, every, find, findIndex }` methods implementation
|
|
749
|
-
var createMethod$1 = function (TYPE) {
|
|
750
|
-
var IS_MAP = TYPE == 1;
|
|
751
|
-
var IS_FILTER = TYPE == 2;
|
|
752
|
-
var IS_SOME = TYPE == 3;
|
|
753
|
-
var IS_EVERY = TYPE == 4;
|
|
754
|
-
var IS_FIND_INDEX = TYPE == 6;
|
|
755
|
-
var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;
|
|
756
|
-
return function ($this, callbackfn, that, specificCreate) {
|
|
757
|
-
var O = toObject($this);
|
|
758
|
-
var self = indexedObject(O);
|
|
759
|
-
var boundFunction = bindContext(callbackfn, that, 3);
|
|
760
|
-
var length = toLength(self.length);
|
|
761
|
-
var index = 0;
|
|
762
|
-
var create = specificCreate || arraySpeciesCreate;
|
|
763
|
-
var target = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;
|
|
764
|
-
var value, result;
|
|
765
|
-
for (;length > index; index++) if (NO_HOLES || index in self) {
|
|
766
|
-
value = self[index];
|
|
767
|
-
result = boundFunction(value, index, O);
|
|
768
|
-
if (TYPE) {
|
|
769
|
-
if (IS_MAP) target[index] = result; // map
|
|
770
|
-
else if (result) switch (TYPE) {
|
|
771
|
-
case 3: return true; // some
|
|
772
|
-
case 5: return value; // find
|
|
773
|
-
case 6: return index; // findIndex
|
|
774
|
-
case 2: push.call(target, value); // filter
|
|
775
|
-
} else if (IS_EVERY) return false; // every
|
|
776
|
-
}
|
|
777
|
-
}
|
|
778
|
-
return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target;
|
|
779
|
-
};
|
|
780
|
-
};
|
|
781
|
-
|
|
782
|
-
var arrayIteration = {
|
|
783
|
-
// `Array.prototype.forEach` method
|
|
784
|
-
// https://tc39.github.io/ecma262/#sec-array.prototype.foreach
|
|
785
|
-
forEach: createMethod$1(0),
|
|
786
|
-
// `Array.prototype.map` method
|
|
787
|
-
// https://tc39.github.io/ecma262/#sec-array.prototype.map
|
|
788
|
-
map: createMethod$1(1),
|
|
789
|
-
// `Array.prototype.filter` method
|
|
790
|
-
// https://tc39.github.io/ecma262/#sec-array.prototype.filter
|
|
791
|
-
filter: createMethod$1(2),
|
|
792
|
-
// `Array.prototype.some` method
|
|
793
|
-
// https://tc39.github.io/ecma262/#sec-array.prototype.some
|
|
794
|
-
some: createMethod$1(3),
|
|
795
|
-
// `Array.prototype.every` method
|
|
796
|
-
// https://tc39.github.io/ecma262/#sec-array.prototype.every
|
|
797
|
-
every: createMethod$1(4),
|
|
798
|
-
// `Array.prototype.find` method
|
|
799
|
-
// https://tc39.github.io/ecma262/#sec-array.prototype.find
|
|
800
|
-
find: createMethod$1(5),
|
|
801
|
-
// `Array.prototype.findIndex` method
|
|
802
|
-
// https://tc39.github.io/ecma262/#sec-array.prototype.findIndex
|
|
803
|
-
findIndex: createMethod$1(6)
|
|
804
|
-
};
|
|
805
|
-
|
|
806
|
-
var $forEach = arrayIteration.forEach;
|
|
807
|
-
|
|
808
|
-
var HIDDEN = sharedKey('hidden');
|
|
809
|
-
var SYMBOL = 'Symbol';
|
|
810
|
-
var PROTOTYPE$1 = 'prototype';
|
|
811
|
-
var TO_PRIMITIVE = wellKnownSymbol('toPrimitive');
|
|
812
|
-
var setInternalState = internalState.set;
|
|
813
|
-
var getInternalState = internalState.getterFor(SYMBOL);
|
|
814
|
-
var ObjectPrototype = Object[PROTOTYPE$1];
|
|
815
|
-
var $Symbol = global_1.Symbol;
|
|
816
|
-
var $stringify = getBuiltIn('JSON', 'stringify');
|
|
817
|
-
var nativeGetOwnPropertyDescriptor$1 = objectGetOwnPropertyDescriptor.f;
|
|
818
|
-
var nativeDefineProperty$1 = objectDefineProperty.f;
|
|
819
|
-
var nativeGetOwnPropertyNames$1 = objectGetOwnPropertyNamesExternal.f;
|
|
820
|
-
var nativePropertyIsEnumerable$1 = objectPropertyIsEnumerable.f;
|
|
821
|
-
var AllSymbols = shared('symbols');
|
|
822
|
-
var ObjectPrototypeSymbols = shared('op-symbols');
|
|
823
|
-
var StringToSymbolRegistry = shared('string-to-symbol-registry');
|
|
824
|
-
var SymbolToStringRegistry = shared('symbol-to-string-registry');
|
|
825
|
-
var WellKnownSymbolsStore$1 = shared('wks');
|
|
826
|
-
var QObject = global_1.QObject;
|
|
827
|
-
// Don't use setters in Qt Script, https://github.com/zloirock/core-js/issues/173
|
|
828
|
-
var USE_SETTER = !QObject || !QObject[PROTOTYPE$1] || !QObject[PROTOTYPE$1].findChild;
|
|
829
|
-
|
|
830
|
-
// fallback for old Android, https://code.google.com/p/v8/issues/detail?id=687
|
|
831
|
-
var setSymbolDescriptor = descriptors && fails(function () {
|
|
832
|
-
return objectCreate(nativeDefineProperty$1({}, 'a', {
|
|
833
|
-
get: function () { return nativeDefineProperty$1(this, 'a', { value: 7 }).a; }
|
|
834
|
-
})).a != 7;
|
|
835
|
-
}) ? function (O, P, Attributes) {
|
|
836
|
-
var ObjectPrototypeDescriptor = nativeGetOwnPropertyDescriptor$1(ObjectPrototype, P);
|
|
837
|
-
if (ObjectPrototypeDescriptor) delete ObjectPrototype[P];
|
|
838
|
-
nativeDefineProperty$1(O, P, Attributes);
|
|
839
|
-
if (ObjectPrototypeDescriptor && O !== ObjectPrototype) {
|
|
840
|
-
nativeDefineProperty$1(ObjectPrototype, P, ObjectPrototypeDescriptor);
|
|
841
|
-
}
|
|
842
|
-
} : nativeDefineProperty$1;
|
|
843
|
-
|
|
844
|
-
var wrap = function (tag, description) {
|
|
845
|
-
var symbol = AllSymbols[tag] = objectCreate($Symbol[PROTOTYPE$1]);
|
|
846
|
-
setInternalState(symbol, {
|
|
847
|
-
type: SYMBOL,
|
|
848
|
-
tag: tag,
|
|
849
|
-
description: description
|
|
850
|
-
});
|
|
851
|
-
if (!descriptors) symbol.description = description;
|
|
852
|
-
return symbol;
|
|
853
|
-
};
|
|
854
|
-
|
|
855
|
-
var isSymbol = nativeSymbol && typeof $Symbol.iterator == 'symbol' ? function (it) {
|
|
856
|
-
return typeof it == 'symbol';
|
|
857
|
-
} : function (it) {
|
|
858
|
-
return Object(it) instanceof $Symbol;
|
|
859
|
-
};
|
|
860
|
-
|
|
861
|
-
var $defineProperty = function defineProperty(O, P, Attributes) {
|
|
862
|
-
if (O === ObjectPrototype) $defineProperty(ObjectPrototypeSymbols, P, Attributes);
|
|
863
|
-
anObject(O);
|
|
864
|
-
var key = toPrimitive(P, true);
|
|
865
|
-
anObject(Attributes);
|
|
866
|
-
if (has(AllSymbols, key)) {
|
|
867
|
-
if (!Attributes.enumerable) {
|
|
868
|
-
if (!has(O, HIDDEN)) nativeDefineProperty$1(O, HIDDEN, createPropertyDescriptor(1, {}));
|
|
869
|
-
O[HIDDEN][key] = true;
|
|
870
|
-
} else {
|
|
871
|
-
if (has(O, HIDDEN) && O[HIDDEN][key]) O[HIDDEN][key] = false;
|
|
872
|
-
Attributes = objectCreate(Attributes, { enumerable: createPropertyDescriptor(0, false) });
|
|
873
|
-
} return setSymbolDescriptor(O, key, Attributes);
|
|
874
|
-
} return nativeDefineProperty$1(O, key, Attributes);
|
|
875
|
-
};
|
|
876
|
-
|
|
877
|
-
var $defineProperties = function defineProperties(O, Properties) {
|
|
878
|
-
anObject(O);
|
|
879
|
-
var properties = toIndexedObject(Properties);
|
|
880
|
-
var keys = objectKeys(properties).concat($getOwnPropertySymbols(properties));
|
|
881
|
-
$forEach(keys, function (key) {
|
|
882
|
-
if (!descriptors || $propertyIsEnumerable.call(properties, key)) $defineProperty(O, key, properties[key]);
|
|
883
|
-
});
|
|
884
|
-
return O;
|
|
885
|
-
};
|
|
886
|
-
|
|
887
|
-
var $create = function create(O, Properties) {
|
|
888
|
-
return Properties === undefined ? objectCreate(O) : $defineProperties(objectCreate(O), Properties);
|
|
889
|
-
};
|
|
890
|
-
|
|
891
|
-
var $propertyIsEnumerable = function propertyIsEnumerable(V) {
|
|
892
|
-
var P = toPrimitive(V, true);
|
|
893
|
-
var enumerable = nativePropertyIsEnumerable$1.call(this, P);
|
|
894
|
-
if (this === ObjectPrototype && has(AllSymbols, P) && !has(ObjectPrototypeSymbols, P)) return false;
|
|
895
|
-
return enumerable || !has(this, P) || !has(AllSymbols, P) || has(this, HIDDEN) && this[HIDDEN][P] ? enumerable : true;
|
|
896
|
-
};
|
|
897
|
-
|
|
898
|
-
var $getOwnPropertyDescriptor = function getOwnPropertyDescriptor(O, P) {
|
|
899
|
-
var it = toIndexedObject(O);
|
|
900
|
-
var key = toPrimitive(P, true);
|
|
901
|
-
if (it === ObjectPrototype && has(AllSymbols, key) && !has(ObjectPrototypeSymbols, key)) return;
|
|
902
|
-
var descriptor = nativeGetOwnPropertyDescriptor$1(it, key);
|
|
903
|
-
if (descriptor && has(AllSymbols, key) && !(has(it, HIDDEN) && it[HIDDEN][key])) {
|
|
904
|
-
descriptor.enumerable = true;
|
|
905
|
-
}
|
|
906
|
-
return descriptor;
|
|
907
|
-
};
|
|
908
|
-
|
|
909
|
-
var $getOwnPropertyNames = function getOwnPropertyNames(O) {
|
|
910
|
-
var names = nativeGetOwnPropertyNames$1(toIndexedObject(O));
|
|
911
|
-
var result = [];
|
|
912
|
-
$forEach(names, function (key) {
|
|
913
|
-
if (!has(AllSymbols, key) && !has(hiddenKeys, key)) result.push(key);
|
|
914
|
-
});
|
|
915
|
-
return result;
|
|
916
|
-
};
|
|
917
|
-
|
|
918
|
-
var $getOwnPropertySymbols = function getOwnPropertySymbols(O) {
|
|
919
|
-
var IS_OBJECT_PROTOTYPE = O === ObjectPrototype;
|
|
920
|
-
var names = nativeGetOwnPropertyNames$1(IS_OBJECT_PROTOTYPE ? ObjectPrototypeSymbols : toIndexedObject(O));
|
|
921
|
-
var result = [];
|
|
922
|
-
$forEach(names, function (key) {
|
|
923
|
-
if (has(AllSymbols, key) && (!IS_OBJECT_PROTOTYPE || has(ObjectPrototype, key))) {
|
|
924
|
-
result.push(AllSymbols[key]);
|
|
925
|
-
}
|
|
926
|
-
});
|
|
927
|
-
return result;
|
|
928
|
-
};
|
|
929
|
-
|
|
930
|
-
// `Symbol` constructor
|
|
931
|
-
// https://tc39.github.io/ecma262/#sec-symbol-constructor
|
|
932
|
-
if (!nativeSymbol) {
|
|
933
|
-
$Symbol = function Symbol() {
|
|
934
|
-
if (this instanceof $Symbol) throw TypeError('Symbol is not a constructor');
|
|
935
|
-
var description = !arguments.length || arguments[0] === undefined ? undefined : String(arguments[0]);
|
|
936
|
-
var tag = uid(description);
|
|
937
|
-
var setter = function (value) {
|
|
938
|
-
if (this === ObjectPrototype) setter.call(ObjectPrototypeSymbols, value);
|
|
939
|
-
if (has(this, HIDDEN) && has(this[HIDDEN], tag)) this[HIDDEN][tag] = false;
|
|
940
|
-
setSymbolDescriptor(this, tag, createPropertyDescriptor(1, value));
|
|
941
|
-
};
|
|
942
|
-
if (descriptors && USE_SETTER) setSymbolDescriptor(ObjectPrototype, tag, { configurable: true, set: setter });
|
|
943
|
-
return wrap(tag, description);
|
|
944
|
-
};
|
|
945
|
-
|
|
946
|
-
redefine($Symbol[PROTOTYPE$1], 'toString', function toString() {
|
|
947
|
-
return getInternalState(this).tag;
|
|
948
|
-
});
|
|
949
|
-
|
|
950
|
-
objectPropertyIsEnumerable.f = $propertyIsEnumerable;
|
|
951
|
-
objectDefineProperty.f = $defineProperty;
|
|
952
|
-
objectGetOwnPropertyDescriptor.f = $getOwnPropertyDescriptor;
|
|
953
|
-
objectGetOwnPropertyNames.f = objectGetOwnPropertyNamesExternal.f = $getOwnPropertyNames;
|
|
954
|
-
objectGetOwnPropertySymbols.f = $getOwnPropertySymbols;
|
|
955
|
-
|
|
956
|
-
if (descriptors) {
|
|
957
|
-
// https://github.com/tc39/proposal-Symbol-description
|
|
958
|
-
nativeDefineProperty$1($Symbol[PROTOTYPE$1], 'description', {
|
|
959
|
-
configurable: true,
|
|
960
|
-
get: function description() {
|
|
961
|
-
return getInternalState(this).description;
|
|
962
|
-
}
|
|
963
|
-
});
|
|
964
|
-
{
|
|
965
|
-
redefine(ObjectPrototype, 'propertyIsEnumerable', $propertyIsEnumerable, { unsafe: true });
|
|
966
|
-
}
|
|
967
|
-
}
|
|
968
|
-
}
|
|
969
|
-
|
|
970
|
-
if (!useSymbolAsUid) {
|
|
971
|
-
wrappedWellKnownSymbol.f = function (name) {
|
|
972
|
-
return wrap(wellKnownSymbol(name), name);
|
|
973
|
-
};
|
|
974
|
-
}
|
|
975
|
-
|
|
976
|
-
_export({ global: true, wrap: true, forced: !nativeSymbol, sham: !nativeSymbol }, {
|
|
977
|
-
Symbol: $Symbol
|
|
978
|
-
});
|
|
979
|
-
|
|
980
|
-
$forEach(objectKeys(WellKnownSymbolsStore$1), function (name) {
|
|
981
|
-
defineWellKnownSymbol(name);
|
|
982
|
-
});
|
|
983
|
-
|
|
984
|
-
_export({ target: SYMBOL, stat: true, forced: !nativeSymbol }, {
|
|
985
|
-
// `Symbol.for` method
|
|
986
|
-
// https://tc39.github.io/ecma262/#sec-symbol.for
|
|
987
|
-
'for': function (key) {
|
|
988
|
-
var string = String(key);
|
|
989
|
-
if (has(StringToSymbolRegistry, string)) return StringToSymbolRegistry[string];
|
|
990
|
-
var symbol = $Symbol(string);
|
|
991
|
-
StringToSymbolRegistry[string] = symbol;
|
|
992
|
-
SymbolToStringRegistry[symbol] = string;
|
|
993
|
-
return symbol;
|
|
994
|
-
},
|
|
995
|
-
// `Symbol.keyFor` method
|
|
996
|
-
// https://tc39.github.io/ecma262/#sec-symbol.keyfor
|
|
997
|
-
keyFor: function keyFor(sym) {
|
|
998
|
-
if (!isSymbol(sym)) throw TypeError(sym + ' is not a symbol');
|
|
999
|
-
if (has(SymbolToStringRegistry, sym)) return SymbolToStringRegistry[sym];
|
|
1000
|
-
},
|
|
1001
|
-
useSetter: function () { USE_SETTER = true; },
|
|
1002
|
-
useSimple: function () { USE_SETTER = false; }
|
|
1003
|
-
});
|
|
1004
|
-
|
|
1005
|
-
_export({ target: 'Object', stat: true, forced: !nativeSymbol, sham: !descriptors }, {
|
|
1006
|
-
// `Object.create` method
|
|
1007
|
-
// https://tc39.github.io/ecma262/#sec-object.create
|
|
1008
|
-
create: $create,
|
|
1009
|
-
// `Object.defineProperty` method
|
|
1010
|
-
// https://tc39.github.io/ecma262/#sec-object.defineproperty
|
|
1011
|
-
defineProperty: $defineProperty,
|
|
1012
|
-
// `Object.defineProperties` method
|
|
1013
|
-
// https://tc39.github.io/ecma262/#sec-object.defineproperties
|
|
1014
|
-
defineProperties: $defineProperties,
|
|
1015
|
-
// `Object.getOwnPropertyDescriptor` method
|
|
1016
|
-
// https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptors
|
|
1017
|
-
getOwnPropertyDescriptor: $getOwnPropertyDescriptor
|
|
1018
|
-
});
|
|
1019
|
-
|
|
1020
|
-
_export({ target: 'Object', stat: true, forced: !nativeSymbol }, {
|
|
1021
|
-
// `Object.getOwnPropertyNames` method
|
|
1022
|
-
// https://tc39.github.io/ecma262/#sec-object.getownpropertynames
|
|
1023
|
-
getOwnPropertyNames: $getOwnPropertyNames,
|
|
1024
|
-
// `Object.getOwnPropertySymbols` method
|
|
1025
|
-
// https://tc39.github.io/ecma262/#sec-object.getownpropertysymbols
|
|
1026
|
-
getOwnPropertySymbols: $getOwnPropertySymbols
|
|
1027
|
-
});
|
|
1028
|
-
|
|
1029
|
-
// Chrome 38 and 39 `Object.getOwnPropertySymbols` fails on primitives
|
|
1030
|
-
// https://bugs.chromium.org/p/v8/issues/detail?id=3443
|
|
1031
|
-
_export({ target: 'Object', stat: true, forced: fails(function () { objectGetOwnPropertySymbols.f(1); }) }, {
|
|
1032
|
-
getOwnPropertySymbols: function getOwnPropertySymbols(it) {
|
|
1033
|
-
return objectGetOwnPropertySymbols.f(toObject(it));
|
|
1034
|
-
}
|
|
1035
|
-
});
|
|
1036
|
-
|
|
1037
|
-
// `JSON.stringify` method behavior with symbols
|
|
1038
|
-
// https://tc39.github.io/ecma262/#sec-json.stringify
|
|
1039
|
-
if ($stringify) {
|
|
1040
|
-
var FORCED_JSON_STRINGIFY = !nativeSymbol || fails(function () {
|
|
1041
|
-
var symbol = $Symbol();
|
|
1042
|
-
// MS Edge converts symbol values to JSON as {}
|
|
1043
|
-
return $stringify([symbol]) != '[null]'
|
|
1044
|
-
// WebKit converts symbol values to JSON as null
|
|
1045
|
-
|| $stringify({ a: symbol }) != '{}'
|
|
1046
|
-
// V8 throws on boxed symbols
|
|
1047
|
-
|| $stringify(Object(symbol)) != '{}';
|
|
1048
|
-
});
|
|
1049
|
-
|
|
1050
|
-
_export({ target: 'JSON', stat: true, forced: FORCED_JSON_STRINGIFY }, {
|
|
1051
|
-
// eslint-disable-next-line no-unused-vars
|
|
1052
|
-
stringify: function stringify(it, replacer, space) {
|
|
1053
|
-
var args = [it];
|
|
1054
|
-
var index = 1;
|
|
1055
|
-
var $replacer;
|
|
1056
|
-
while (arguments.length > index) args.push(arguments[index++]);
|
|
1057
|
-
$replacer = replacer;
|
|
1058
|
-
if (!isObject(replacer) && it === undefined || isSymbol(it)) return; // IE8 returns string on undefined
|
|
1059
|
-
if (!isArray(replacer)) replacer = function (key, value) {
|
|
1060
|
-
if (typeof $replacer == 'function') value = $replacer.call(this, key, value);
|
|
1061
|
-
if (!isSymbol(value)) return value;
|
|
1062
|
-
};
|
|
1063
|
-
args[1] = replacer;
|
|
1064
|
-
return $stringify.apply(null, args);
|
|
1065
|
-
}
|
|
1066
|
-
});
|
|
1067
|
-
}
|
|
1068
|
-
|
|
1069
|
-
// `Symbol.prototype[@@toPrimitive]` method
|
|
1070
|
-
// https://tc39.github.io/ecma262/#sec-symbol.prototype-@@toprimitive
|
|
1071
|
-
if (!$Symbol[PROTOTYPE$1][TO_PRIMITIVE]) {
|
|
1072
|
-
createNonEnumerableProperty($Symbol[PROTOTYPE$1], TO_PRIMITIVE, $Symbol[PROTOTYPE$1].valueOf);
|
|
1073
|
-
}
|
|
1074
|
-
// `Symbol.prototype[@@toStringTag]` property
|
|
1075
|
-
// https://tc39.github.io/ecma262/#sec-symbol.prototype-@@tostringtag
|
|
1076
|
-
setToStringTag($Symbol, SYMBOL);
|
|
1077
|
-
|
|
1078
|
-
hiddenKeys[HIDDEN] = true;
|
|
1079
|
-
|
|
1080
|
-
var defineProperty$2 = objectDefineProperty.f;
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
var NativeSymbol = global_1.Symbol;
|
|
1084
|
-
|
|
1085
|
-
if (descriptors && typeof NativeSymbol == 'function' && (!('description' in NativeSymbol.prototype) ||
|
|
1086
|
-
// Safari 12 bug
|
|
1087
|
-
NativeSymbol().description !== undefined
|
|
1088
|
-
)) {
|
|
1089
|
-
var EmptyStringDescriptionStore = {};
|
|
1090
|
-
// wrap Symbol constructor for correct work with undefined description
|
|
1091
|
-
var SymbolWrapper = function Symbol() {
|
|
1092
|
-
var description = arguments.length < 1 || arguments[0] === undefined ? undefined : String(arguments[0]);
|
|
1093
|
-
var result = this instanceof SymbolWrapper
|
|
1094
|
-
? new NativeSymbol(description)
|
|
1095
|
-
// in Edge 13, String(Symbol(undefined)) === 'Symbol(undefined)'
|
|
1096
|
-
: description === undefined ? NativeSymbol() : NativeSymbol(description);
|
|
1097
|
-
if (description === '') EmptyStringDescriptionStore[result] = true;
|
|
1098
|
-
return result;
|
|
1099
|
-
};
|
|
1100
|
-
copyConstructorProperties(SymbolWrapper, NativeSymbol);
|
|
1101
|
-
var symbolPrototype = SymbolWrapper.prototype = NativeSymbol.prototype;
|
|
1102
|
-
symbolPrototype.constructor = SymbolWrapper;
|
|
1103
|
-
|
|
1104
|
-
var symbolToString = symbolPrototype.toString;
|
|
1105
|
-
var native = String(NativeSymbol('test')) == 'Symbol(test)';
|
|
1106
|
-
var regexp = /^Symbol\((.*)\)[^)]+$/;
|
|
1107
|
-
defineProperty$2(symbolPrototype, 'description', {
|
|
1108
|
-
configurable: true,
|
|
1109
|
-
get: function description() {
|
|
1110
|
-
var symbol = isObject(this) ? this.valueOf() : this;
|
|
1111
|
-
var string = symbolToString.call(symbol);
|
|
1112
|
-
if (has(EmptyStringDescriptionStore, symbol)) return '';
|
|
1113
|
-
var desc = native ? string.slice(7, -1) : string.replace(regexp, '$1');
|
|
1114
|
-
return desc === '' ? undefined : desc;
|
|
1115
|
-
}
|
|
1116
|
-
});
|
|
1117
|
-
|
|
1118
|
-
_export({ global: true, forced: true }, {
|
|
1119
|
-
Symbol: SymbolWrapper
|
|
1120
|
-
});
|
|
1121
|
-
}
|
|
1122
|
-
|
|
1123
|
-
// `Symbol.iterator` well-known symbol
|
|
1124
|
-
// https://tc39.github.io/ecma262/#sec-symbol.iterator
|
|
1125
|
-
defineWellKnownSymbol('iterator');
|
|
1126
|
-
|
|
1127
|
-
var createProperty = function (object, key, value) {
|
|
1128
|
-
var propertyKey = toPrimitive(key);
|
|
1129
|
-
if (propertyKey in object) objectDefineProperty.f(object, propertyKey, createPropertyDescriptor(0, value));
|
|
1130
|
-
else object[propertyKey] = value;
|
|
1131
|
-
};
|
|
1132
|
-
|
|
1133
|
-
var userAgent = getBuiltIn('navigator', 'userAgent') || '';
|
|
587
|
+
var engineUserAgent = getBuiltIn('navigator', 'userAgent') || '';
|
|
1134
588
|
|
|
1135
589
|
var process = global_1.process;
|
|
1136
590
|
var versions = process && process.versions;
|
|
@@ -1140,15 +594,15 @@ var match, version;
|
|
|
1140
594
|
if (v8) {
|
|
1141
595
|
match = v8.split('.');
|
|
1142
596
|
version = match[0] + match[1];
|
|
1143
|
-
} else if (
|
|
1144
|
-
match =
|
|
597
|
+
} else if (engineUserAgent) {
|
|
598
|
+
match = engineUserAgent.match(/Edge\/(\d+)/);
|
|
1145
599
|
if (!match || match[1] >= 74) {
|
|
1146
|
-
match =
|
|
600
|
+
match = engineUserAgent.match(/Chrome\/(\d+)/);
|
|
1147
601
|
if (match) version = match[1];
|
|
1148
602
|
}
|
|
1149
603
|
}
|
|
1150
604
|
|
|
1151
|
-
var
|
|
605
|
+
var engineV8Version = version && +version;
|
|
1152
606
|
|
|
1153
607
|
var SPECIES$1 = wellKnownSymbol('species');
|
|
1154
608
|
|
|
@@ -1156,7 +610,7 @@ var arrayMethodHasSpeciesSupport = function (METHOD_NAME) {
|
|
|
1156
610
|
// We can't use this feature detection in V8 since it causes
|
|
1157
611
|
// deoptimization and serious performance degradation
|
|
1158
612
|
// https://github.com/zloirock/core-js/issues/677
|
|
1159
|
-
return
|
|
613
|
+
return engineV8Version >= 51 || !fails(function () {
|
|
1160
614
|
var array = [];
|
|
1161
615
|
var constructor = array.constructor = {};
|
|
1162
616
|
constructor[SPECIES$1] = function () {
|
|
@@ -1173,7 +627,7 @@ var MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';
|
|
|
1173
627
|
// We can't use this feature detection in V8 since it causes
|
|
1174
628
|
// deoptimization and serious performance degradation
|
|
1175
629
|
// https://github.com/zloirock/core-js/issues/679
|
|
1176
|
-
var IS_CONCAT_SPREADABLE_SUPPORT =
|
|
630
|
+
var IS_CONCAT_SPREADABLE_SUPPORT = engineV8Version >= 51 || !fails(function () {
|
|
1177
631
|
var array = [];
|
|
1178
632
|
array[IS_CONCAT_SPREADABLE] = false;
|
|
1179
633
|
return array.concat()[0] !== array;
|
|
@@ -1214,270 +668,6 @@ _export({ target: 'Array', proto: true, forced: FORCED }, {
|
|
|
1214
668
|
}
|
|
1215
669
|
});
|
|
1216
670
|
|
|
1217
|
-
var UNSCOPABLES = wellKnownSymbol('unscopables');
|
|
1218
|
-
var ArrayPrototype = Array.prototype;
|
|
1219
|
-
|
|
1220
|
-
// Array.prototype[@@unscopables]
|
|
1221
|
-
// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables
|
|
1222
|
-
if (ArrayPrototype[UNSCOPABLES] == undefined) {
|
|
1223
|
-
objectDefineProperty.f(ArrayPrototype, UNSCOPABLES, {
|
|
1224
|
-
configurable: true,
|
|
1225
|
-
value: objectCreate(null)
|
|
1226
|
-
});
|
|
1227
|
-
}
|
|
1228
|
-
|
|
1229
|
-
// add a key to Array.prototype[@@unscopables]
|
|
1230
|
-
var addToUnscopables = function (key) {
|
|
1231
|
-
ArrayPrototype[UNSCOPABLES][key] = true;
|
|
1232
|
-
};
|
|
1233
|
-
|
|
1234
|
-
var correctPrototypeGetter = !fails(function () {
|
|
1235
|
-
function F() { /* empty */ }
|
|
1236
|
-
F.prototype.constructor = null;
|
|
1237
|
-
return Object.getPrototypeOf(new F()) !== F.prototype;
|
|
1238
|
-
});
|
|
1239
|
-
|
|
1240
|
-
var IE_PROTO$1 = sharedKey('IE_PROTO');
|
|
1241
|
-
var ObjectPrototype$1 = Object.prototype;
|
|
1242
|
-
|
|
1243
|
-
// `Object.getPrototypeOf` method
|
|
1244
|
-
// https://tc39.github.io/ecma262/#sec-object.getprototypeof
|
|
1245
|
-
var objectGetPrototypeOf = correctPrototypeGetter ? Object.getPrototypeOf : function (O) {
|
|
1246
|
-
O = toObject(O);
|
|
1247
|
-
if (has(O, IE_PROTO$1)) return O[IE_PROTO$1];
|
|
1248
|
-
if (typeof O.constructor == 'function' && O instanceof O.constructor) {
|
|
1249
|
-
return O.constructor.prototype;
|
|
1250
|
-
} return O instanceof Object ? ObjectPrototype$1 : null;
|
|
1251
|
-
};
|
|
1252
|
-
|
|
1253
|
-
var ITERATOR = wellKnownSymbol('iterator');
|
|
1254
|
-
var BUGGY_SAFARI_ITERATORS = false;
|
|
1255
|
-
|
|
1256
|
-
var returnThis = function () { return this; };
|
|
1257
|
-
|
|
1258
|
-
// `%IteratorPrototype%` object
|
|
1259
|
-
// https://tc39.github.io/ecma262/#sec-%iteratorprototype%-object
|
|
1260
|
-
var IteratorPrototype, PrototypeOfArrayIteratorPrototype, arrayIterator;
|
|
1261
|
-
|
|
1262
|
-
if ([].keys) {
|
|
1263
|
-
arrayIterator = [].keys();
|
|
1264
|
-
// Safari 8 has buggy iterators w/o `next`
|
|
1265
|
-
if (!('next' in arrayIterator)) BUGGY_SAFARI_ITERATORS = true;
|
|
1266
|
-
else {
|
|
1267
|
-
PrototypeOfArrayIteratorPrototype = objectGetPrototypeOf(objectGetPrototypeOf(arrayIterator));
|
|
1268
|
-
if (PrototypeOfArrayIteratorPrototype !== Object.prototype) IteratorPrototype = PrototypeOfArrayIteratorPrototype;
|
|
1269
|
-
}
|
|
1270
|
-
}
|
|
1271
|
-
|
|
1272
|
-
if (IteratorPrototype == undefined) IteratorPrototype = {};
|
|
1273
|
-
|
|
1274
|
-
// 25.1.2.1.1 %IteratorPrototype%[@@iterator]()
|
|
1275
|
-
if ( !has(IteratorPrototype, ITERATOR)) {
|
|
1276
|
-
createNonEnumerableProperty(IteratorPrototype, ITERATOR, returnThis);
|
|
1277
|
-
}
|
|
1278
|
-
|
|
1279
|
-
var iteratorsCore = {
|
|
1280
|
-
IteratorPrototype: IteratorPrototype,
|
|
1281
|
-
BUGGY_SAFARI_ITERATORS: BUGGY_SAFARI_ITERATORS
|
|
1282
|
-
};
|
|
1283
|
-
|
|
1284
|
-
var IteratorPrototype$1 = iteratorsCore.IteratorPrototype;
|
|
1285
|
-
|
|
1286
|
-
var createIteratorConstructor = function (IteratorConstructor, NAME, next) {
|
|
1287
|
-
var TO_STRING_TAG = NAME + ' Iterator';
|
|
1288
|
-
IteratorConstructor.prototype = objectCreate(IteratorPrototype$1, { next: createPropertyDescriptor(1, next) });
|
|
1289
|
-
setToStringTag(IteratorConstructor, TO_STRING_TAG, false);
|
|
1290
|
-
return IteratorConstructor;
|
|
1291
|
-
};
|
|
1292
|
-
|
|
1293
|
-
var aPossiblePrototype = function (it) {
|
|
1294
|
-
if (!isObject(it) && it !== null) {
|
|
1295
|
-
throw TypeError("Can't set " + String(it) + ' as a prototype');
|
|
1296
|
-
} return it;
|
|
1297
|
-
};
|
|
1298
|
-
|
|
1299
|
-
// `Object.setPrototypeOf` method
|
|
1300
|
-
// https://tc39.github.io/ecma262/#sec-object.setprototypeof
|
|
1301
|
-
// Works with __proto__ only. Old v8 can't work with null proto objects.
|
|
1302
|
-
/* eslint-disable no-proto */
|
|
1303
|
-
var objectSetPrototypeOf = Object.setPrototypeOf || ('__proto__' in {} ? function () {
|
|
1304
|
-
var CORRECT_SETTER = false;
|
|
1305
|
-
var test = {};
|
|
1306
|
-
var setter;
|
|
1307
|
-
try {
|
|
1308
|
-
setter = Object.getOwnPropertyDescriptor(Object.prototype, '__proto__').set;
|
|
1309
|
-
setter.call(test, []);
|
|
1310
|
-
CORRECT_SETTER = test instanceof Array;
|
|
1311
|
-
} catch (error) { /* empty */ }
|
|
1312
|
-
return function setPrototypeOf(O, proto) {
|
|
1313
|
-
anObject(O);
|
|
1314
|
-
aPossiblePrototype(proto);
|
|
1315
|
-
if (CORRECT_SETTER) setter.call(O, proto);
|
|
1316
|
-
else O.__proto__ = proto;
|
|
1317
|
-
return O;
|
|
1318
|
-
};
|
|
1319
|
-
}() : undefined);
|
|
1320
|
-
|
|
1321
|
-
var IteratorPrototype$2 = iteratorsCore.IteratorPrototype;
|
|
1322
|
-
var BUGGY_SAFARI_ITERATORS$1 = iteratorsCore.BUGGY_SAFARI_ITERATORS;
|
|
1323
|
-
var ITERATOR$1 = wellKnownSymbol('iterator');
|
|
1324
|
-
var KEYS = 'keys';
|
|
1325
|
-
var VALUES = 'values';
|
|
1326
|
-
var ENTRIES = 'entries';
|
|
1327
|
-
|
|
1328
|
-
var returnThis$1 = function () { return this; };
|
|
1329
|
-
|
|
1330
|
-
var defineIterator = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, IS_SET, FORCED) {
|
|
1331
|
-
createIteratorConstructor(IteratorConstructor, NAME, next);
|
|
1332
|
-
|
|
1333
|
-
var getIterationMethod = function (KIND) {
|
|
1334
|
-
if (KIND === DEFAULT && defaultIterator) return defaultIterator;
|
|
1335
|
-
if (!BUGGY_SAFARI_ITERATORS$1 && KIND in IterablePrototype) return IterablePrototype[KIND];
|
|
1336
|
-
switch (KIND) {
|
|
1337
|
-
case KEYS: return function keys() { return new IteratorConstructor(this, KIND); };
|
|
1338
|
-
case VALUES: return function values() { return new IteratorConstructor(this, KIND); };
|
|
1339
|
-
case ENTRIES: return function entries() { return new IteratorConstructor(this, KIND); };
|
|
1340
|
-
} return function () { return new IteratorConstructor(this); };
|
|
1341
|
-
};
|
|
1342
|
-
|
|
1343
|
-
var TO_STRING_TAG = NAME + ' Iterator';
|
|
1344
|
-
var INCORRECT_VALUES_NAME = false;
|
|
1345
|
-
var IterablePrototype = Iterable.prototype;
|
|
1346
|
-
var nativeIterator = IterablePrototype[ITERATOR$1]
|
|
1347
|
-
|| IterablePrototype['@@iterator']
|
|
1348
|
-
|| DEFAULT && IterablePrototype[DEFAULT];
|
|
1349
|
-
var defaultIterator = !BUGGY_SAFARI_ITERATORS$1 && nativeIterator || getIterationMethod(DEFAULT);
|
|
1350
|
-
var anyNativeIterator = NAME == 'Array' ? IterablePrototype.entries || nativeIterator : nativeIterator;
|
|
1351
|
-
var CurrentIteratorPrototype, methods, KEY;
|
|
1352
|
-
|
|
1353
|
-
// fix native
|
|
1354
|
-
if (anyNativeIterator) {
|
|
1355
|
-
CurrentIteratorPrototype = objectGetPrototypeOf(anyNativeIterator.call(new Iterable()));
|
|
1356
|
-
if (IteratorPrototype$2 !== Object.prototype && CurrentIteratorPrototype.next) {
|
|
1357
|
-
if ( objectGetPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype$2) {
|
|
1358
|
-
if (objectSetPrototypeOf) {
|
|
1359
|
-
objectSetPrototypeOf(CurrentIteratorPrototype, IteratorPrototype$2);
|
|
1360
|
-
} else if (typeof CurrentIteratorPrototype[ITERATOR$1] != 'function') {
|
|
1361
|
-
createNonEnumerableProperty(CurrentIteratorPrototype, ITERATOR$1, returnThis$1);
|
|
1362
|
-
}
|
|
1363
|
-
}
|
|
1364
|
-
// Set @@toStringTag to native iterators
|
|
1365
|
-
setToStringTag(CurrentIteratorPrototype, TO_STRING_TAG, true);
|
|
1366
|
-
}
|
|
1367
|
-
}
|
|
1368
|
-
|
|
1369
|
-
// fix Array#{values, @@iterator}.name in V8 / FF
|
|
1370
|
-
if (DEFAULT == VALUES && nativeIterator && nativeIterator.name !== VALUES) {
|
|
1371
|
-
INCORRECT_VALUES_NAME = true;
|
|
1372
|
-
defaultIterator = function values() { return nativeIterator.call(this); };
|
|
1373
|
-
}
|
|
1374
|
-
|
|
1375
|
-
// define iterator
|
|
1376
|
-
if ( IterablePrototype[ITERATOR$1] !== defaultIterator) {
|
|
1377
|
-
createNonEnumerableProperty(IterablePrototype, ITERATOR$1, defaultIterator);
|
|
1378
|
-
}
|
|
1379
|
-
|
|
1380
|
-
// export additional methods
|
|
1381
|
-
if (DEFAULT) {
|
|
1382
|
-
methods = {
|
|
1383
|
-
values: getIterationMethod(VALUES),
|
|
1384
|
-
keys: IS_SET ? defaultIterator : getIterationMethod(KEYS),
|
|
1385
|
-
entries: getIterationMethod(ENTRIES)
|
|
1386
|
-
};
|
|
1387
|
-
if (FORCED) for (KEY in methods) {
|
|
1388
|
-
if (BUGGY_SAFARI_ITERATORS$1 || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) {
|
|
1389
|
-
redefine(IterablePrototype, KEY, methods[KEY]);
|
|
1390
|
-
}
|
|
1391
|
-
} else _export({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS$1 || INCORRECT_VALUES_NAME }, methods);
|
|
1392
|
-
}
|
|
1393
|
-
|
|
1394
|
-
return methods;
|
|
1395
|
-
};
|
|
1396
|
-
|
|
1397
|
-
var ARRAY_ITERATOR = 'Array Iterator';
|
|
1398
|
-
var setInternalState$1 = internalState.set;
|
|
1399
|
-
var getInternalState$1 = internalState.getterFor(ARRAY_ITERATOR);
|
|
1400
|
-
|
|
1401
|
-
// `Array.prototype.entries` method
|
|
1402
|
-
// https://tc39.github.io/ecma262/#sec-array.prototype.entries
|
|
1403
|
-
// `Array.prototype.keys` method
|
|
1404
|
-
// https://tc39.github.io/ecma262/#sec-array.prototype.keys
|
|
1405
|
-
// `Array.prototype.values` method
|
|
1406
|
-
// https://tc39.github.io/ecma262/#sec-array.prototype.values
|
|
1407
|
-
// `Array.prototype[@@iterator]` method
|
|
1408
|
-
// https://tc39.github.io/ecma262/#sec-array.prototype-@@iterator
|
|
1409
|
-
// `CreateArrayIterator` internal method
|
|
1410
|
-
// https://tc39.github.io/ecma262/#sec-createarrayiterator
|
|
1411
|
-
var es_array_iterator = defineIterator(Array, 'Array', function (iterated, kind) {
|
|
1412
|
-
setInternalState$1(this, {
|
|
1413
|
-
type: ARRAY_ITERATOR,
|
|
1414
|
-
target: toIndexedObject(iterated), // target
|
|
1415
|
-
index: 0, // next index
|
|
1416
|
-
kind: kind // kind
|
|
1417
|
-
});
|
|
1418
|
-
// `%ArrayIteratorPrototype%.next` method
|
|
1419
|
-
// https://tc39.github.io/ecma262/#sec-%arrayiteratorprototype%.next
|
|
1420
|
-
}, function () {
|
|
1421
|
-
var state = getInternalState$1(this);
|
|
1422
|
-
var target = state.target;
|
|
1423
|
-
var kind = state.kind;
|
|
1424
|
-
var index = state.index++;
|
|
1425
|
-
if (!target || index >= target.length) {
|
|
1426
|
-
state.target = undefined;
|
|
1427
|
-
return { value: undefined, done: true };
|
|
1428
|
-
}
|
|
1429
|
-
if (kind == 'keys') return { value: index, done: false };
|
|
1430
|
-
if (kind == 'values') return { value: target[index], done: false };
|
|
1431
|
-
return { value: [index, target[index]], done: false };
|
|
1432
|
-
}, 'values');
|
|
1433
|
-
|
|
1434
|
-
// https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables
|
|
1435
|
-
addToUnscopables('keys');
|
|
1436
|
-
addToUnscopables('values');
|
|
1437
|
-
addToUnscopables('entries');
|
|
1438
|
-
|
|
1439
|
-
var TO_STRING_TAG$1 = wellKnownSymbol('toStringTag');
|
|
1440
|
-
var test = {};
|
|
1441
|
-
|
|
1442
|
-
test[TO_STRING_TAG$1] = 'z';
|
|
1443
|
-
|
|
1444
|
-
var toStringTagSupport = String(test) === '[object z]';
|
|
1445
|
-
|
|
1446
|
-
var TO_STRING_TAG$2 = wellKnownSymbol('toStringTag');
|
|
1447
|
-
// ES3 wrong here
|
|
1448
|
-
var CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';
|
|
1449
|
-
|
|
1450
|
-
// fallback for IE11 Script Access Denied error
|
|
1451
|
-
var tryGet = function (it, key) {
|
|
1452
|
-
try {
|
|
1453
|
-
return it[key];
|
|
1454
|
-
} catch (error) { /* empty */ }
|
|
1455
|
-
};
|
|
1456
|
-
|
|
1457
|
-
// getting tag from ES6+ `Object.prototype.toString`
|
|
1458
|
-
var classof = toStringTagSupport ? classofRaw : function (it) {
|
|
1459
|
-
var O, tag, result;
|
|
1460
|
-
return it === undefined ? 'Undefined' : it === null ? 'Null'
|
|
1461
|
-
// @@toStringTag case
|
|
1462
|
-
: typeof (tag = tryGet(O = Object(it), TO_STRING_TAG$2)) == 'string' ? tag
|
|
1463
|
-
// builtinTag case
|
|
1464
|
-
: CORRECT_ARGUMENTS ? classofRaw(O)
|
|
1465
|
-
// ES3 arguments fallback
|
|
1466
|
-
: (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;
|
|
1467
|
-
};
|
|
1468
|
-
|
|
1469
|
-
// `Object.prototype.toString` method implementation
|
|
1470
|
-
// https://tc39.github.io/ecma262/#sec-object.prototype.tostring
|
|
1471
|
-
var objectToString = toStringTagSupport ? {}.toString : function toString() {
|
|
1472
|
-
return '[object ' + classof(this) + ']';
|
|
1473
|
-
};
|
|
1474
|
-
|
|
1475
|
-
// `Object.prototype.toString` method
|
|
1476
|
-
// https://tc39.github.io/ecma262/#sec-object.prototype.tostring
|
|
1477
|
-
if (!toStringTagSupport) {
|
|
1478
|
-
redefine(Object.prototype, 'toString', objectToString, { unsafe: true });
|
|
1479
|
-
}
|
|
1480
|
-
|
|
1481
671
|
// `RegExp.prototype.flags` getter implementation
|
|
1482
672
|
// https://tc39.github.io/ecma262/#sec-get-regexp.prototype.flags
|
|
1483
673
|
var regexpFlags = function () {
|
|
@@ -1605,59 +795,13 @@ _export({ target: 'RegExp', proto: true, forced: /./.exec !== regexpExec }, {
|
|
|
1605
795
|
exec: regexpExec
|
|
1606
796
|
});
|
|
1607
797
|
|
|
1608
|
-
//
|
|
1609
|
-
var createMethod$2 = function (CONVERT_TO_STRING) {
|
|
1610
|
-
return function ($this, pos) {
|
|
1611
|
-
var S = String(requireObjectCoercible($this));
|
|
1612
|
-
var position = toInteger(pos);
|
|
1613
|
-
var size = S.length;
|
|
1614
|
-
var first, second;
|
|
1615
|
-
if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;
|
|
1616
|
-
first = S.charCodeAt(position);
|
|
1617
|
-
return first < 0xD800 || first > 0xDBFF || position + 1 === size
|
|
1618
|
-
|| (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF
|
|
1619
|
-
? CONVERT_TO_STRING ? S.charAt(position) : first
|
|
1620
|
-
: CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;
|
|
1621
|
-
};
|
|
1622
|
-
};
|
|
798
|
+
// TODO: Remove from `core-js@4` since it's moved to entry points
|
|
1623
799
|
|
|
1624
|
-
var stringMultibyte = {
|
|
1625
|
-
// `String.prototype.codePointAt` method
|
|
1626
|
-
// https://tc39.github.io/ecma262/#sec-string.prototype.codepointat
|
|
1627
|
-
codeAt: createMethod$2(false),
|
|
1628
|
-
// `String.prototype.at` method
|
|
1629
|
-
// https://github.com/mathiasbynens/String.prototype.at
|
|
1630
|
-
charAt: createMethod$2(true)
|
|
1631
|
-
};
|
|
1632
800
|
|
|
1633
|
-
var charAt = stringMultibyte.charAt;
|
|
1634
801
|
|
|
1635
802
|
|
|
1636
803
|
|
|
1637
|
-
var STRING_ITERATOR = 'String Iterator';
|
|
1638
|
-
var setInternalState$2 = internalState.set;
|
|
1639
|
-
var getInternalState$2 = internalState.getterFor(STRING_ITERATOR);
|
|
1640
804
|
|
|
1641
|
-
// `String.prototype[@@iterator]` method
|
|
1642
|
-
// https://tc39.github.io/ecma262/#sec-string.prototype-@@iterator
|
|
1643
|
-
defineIterator(String, 'String', function (iterated) {
|
|
1644
|
-
setInternalState$2(this, {
|
|
1645
|
-
type: STRING_ITERATOR,
|
|
1646
|
-
string: String(iterated),
|
|
1647
|
-
index: 0
|
|
1648
|
-
});
|
|
1649
|
-
// `%StringIteratorPrototype%.next` method
|
|
1650
|
-
// https://tc39.github.io/ecma262/#sec-%stringiteratorprototype%.next
|
|
1651
|
-
}, function next() {
|
|
1652
|
-
var state = getInternalState$2(this);
|
|
1653
|
-
var string = state.string;
|
|
1654
|
-
var index = state.index;
|
|
1655
|
-
var point;
|
|
1656
|
-
if (index >= string.length) return { value: undefined, done: true };
|
|
1657
|
-
point = charAt(string, index);
|
|
1658
|
-
state.index += point.length;
|
|
1659
|
-
return { value: point, done: false };
|
|
1660
|
-
});
|
|
1661
805
|
|
|
1662
806
|
var SPECIES$2 = wellKnownSymbol('species');
|
|
1663
807
|
|
|
@@ -1680,6 +824,15 @@ var REPLACE_KEEPS_$0 = (function () {
|
|
|
1680
824
|
return 'a'.replace(/./, '$0') === '$0';
|
|
1681
825
|
})();
|
|
1682
826
|
|
|
827
|
+
var REPLACE = wellKnownSymbol('replace');
|
|
828
|
+
// Safari <= 13.0.3(?) substitutes nth capture where n>m with an empty string
|
|
829
|
+
var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () {
|
|
830
|
+
if (/./[REPLACE]) {
|
|
831
|
+
return /./[REPLACE]('a', '$0') === '';
|
|
832
|
+
}
|
|
833
|
+
return false;
|
|
834
|
+
})();
|
|
835
|
+
|
|
1683
836
|
// Chrome 51 has a buggy "split" implementation when RegExp#exec !== nativeExec
|
|
1684
837
|
// Weex JS has frozen built-in prototypes, so use try / catch wrapper
|
|
1685
838
|
var SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () {
|
|
@@ -1727,7 +880,11 @@ var fixRegexpWellKnownSymbolLogic = function (KEY, length, exec, sham) {
|
|
|
1727
880
|
if (
|
|
1728
881
|
!DELEGATES_TO_SYMBOL ||
|
|
1729
882
|
!DELEGATES_TO_EXEC ||
|
|
1730
|
-
(KEY === 'replace' && !(
|
|
883
|
+
(KEY === 'replace' && !(
|
|
884
|
+
REPLACE_SUPPORTS_NAMED_GROUPS &&
|
|
885
|
+
REPLACE_KEEPS_$0 &&
|
|
886
|
+
!REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE
|
|
887
|
+
)) ||
|
|
1731
888
|
(KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)
|
|
1732
889
|
) {
|
|
1733
890
|
var nativeRegExpMethod = /./[SYMBOL];
|
|
@@ -1742,7 +899,10 @@ var fixRegexpWellKnownSymbolLogic = function (KEY, length, exec, sham) {
|
|
|
1742
899
|
return { done: true, value: nativeMethod.call(str, regexp, arg2) };
|
|
1743
900
|
}
|
|
1744
901
|
return { done: false };
|
|
1745
|
-
}, {
|
|
902
|
+
}, {
|
|
903
|
+
REPLACE_KEEPS_$0: REPLACE_KEEPS_$0,
|
|
904
|
+
REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE: REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE
|
|
905
|
+
});
|
|
1746
906
|
var stringMethod = methods[0];
|
|
1747
907
|
var regexMethod = methods[1];
|
|
1748
908
|
|
|
@@ -1760,12 +920,37 @@ var fixRegexpWellKnownSymbolLogic = function (KEY, length, exec, sham) {
|
|
|
1760
920
|
if (sham) createNonEnumerableProperty(RegExp.prototype[SYMBOL], 'sham', true);
|
|
1761
921
|
};
|
|
1762
922
|
|
|
1763
|
-
|
|
923
|
+
// `String.prototype.{ codePointAt, at }` methods implementation
|
|
924
|
+
var createMethod$1 = function (CONVERT_TO_STRING) {
|
|
925
|
+
return function ($this, pos) {
|
|
926
|
+
var S = String(requireObjectCoercible($this));
|
|
927
|
+
var position = toInteger(pos);
|
|
928
|
+
var size = S.length;
|
|
929
|
+
var first, second;
|
|
930
|
+
if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;
|
|
931
|
+
first = S.charCodeAt(position);
|
|
932
|
+
return first < 0xD800 || first > 0xDBFF || position + 1 === size
|
|
933
|
+
|| (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF
|
|
934
|
+
? CONVERT_TO_STRING ? S.charAt(position) : first
|
|
935
|
+
: CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;
|
|
936
|
+
};
|
|
937
|
+
};
|
|
938
|
+
|
|
939
|
+
var stringMultibyte = {
|
|
940
|
+
// `String.prototype.codePointAt` method
|
|
941
|
+
// https://tc39.github.io/ecma262/#sec-string.prototype.codepointat
|
|
942
|
+
codeAt: createMethod$1(false),
|
|
943
|
+
// `String.prototype.at` method
|
|
944
|
+
// https://github.com/mathiasbynens/String.prototype.at
|
|
945
|
+
charAt: createMethod$1(true)
|
|
946
|
+
};
|
|
947
|
+
|
|
948
|
+
var charAt = stringMultibyte.charAt;
|
|
1764
949
|
|
|
1765
950
|
// `AdvanceStringIndex` abstract operation
|
|
1766
951
|
// https://tc39.github.io/ecma262/#sec-advancestringindex
|
|
1767
952
|
var advanceStringIndex = function (S, index, unicode) {
|
|
1768
|
-
return index + (unicode ? charAt
|
|
953
|
+
return index + (unicode ? charAt(S, index).length : 1);
|
|
1769
954
|
};
|
|
1770
955
|
|
|
1771
956
|
// `RegExpExec` abstract operation
|
|
@@ -1799,6 +984,10 @@ var maybeToString = function (it) {
|
|
|
1799
984
|
|
|
1800
985
|
// @@replace logic
|
|
1801
986
|
fixRegexpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, maybeCallNative, reason) {
|
|
987
|
+
var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = reason.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE;
|
|
988
|
+
var REPLACE_KEEPS_$0 = reason.REPLACE_KEEPS_$0;
|
|
989
|
+
var UNSAFE_SUBSTITUTE = REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE ? '$' : '$0';
|
|
990
|
+
|
|
1802
991
|
return [
|
|
1803
992
|
// `String.prototype.replace` method
|
|
1804
993
|
// https://tc39.github.io/ecma262/#sec-string.prototype.replace
|
|
@@ -1812,7 +1001,10 @@ fixRegexpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, ma
|
|
|
1812
1001
|
// `RegExp.prototype[@@replace]` method
|
|
1813
1002
|
// https://tc39.github.io/ecma262/#sec-regexp.prototype-@@replace
|
|
1814
1003
|
function (regexp, replaceValue) {
|
|
1815
|
-
if (
|
|
1004
|
+
if (
|
|
1005
|
+
(!REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE && REPLACE_KEEPS_$0) ||
|
|
1006
|
+
(typeof replaceValue === 'string' && replaceValue.indexOf(UNSAFE_SUBSTITUTE) === -1)
|
|
1007
|
+
) {
|
|
1816
1008
|
var res = maybeCallNative(nativeReplace, regexp, this, replaceValue);
|
|
1817
1009
|
if (res.done) return res.value;
|
|
1818
1010
|
}
|
|
@@ -1906,70 +1098,6 @@ fixRegexpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, ma
|
|
|
1906
1098
|
}
|
|
1907
1099
|
});
|
|
1908
1100
|
|
|
1909
|
-
// iterable DOM collections
|
|
1910
|
-
// flag - `iterable` interface - 'entries', 'keys', 'values', 'forEach' methods
|
|
1911
|
-
var domIterables = {
|
|
1912
|
-
CSSRuleList: 0,
|
|
1913
|
-
CSSStyleDeclaration: 0,
|
|
1914
|
-
CSSValueList: 0,
|
|
1915
|
-
ClientRectList: 0,
|
|
1916
|
-
DOMRectList: 0,
|
|
1917
|
-
DOMStringList: 0,
|
|
1918
|
-
DOMTokenList: 1,
|
|
1919
|
-
DataTransferItemList: 0,
|
|
1920
|
-
FileList: 0,
|
|
1921
|
-
HTMLAllCollection: 0,
|
|
1922
|
-
HTMLCollection: 0,
|
|
1923
|
-
HTMLFormElement: 0,
|
|
1924
|
-
HTMLSelectElement: 0,
|
|
1925
|
-
MediaList: 0,
|
|
1926
|
-
MimeTypeArray: 0,
|
|
1927
|
-
NamedNodeMap: 0,
|
|
1928
|
-
NodeList: 1,
|
|
1929
|
-
PaintRequestList: 0,
|
|
1930
|
-
Plugin: 0,
|
|
1931
|
-
PluginArray: 0,
|
|
1932
|
-
SVGLengthList: 0,
|
|
1933
|
-
SVGNumberList: 0,
|
|
1934
|
-
SVGPathSegList: 0,
|
|
1935
|
-
SVGPointList: 0,
|
|
1936
|
-
SVGStringList: 0,
|
|
1937
|
-
SVGTransformList: 0,
|
|
1938
|
-
SourceBufferList: 0,
|
|
1939
|
-
StyleSheetList: 0,
|
|
1940
|
-
TextTrackCueList: 0,
|
|
1941
|
-
TextTrackList: 0,
|
|
1942
|
-
TouchList: 0
|
|
1943
|
-
};
|
|
1944
|
-
|
|
1945
|
-
var ITERATOR$2 = wellKnownSymbol('iterator');
|
|
1946
|
-
var TO_STRING_TAG$3 = wellKnownSymbol('toStringTag');
|
|
1947
|
-
var ArrayValues = es_array_iterator.values;
|
|
1948
|
-
|
|
1949
|
-
for (var COLLECTION_NAME in domIterables) {
|
|
1950
|
-
var Collection = global_1[COLLECTION_NAME];
|
|
1951
|
-
var CollectionPrototype = Collection && Collection.prototype;
|
|
1952
|
-
if (CollectionPrototype) {
|
|
1953
|
-
// some Chrome versions have non-configurable methods on DOMTokenList
|
|
1954
|
-
if (CollectionPrototype[ITERATOR$2] !== ArrayValues) try {
|
|
1955
|
-
createNonEnumerableProperty(CollectionPrototype, ITERATOR$2, ArrayValues);
|
|
1956
|
-
} catch (error) {
|
|
1957
|
-
CollectionPrototype[ITERATOR$2] = ArrayValues;
|
|
1958
|
-
}
|
|
1959
|
-
if (!CollectionPrototype[TO_STRING_TAG$3]) {
|
|
1960
|
-
createNonEnumerableProperty(CollectionPrototype, TO_STRING_TAG$3, COLLECTION_NAME);
|
|
1961
|
-
}
|
|
1962
|
-
if (domIterables[COLLECTION_NAME]) for (var METHOD_NAME in es_array_iterator) {
|
|
1963
|
-
// some Chrome versions have non-configurable methods on DOMTokenList
|
|
1964
|
-
if (CollectionPrototype[METHOD_NAME] !== es_array_iterator[METHOD_NAME]) try {
|
|
1965
|
-
createNonEnumerableProperty(CollectionPrototype, METHOD_NAME, es_array_iterator[METHOD_NAME]);
|
|
1966
|
-
} catch (error) {
|
|
1967
|
-
CollectionPrototype[METHOD_NAME] = es_array_iterator[METHOD_NAME];
|
|
1968
|
-
}
|
|
1969
|
-
}
|
|
1970
|
-
}
|
|
1971
|
-
}
|
|
1972
|
-
|
|
1973
1101
|
function _defineProperty(obj, key, value) {
|
|
1974
1102
|
if (key in obj) {
|
|
1975
1103
|
Object.defineProperty(obj, key, {
|
|
@@ -2020,23 +1148,93 @@ function _objectSpread2(target) {
|
|
|
2020
1148
|
}
|
|
2021
1149
|
|
|
2022
1150
|
function _toConsumableArray(arr) {
|
|
2023
|
-
return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _nonIterableSpread();
|
|
1151
|
+
return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
|
|
2024
1152
|
}
|
|
2025
1153
|
|
|
2026
1154
|
function _arrayWithoutHoles(arr) {
|
|
2027
|
-
if (Array.isArray(arr))
|
|
2028
|
-
for (var i = 0, arr2 = new Array(arr.length); i < arr.length; i++) arr2[i] = arr[i];
|
|
2029
|
-
|
|
2030
|
-
return arr2;
|
|
2031
|
-
}
|
|
1155
|
+
if (Array.isArray(arr)) return _arrayLikeToArray(arr);
|
|
2032
1156
|
}
|
|
2033
1157
|
|
|
2034
1158
|
function _iterableToArray(iter) {
|
|
2035
|
-
if (Symbol.iterator in Object(iter)
|
|
1159
|
+
if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter);
|
|
1160
|
+
}
|
|
1161
|
+
|
|
1162
|
+
function _unsupportedIterableToArray(o, minLen) {
|
|
1163
|
+
if (!o) return;
|
|
1164
|
+
if (typeof o === "string") return _arrayLikeToArray(o, minLen);
|
|
1165
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
1166
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
1167
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
1168
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
|
|
1169
|
+
}
|
|
1170
|
+
|
|
1171
|
+
function _arrayLikeToArray(arr, len) {
|
|
1172
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
1173
|
+
|
|
1174
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
|
|
1175
|
+
|
|
1176
|
+
return arr2;
|
|
2036
1177
|
}
|
|
2037
1178
|
|
|
2038
1179
|
function _nonIterableSpread() {
|
|
2039
|
-
throw new TypeError("Invalid attempt to spread non-iterable instance");
|
|
1180
|
+
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
1181
|
+
}
|
|
1182
|
+
|
|
1183
|
+
function _createForOfIteratorHelper(o, allowArrayLike) {
|
|
1184
|
+
var it;
|
|
1185
|
+
|
|
1186
|
+
if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) {
|
|
1187
|
+
if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") {
|
|
1188
|
+
if (it) o = it;
|
|
1189
|
+
var i = 0;
|
|
1190
|
+
|
|
1191
|
+
var F = function () {};
|
|
1192
|
+
|
|
1193
|
+
return {
|
|
1194
|
+
s: F,
|
|
1195
|
+
n: function () {
|
|
1196
|
+
if (i >= o.length) return {
|
|
1197
|
+
done: true
|
|
1198
|
+
};
|
|
1199
|
+
return {
|
|
1200
|
+
done: false,
|
|
1201
|
+
value: o[i++]
|
|
1202
|
+
};
|
|
1203
|
+
},
|
|
1204
|
+
e: function (e) {
|
|
1205
|
+
throw e;
|
|
1206
|
+
},
|
|
1207
|
+
f: F
|
|
1208
|
+
};
|
|
1209
|
+
}
|
|
1210
|
+
|
|
1211
|
+
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
1212
|
+
}
|
|
1213
|
+
|
|
1214
|
+
var normalCompletion = true,
|
|
1215
|
+
didErr = false,
|
|
1216
|
+
err;
|
|
1217
|
+
return {
|
|
1218
|
+
s: function () {
|
|
1219
|
+
it = o[Symbol.iterator]();
|
|
1220
|
+
},
|
|
1221
|
+
n: function () {
|
|
1222
|
+
var step = it.next();
|
|
1223
|
+
normalCompletion = step.done;
|
|
1224
|
+
return step;
|
|
1225
|
+
},
|
|
1226
|
+
e: function (e) {
|
|
1227
|
+
didErr = true;
|
|
1228
|
+
err = e;
|
|
1229
|
+
},
|
|
1230
|
+
f: function () {
|
|
1231
|
+
try {
|
|
1232
|
+
if (!normalCompletion && it.return != null) it.return();
|
|
1233
|
+
} finally {
|
|
1234
|
+
if (didErr) throw err;
|
|
1235
|
+
}
|
|
1236
|
+
}
|
|
1237
|
+
};
|
|
2040
1238
|
}
|
|
2041
1239
|
|
|
2042
1240
|
//
|
|
@@ -2090,7 +1288,7 @@ var script = {
|
|
|
2090
1288
|
},
|
|
2091
1289
|
methods: _objectSpread2({
|
|
2092
1290
|
_initTable: function _initTable() {
|
|
2093
|
-
var options = _objectSpread2({}, deepCopy(this.options), {
|
|
1291
|
+
var options = _objectSpread2(_objectSpread2({}, deepCopy(this.options)), {}, {
|
|
2094
1292
|
columns: deepCopy(this.columns),
|
|
2095
1293
|
data: deepCopy(this.data)
|
|
2096
1294
|
});
|
|
@@ -2104,9 +1302,9 @@ var script = {
|
|
|
2104
1302
|
}
|
|
2105
1303
|
}, function () {
|
|
2106
1304
|
var res = {};
|
|
2107
|
-
|
|
2108
|
-
var
|
|
2109
|
-
|
|
1305
|
+
|
|
1306
|
+
var _iterator = _createForOfIteratorHelper($.fn.bootstrapTable.methods),
|
|
1307
|
+
_step;
|
|
2110
1308
|
|
|
2111
1309
|
try {
|
|
2112
1310
|
var _loop = function _loop() {
|
|
@@ -2123,22 +1321,13 @@ var script = {
|
|
|
2123
1321
|
};
|
|
2124
1322
|
};
|
|
2125
1323
|
|
|
2126
|
-
for (
|
|
1324
|
+
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
2127
1325
|
_loop();
|
|
2128
1326
|
}
|
|
2129
1327
|
} catch (err) {
|
|
2130
|
-
|
|
2131
|
-
_iteratorError = err;
|
|
1328
|
+
_iterator.e(err);
|
|
2132
1329
|
} finally {
|
|
2133
|
-
|
|
2134
|
-
if (!_iteratorNormalCompletion && _iterator.return != null) {
|
|
2135
|
-
_iterator.return();
|
|
2136
|
-
}
|
|
2137
|
-
} finally {
|
|
2138
|
-
if (_didIteratorError) {
|
|
2139
|
-
throw _iteratorError;
|
|
2140
|
-
}
|
|
2141
|
-
}
|
|
1330
|
+
_iterator.f();
|
|
2142
1331
|
}
|
|
2143
1332
|
|
|
2144
1333
|
return res;
|