bootstrap-table-rails 1.17.0 → 1.18.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (105) hide show
  1. checksums.yaml +4 -4
  2. data/.DS_Store +0 -0
  3. data/Gemfile.lock +1 -1
  4. data/README.md +30 -132
  5. data/lib/bootstrap-table-rails/version.rb +1 -1
  6. data/vendor/.DS_Store +0 -0
  7. data/vendor/assets/.DS_Store +0 -0
  8. data/vendor/assets/javascripts/.DS_Store +0 -0
  9. data/vendor/assets/javascripts/bootstrap-table/.DS_Store +0 -0
  10. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-locale-all.js +596 -228
  11. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-vue.esm.js +183 -990
  12. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-vue.js +184 -991
  13. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.css +26 -7
  14. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.js +1420 -1423
  15. data/vendor/assets/javascripts/bootstrap-table/extensions/addrbar/bootstrap-table-addrbar.js +152 -40
  16. data/vendor/assets/javascripts/bootstrap-table/extensions/auto-refresh/bootstrap-table-auto-refresh.js +173 -48
  17. data/vendor/assets/javascripts/bootstrap-table/extensions/cookie/bootstrap-table-cookie.js +495 -908
  18. data/vendor/assets/javascripts/bootstrap-table/extensions/copy-rows/bootstrap-table-copy-rows.js +199 -57
  19. data/vendor/assets/javascripts/bootstrap-table/extensions/custom-view/bootstrap-table-custom-view.js +177 -487
  20. data/vendor/assets/javascripts/bootstrap-table/extensions/defer-url/bootstrap-table-defer-url.js +66 -24
  21. data/vendor/assets/javascripts/bootstrap-table/extensions/editable/bootstrap-table-editable.js +435 -977
  22. data/vendor/assets/javascripts/bootstrap-table/extensions/export/bootstrap-table-export.js +534 -971
  23. data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/bootstrap-table-filter-control.js +372 -161
  24. data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/utils.js +196 -95
  25. data/vendor/assets/javascripts/bootstrap-table/extensions/fixed-columns/bootstrap-table-fixed-columns.js +136 -48
  26. data/vendor/assets/javascripts/bootstrap-table/extensions/group-by-v2/bootstrap-table-group-by.css +3 -2
  27. data/vendor/assets/javascripts/bootstrap-table/extensions/group-by-v2/bootstrap-table-group-by.js +330 -559
  28. data/vendor/assets/javascripts/bootstrap-table/extensions/i18n-enhance/bootstrap-table-i18n-enhance.js +45 -11
  29. data/vendor/assets/javascripts/bootstrap-table/extensions/key-events/bootstrap-table-key-events.js +137 -36
  30. data/vendor/assets/javascripts/bootstrap-table/extensions/mobile/bootstrap-table-mobile.js +232 -148
  31. data/vendor/assets/javascripts/bootstrap-table/extensions/multiple-sort/bootstrap-table-multiple-sort.js +239 -561
  32. data/vendor/assets/javascripts/bootstrap-table/extensions/page-jump-to/bootstrap-table-page-jump-to.js +136 -37
  33. data/vendor/assets/javascripts/bootstrap-table/extensions/pipeline/bootstrap-table-pipeline.js +101 -58
  34. data/vendor/assets/javascripts/bootstrap-table/extensions/print/bootstrap-table-print.js +529 -1045
  35. data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-columns/bootstrap-table-reorder-columns.js +155 -58
  36. data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-rows/bootstrap-table-reorder-rows.js +107 -33
  37. data/vendor/assets/javascripts/bootstrap-table/extensions/resizable/bootstrap-table-resizable.js +283 -87
  38. data/vendor/assets/javascripts/bootstrap-table/extensions/sticky-header/bootstrap-table-sticky-header.js +132 -43
  39. data/vendor/assets/javascripts/bootstrap-table/extensions/toolbar/bootstrap-table-toolbar.js +537 -1061
  40. data/vendor/assets/javascripts/bootstrap-table/extensions/treegrid/bootstrap-table-treegrid.js +278 -990
  41. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-af-ZA.js +36 -20
  42. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ar-SA.js +36 -20
  43. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-bg-BG.js +36 -20
  44. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ca-ES.js +36 -20
  45. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-cs-CZ.js +36 -20
  46. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-da-DK.js +36 -20
  47. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-de-DE.js +79 -24
  48. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-el-GR.js +36 -20
  49. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-en-US.js +36 -20
  50. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-AR.js +36 -20
  51. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CL.js +53 -37
  52. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CR.js +36 -20
  53. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-ES.js +50 -34
  54. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-MX.js +36 -20
  55. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-NI.js +36 -20
  56. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-SP.js +36 -20
  57. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-et-EE.js +36 -20
  58. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-eu-EU.js +36 -20
  59. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fa-IR.js +36 -20
  60. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fi-FI.js +36 -20
  61. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-BE.js +36 -20
  62. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-CH.js +36 -20
  63. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-FR.js +47 -31
  64. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-LU.js +36 -20
  65. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-he-IL.js +36 -20
  66. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hr-HR.js +36 -20
  67. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hu-HU.js +36 -20
  68. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-id-ID.js +36 -20
  69. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-it-IT.js +36 -20
  70. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ja-JP.js +36 -20
  71. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ka-GE.js +36 -20
  72. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ko-KR.js +36 -20
  73. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ms-MY.js +36 -20
  74. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nb-NO.js +36 -20
  75. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-BE.js +36 -20
  76. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-NL.js +36 -20
  77. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pl-PL.js +57 -40
  78. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-BR.js +36 -20
  79. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-PT.js +36 -20
  80. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ro-RO.js +36 -20
  81. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ru-RU.js +57 -41
  82. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sk-SK.js +53 -37
  83. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Cyrl-RS.js +36 -20
  84. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Latn-RS.js +36 -20
  85. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sv-SE.js +36 -20
  86. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-th-TH.js +36 -20
  87. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-tr-TR.js +36 -20
  88. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uk-UA.js +36 -20
  89. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ur-PK.js +36 -20
  90. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uz-Latn-UZ.js +36 -20
  91. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-vi-VN.js +36 -20
  92. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-CN.js +36 -20
  93. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-TW.js +36 -20
  94. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/bootstrap-table.css +27 -6
  95. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/bootstrap-table.js +114 -35
  96. data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.css +25 -6
  97. data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.js +110 -31
  98. data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.css +30 -6
  99. data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.js +119 -34
  100. data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.css +30 -6
  101. data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.js +115 -30
  102. data/vendor/assets/javascripts/bootstrap-table/themes/semantic/bootstrap-table-semantic.css +25 -6
  103. data/vendor/assets/javascripts/bootstrap-table/themes/semantic/bootstrap-table-semantic.js +107 -28
  104. metadata +6 -2
  105. data/vendor/assets/javascripts/bootstrap-table/extensions/accent-neutralise/bootstrap-table-accent-neutralise.js +0 -2668
@@ -1,10 +1,12 @@
1
1
  (function (global, factory) {
2
2
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('jquery')) :
3
3
  typeof define === 'function' && define.amd ? define(['jquery'], factory) :
4
- (global = global || self, factory(global.jQuery));
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.jQuery));
5
5
  }(this, (function ($) { 'use strict';
6
6
 
7
- $ = $ && Object.prototype.hasOwnProperty.call($, 'default') ? $['default'] : $;
7
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
8
+
9
+ var $__default = /*#__PURE__*/_interopDefaultLegacy($);
8
10
 
9
11
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
10
12
 
@@ -24,7 +26,7 @@
24
26
  check(typeof self == 'object' && self) ||
25
27
  check(typeof commonjsGlobal == 'object' && commonjsGlobal) ||
26
28
  // eslint-disable-next-line no-new-func
27
- Function('return this')();
29
+ (function () { return this; })() || Function('return this')();
28
30
 
29
31
  var fails = function (exec) {
30
32
  try {
@@ -36,7 +38,7 @@
36
38
 
37
39
  // Thank's IE8 for his funny defineProperty
38
40
  var descriptors = !fails(function () {
39
- return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7;
41
+ return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;
40
42
  });
41
43
 
42
44
  var nativePropertyIsEnumerable = {}.propertyIsEnumerable;
@@ -217,9 +219,9 @@
217
219
  (module.exports = function (key, value) {
218
220
  return sharedStore[key] || (sharedStore[key] = value !== undefined ? value : {});
219
221
  })('versions', []).push({
220
- version: '3.6.0',
222
+ version: '3.8.1',
221
223
  mode: 'global',
222
- copyright: '© 2019 Denis Pushkarev (zloirock.ru)'
224
+ copyright: '© 2020 Denis Pushkarev (zloirock.ru)'
223
225
  });
224
226
  });
225
227
 
@@ -255,11 +257,12 @@
255
257
  };
256
258
 
257
259
  if (nativeWeakMap) {
258
- var store$1 = new WeakMap$1();
260
+ var store$1 = sharedStore.state || (sharedStore.state = new WeakMap$1());
259
261
  var wmget = store$1.get;
260
262
  var wmhas = store$1.has;
261
263
  var wmset = store$1.set;
262
264
  set = function (it, metadata) {
265
+ metadata.facade = it;
263
266
  wmset.call(store$1, it, metadata);
264
267
  return metadata;
265
268
  };
@@ -273,6 +276,7 @@
273
276
  var STATE = sharedKey('state');
274
277
  hiddenKeys[STATE] = true;
275
278
  set = function (it, metadata) {
279
+ metadata.facade = it;
276
280
  createNonEnumerableProperty(it, STATE, metadata);
277
281
  return metadata;
278
282
  };
@@ -301,9 +305,15 @@
301
305
  var unsafe = options ? !!options.unsafe : false;
302
306
  var simple = options ? !!options.enumerable : false;
303
307
  var noTargetGet = options ? !!options.noTargetGet : false;
308
+ var state;
304
309
  if (typeof value == 'function') {
305
- if (typeof key == 'string' && !has(value, 'name')) createNonEnumerableProperty(value, 'name', key);
306
- enforceInternalState(value).source = TEMPLATE.join(typeof key == 'string' ? key : '');
310
+ if (typeof key == 'string' && !has(value, 'name')) {
311
+ createNonEnumerableProperty(value, 'name', key);
312
+ }
313
+ state = enforceInternalState(value);
314
+ if (!state.source) {
315
+ state.source = TEMPLATE.join(typeof key == 'string' ? key : '');
316
+ }
307
317
  }
308
318
  if (O === global_1) {
309
319
  if (simple) O[key] = value;
@@ -554,11 +564,11 @@
554
564
  // eslint-disable-next-line no-undef
555
565
  && !Symbol.sham
556
566
  // eslint-disable-next-line no-undef
557
- && typeof Symbol() == 'symbol';
567
+ && typeof Symbol.iterator == 'symbol';
558
568
 
559
569
  var WellKnownSymbolsStore = shared('wks');
560
570
  var Symbol$1 = global_1.Symbol;
561
- var createWellKnownSymbol = useSymbolAsUid ? Symbol$1 : uid;
571
+ var createWellKnownSymbol = useSymbolAsUid ? Symbol$1 : Symbol$1 && Symbol$1.withoutSetter || uid;
562
572
 
563
573
  var wellKnownSymbol = function (name) {
564
574
  if (!has(WellKnownSymbolsStore, name)) {
@@ -584,7 +594,7 @@
584
594
  } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);
585
595
  };
586
596
 
587
- var userAgent = getBuiltIn('navigator', 'userAgent') || '';
597
+ var engineUserAgent = getBuiltIn('navigator', 'userAgent') || '';
588
598
 
589
599
  var process = global_1.process;
590
600
  var versions = process && process.versions;
@@ -594,15 +604,15 @@
594
604
  if (v8) {
595
605
  match = v8.split('.');
596
606
  version = match[0] + match[1];
597
- } else if (userAgent) {
598
- match = userAgent.match(/Edge\/(\d+)/);
607
+ } else if (engineUserAgent) {
608
+ match = engineUserAgent.match(/Edge\/(\d+)/);
599
609
  if (!match || match[1] >= 74) {
600
- match = userAgent.match(/Chrome\/(\d+)/);
610
+ match = engineUserAgent.match(/Chrome\/(\d+)/);
601
611
  if (match) version = match[1];
602
612
  }
603
613
  }
604
614
 
605
- var v8Version = version && +version;
615
+ var engineV8Version = version && +version;
606
616
 
607
617
  var SPECIES$1 = wellKnownSymbol('species');
608
618
 
@@ -610,7 +620,7 @@
610
620
  // We can't use this feature detection in V8 since it causes
611
621
  // deoptimization and serious performance degradation
612
622
  // https://github.com/zloirock/core-js/issues/677
613
- return v8Version >= 51 || !fails(function () {
623
+ return engineV8Version >= 51 || !fails(function () {
614
624
  var array = [];
615
625
  var constructor = array.constructor = {};
616
626
  constructor[SPECIES$1] = function () {
@@ -627,7 +637,7 @@
627
637
  // We can't use this feature detection in V8 since it causes
628
638
  // deoptimization and serious performance degradation
629
639
  // https://github.com/zloirock/core-js/issues/679
630
- var IS_CONCAT_SPREADABLE_SUPPORT = v8Version >= 51 || !fails(function () {
640
+ var IS_CONCAT_SPREADABLE_SUPPORT = engineV8Version >= 51 || !fails(function () {
631
641
  var array = [];
632
642
  array[IS_CONCAT_SPREADABLE] = false;
633
643
  return array.concat()[0] !== array;
@@ -675,7 +685,7 @@
675
685
  };
676
686
 
677
687
  // optional / simple context binding
678
- var bindContext = function (fn, that, length) {
688
+ var functionBindContext = function (fn, that, length) {
679
689
  aFunction$1(fn);
680
690
  if (that === undefined) return fn;
681
691
  switch (length) {
@@ -699,22 +709,23 @@
699
709
 
700
710
  var push = [].push;
701
711
 
702
- // `Array.prototype.{ forEach, map, filter, some, every, find, findIndex }` methods implementation
712
+ // `Array.prototype.{ forEach, map, filter, some, every, find, findIndex, filterOut }` methods implementation
703
713
  var createMethod$1 = function (TYPE) {
704
714
  var IS_MAP = TYPE == 1;
705
715
  var IS_FILTER = TYPE == 2;
706
716
  var IS_SOME = TYPE == 3;
707
717
  var IS_EVERY = TYPE == 4;
708
718
  var IS_FIND_INDEX = TYPE == 6;
719
+ var IS_FILTER_OUT = TYPE == 7;
709
720
  var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;
710
721
  return function ($this, callbackfn, that, specificCreate) {
711
722
  var O = toObject($this);
712
723
  var self = indexedObject(O);
713
- var boundFunction = bindContext(callbackfn, that, 3);
724
+ var boundFunction = functionBindContext(callbackfn, that, 3);
714
725
  var length = toLength(self.length);
715
726
  var index = 0;
716
727
  var create = specificCreate || arraySpeciesCreate;
717
- var target = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;
728
+ var target = IS_MAP ? create($this, length) : IS_FILTER || IS_FILTER_OUT ? create($this, 0) : undefined;
718
729
  var value, result;
719
730
  for (;length > index; index++) if (NO_HOLES || index in self) {
720
731
  value = self[index];
@@ -726,7 +737,10 @@
726
737
  case 5: return value; // find
727
738
  case 6: return index; // findIndex
728
739
  case 2: push.call(target, value); // filter
729
- } else if (IS_EVERY) return false; // every
740
+ } else switch (TYPE) {
741
+ case 4: return false; // every
742
+ case 7: push.call(target, value); // filterOut
743
+ }
730
744
  }
731
745
  }
732
746
  return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target;
@@ -754,7 +768,10 @@
754
768
  find: createMethod$1(5),
755
769
  // `Array.prototype.findIndex` method
756
770
  // https://tc39.github.io/ecma262/#sec-array.prototype.findIndex
757
- findIndex: createMethod$1(6)
771
+ findIndex: createMethod$1(6),
772
+ // `Array.prototype.filterOut` method
773
+ // https://github.com/tc39/proposal-array-filtering
774
+ filterOut: createMethod$1(7)
758
775
  };
759
776
 
760
777
  // `Object.keys` method
@@ -865,18 +882,45 @@
865
882
  ArrayPrototype[UNSCOPABLES][key] = true;
866
883
  };
867
884
 
885
+ var defineProperty = Object.defineProperty;
886
+ var cache = {};
887
+
888
+ var thrower = function (it) { throw it; };
889
+
890
+ var arrayMethodUsesToLength = function (METHOD_NAME, options) {
891
+ if (has(cache, METHOD_NAME)) return cache[METHOD_NAME];
892
+ if (!options) options = {};
893
+ var method = [][METHOD_NAME];
894
+ var ACCESSORS = has(options, 'ACCESSORS') ? options.ACCESSORS : false;
895
+ var argument0 = has(options, 0) ? options[0] : thrower;
896
+ var argument1 = has(options, 1) ? options[1] : undefined;
897
+
898
+ return cache[METHOD_NAME] = !!method && !fails(function () {
899
+ if (ACCESSORS && !descriptors) return true;
900
+ var O = { length: -1 };
901
+
902
+ if (ACCESSORS) defineProperty(O, 1, { enumerable: true, get: thrower });
903
+ else O[1] = 1;
904
+
905
+ method.call(O, argument0, argument1);
906
+ });
907
+ };
908
+
868
909
  var $find = arrayIteration.find;
869
910
 
870
911
 
912
+
871
913
  var FIND = 'find';
872
914
  var SKIPS_HOLES = true;
873
915
 
916
+ var USES_TO_LENGTH = arrayMethodUsesToLength(FIND);
917
+
874
918
  // Shouldn't skip holes
875
919
  if (FIND in []) Array(1)[FIND](function () { SKIPS_HOLES = false; });
876
920
 
877
921
  // `Array.prototype.find` method
878
922
  // https://tc39.github.io/ecma262/#sec-array.prototype.find
879
- _export({ target: 'Array', proto: true, forced: SKIPS_HOLES }, {
923
+ _export({ target: 'Array', proto: true, forced: SKIPS_HOLES || !USES_TO_LENGTH }, {
880
924
  find: function find(callbackfn /* , that = undefined */) {
881
925
  return $find(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
882
926
  }
@@ -885,26 +929,8 @@
885
929
  // https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables
886
930
  addToUnscopables(FIND);
887
931
 
888
- var sloppyArrayMethod = function (METHOD_NAME, argument) {
889
- var method = [][METHOD_NAME];
890
- return !method || !fails(function () {
891
- // eslint-disable-next-line no-useless-call,no-throw-literal
892
- method.call(null, argument || function () { throw 1; }, 1);
893
- });
894
- };
895
-
896
- var nativeJoin = [].join;
897
-
898
- var ES3_STRINGS = indexedObject != Object;
899
- var SLOPPY_METHOD = sloppyArrayMethod('join', ',');
900
-
901
- // `Array.prototype.join` method
902
- // https://tc39.github.io/ecma262/#sec-array.prototype.join
903
- _export({ target: 'Array', proto: true, forced: ES3_STRINGS || SLOPPY_METHOD }, {
904
- join: function join(separator) {
905
- return nativeJoin.call(toIndexedObject(this), separator === undefined ? ',' : separator);
906
- }
907
- });
932
+ var HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('slice');
933
+ var USES_TO_LENGTH$1 = arrayMethodUsesToLength('slice', { ACCESSORS: true, 0: 0, 1: 2 });
908
934
 
909
935
  var SPECIES$2 = wellKnownSymbol('species');
910
936
  var nativeSlice = [].slice;
@@ -913,7 +939,7 @@
913
939
  // `Array.prototype.slice` method
914
940
  // https://tc39.github.io/ecma262/#sec-array.prototype.slice
915
941
  // fallback for not array-like ES3 strings and DOM objects
916
- _export({ target: 'Array', proto: true, forced: !arrayMethodHasSpeciesSupport('slice') }, {
942
+ _export({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT || !USES_TO_LENGTH$1 }, {
917
943
  slice: function slice(start, end) {
918
944
  var O = toIndexedObject(this);
919
945
  var length = toLength(O.length);
@@ -941,427 +967,55 @@
941
967
  }
942
968
  });
943
969
 
944
- // `RegExp.prototype.flags` getter implementation
945
- // https://tc39.github.io/ecma262/#sec-get-regexp.prototype.flags
946
- var regexpFlags = function () {
947
- var that = anObject(this);
948
- var result = '';
949
- if (that.global) result += 'g';
950
- if (that.ignoreCase) result += 'i';
951
- if (that.multiline) result += 'm';
952
- if (that.dotAll) result += 's';
953
- if (that.unicode) result += 'u';
954
- if (that.sticky) result += 'y';
955
- return result;
956
- };
957
-
958
- // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError,
959
- // so we use an intermediate function.
960
- function RE(s, f) {
961
- return RegExp(s, f);
962
- }
963
-
964
- var UNSUPPORTED_Y = fails(function () {
965
- // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError
966
- var re = RE('a', 'y');
967
- re.lastIndex = 2;
968
- return re.exec('abcd') != null;
969
- });
970
-
971
- var BROKEN_CARET = fails(function () {
972
- // https://bugzilla.mozilla.org/show_bug.cgi?id=773687
973
- var re = RE('^r', 'gy');
974
- re.lastIndex = 2;
975
- return re.exec('str') != null;
976
- });
977
-
978
- var regexpStickyHelpers = {
979
- UNSUPPORTED_Y: UNSUPPORTED_Y,
980
- BROKEN_CARET: BROKEN_CARET
981
- };
982
-
983
- var nativeExec = RegExp.prototype.exec;
984
- // This always refers to the native implementation, because the
985
- // String#replace polyfill uses ./fix-regexp-well-known-symbol-logic.js,
986
- // which loads this file before patching the method.
987
- var nativeReplace = String.prototype.replace;
988
-
989
- var patchedExec = nativeExec;
990
-
991
- var UPDATES_LAST_INDEX_WRONG = (function () {
992
- var re1 = /a/;
993
- var re2 = /b*/g;
994
- nativeExec.call(re1, 'a');
995
- nativeExec.call(re2, 'a');
996
- return re1.lastIndex !== 0 || re2.lastIndex !== 0;
997
- })();
998
-
999
- var UNSUPPORTED_Y$1 = regexpStickyHelpers.UNSUPPORTED_Y || regexpStickyHelpers.BROKEN_CARET;
1000
-
1001
- // nonparticipating capturing group, copied from es5-shim's String#split patch.
1002
- var NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;
1003
-
1004
- var PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y$1;
1005
-
1006
- if (PATCH) {
1007
- patchedExec = function exec(str) {
1008
- var re = this;
1009
- var lastIndex, reCopy, match, i;
1010
- var sticky = UNSUPPORTED_Y$1 && re.sticky;
1011
- var flags = regexpFlags.call(re);
1012
- var source = re.source;
1013
- var charsAdded = 0;
1014
- var strCopy = str;
1015
-
1016
- if (sticky) {
1017
- flags = flags.replace('y', '');
1018
- if (flags.indexOf('g') === -1) {
1019
- flags += 'g';
1020
- }
1021
-
1022
- strCopy = String(str).slice(re.lastIndex);
1023
- // Support anchored sticky behavior.
1024
- if (re.lastIndex > 0 && (!re.multiline || re.multiline && str[re.lastIndex - 1] !== '\n')) {
1025
- source = '(?: ' + source + ')';
1026
- strCopy = ' ' + strCopy;
1027
- charsAdded++;
1028
- }
1029
- // ^(? + rx + ) is needed, in combination with some str slicing, to
1030
- // simulate the 'y' flag.
1031
- reCopy = new RegExp('^(?:' + source + ')', flags);
1032
- }
1033
-
1034
- if (NPCG_INCLUDED) {
1035
- reCopy = new RegExp('^' + source + '$(?!\\s)', flags);
1036
- }
1037
- if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;
1038
-
1039
- match = nativeExec.call(sticky ? reCopy : re, strCopy);
1040
-
1041
- if (sticky) {
1042
- if (match) {
1043
- match.input = match.input.slice(charsAdded);
1044
- match[0] = match[0].slice(charsAdded);
1045
- match.index = re.lastIndex;
1046
- re.lastIndex += match[0].length;
1047
- } else re.lastIndex = 0;
1048
- } else if (UPDATES_LAST_INDEX_WRONG && match) {
1049
- re.lastIndex = re.global ? match.index + match[0].length : lastIndex;
1050
- }
1051
- if (NPCG_INCLUDED && match && match.length > 1) {
1052
- // Fix browsers whose `exec` methods don't consistently return `undefined`
1053
- // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/
1054
- nativeReplace.call(match[0], reCopy, function () {
1055
- for (i = 1; i < arguments.length - 2; i++) {
1056
- if (arguments[i] === undefined) match[i] = undefined;
1057
- }
970
+ var nativeAssign = Object.assign;
971
+ var defineProperty$1 = Object.defineProperty;
972
+
973
+ // `Object.assign` method
974
+ // https://tc39.github.io/ecma262/#sec-object.assign
975
+ var objectAssign = !nativeAssign || fails(function () {
976
+ // should have correct order of operations (Edge bug)
977
+ if (descriptors && nativeAssign({ b: 1 }, nativeAssign(defineProperty$1({}, 'a', {
978
+ enumerable: true,
979
+ get: function () {
980
+ defineProperty$1(this, 'b', {
981
+ value: 3,
982
+ enumerable: false
1058
983
  });
1059
984
  }
1060
-
1061
- return match;
1062
- };
1063
- }
1064
-
1065
- var regexpExec = patchedExec;
1066
-
1067
- _export({ target: 'RegExp', proto: true, forced: /./.exec !== regexpExec }, {
1068
- exec: regexpExec
1069
- });
1070
-
1071
- var SPECIES$3 = wellKnownSymbol('species');
1072
-
1073
- var REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {
1074
- // #replace needs built-in support for named groups.
1075
- // #match works fine because it just return the exec results, even if it has
1076
- // a "grops" property.
1077
- var re = /./;
1078
- re.exec = function () {
1079
- var result = [];
1080
- result.groups = { a: '7' };
1081
- return result;
1082
- };
1083
- return ''.replace(re, '$<a>') !== '7';
1084
- });
1085
-
1086
- // IE <= 11 replaces $0 with the whole match, as if it was $&
1087
- // https://stackoverflow.com/questions/6024666/getting-ie-to-replace-a-regex-with-the-literal-string-0
1088
- var REPLACE_KEEPS_$0 = (function () {
1089
- return 'a'.replace(/./, '$0') === '$0';
1090
- })();
1091
-
1092
- // Chrome 51 has a buggy "split" implementation when RegExp#exec !== nativeExec
1093
- // Weex JS has frozen built-in prototypes, so use try / catch wrapper
1094
- var SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () {
1095
- var re = /(?:)/;
1096
- var originalExec = re.exec;
1097
- re.exec = function () { return originalExec.apply(this, arguments); };
1098
- var result = 'ab'.split(re);
1099
- return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b';
1100
- });
1101
-
1102
- var fixRegexpWellKnownSymbolLogic = function (KEY, length, exec, sham) {
1103
- var SYMBOL = wellKnownSymbol(KEY);
1104
-
1105
- var DELEGATES_TO_SYMBOL = !fails(function () {
1106
- // String methods call symbol-named RegEp methods
1107
- var O = {};
1108
- O[SYMBOL] = function () { return 7; };
1109
- return ''[KEY](O) != 7;
1110
- });
1111
-
1112
- var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails(function () {
1113
- // Symbol-named RegExp methods call .exec
1114
- var execCalled = false;
1115
- var re = /a/;
1116
-
1117
- if (KEY === 'split') {
1118
- // We can't use real regex here since it causes deoptimization
1119
- // and serious performance degradation in V8
1120
- // https://github.com/zloirock/core-js/issues/306
1121
- re = {};
1122
- // RegExp[@@split] doesn't call the regex's exec method, but first creates
1123
- // a new one. We need to return the patched regex when creating the new one.
1124
- re.constructor = {};
1125
- re.constructor[SPECIES$3] = function () { return re; };
1126
- re.flags = '';
1127
- re[SYMBOL] = /./[SYMBOL];
1128
- }
1129
-
1130
- re.exec = function () { execCalled = true; return null; };
1131
-
1132
- re[SYMBOL]('');
1133
- return !execCalled;
1134
- });
1135
-
1136
- if (
1137
- !DELEGATES_TO_SYMBOL ||
1138
- !DELEGATES_TO_EXEC ||
1139
- (KEY === 'replace' && !(REPLACE_SUPPORTS_NAMED_GROUPS && REPLACE_KEEPS_$0)) ||
1140
- (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)
1141
- ) {
1142
- var nativeRegExpMethod = /./[SYMBOL];
1143
- var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) {
1144
- if (regexp.exec === regexpExec) {
1145
- if (DELEGATES_TO_SYMBOL && !forceStringMethod) {
1146
- // The native String method already delegates to @@method (this
1147
- // polyfilled function), leasing to infinite recursion.
1148
- // We avoid it by directly calling the native @@method method.
1149
- return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };
1150
- }
1151
- return { done: true, value: nativeMethod.call(str, regexp, arg2) };
1152
- }
1153
- return { done: false };
1154
- }, { REPLACE_KEEPS_$0: REPLACE_KEEPS_$0 });
1155
- var stringMethod = methods[0];
1156
- var regexMethod = methods[1];
1157
-
1158
- redefine(String.prototype, KEY, stringMethod);
1159
- redefine(RegExp.prototype, SYMBOL, length == 2
1160
- // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)
1161
- // 21.2.5.11 RegExp.prototype[@@split](string, limit)
1162
- ? function (string, arg) { return regexMethod.call(string, this, arg); }
1163
- // 21.2.5.6 RegExp.prototype[@@match](string)
1164
- // 21.2.5.9 RegExp.prototype[@@search](string)
1165
- : function (string) { return regexMethod.call(string, this); }
1166
- );
1167
- }
1168
-
1169
- if (sham) createNonEnumerableProperty(RegExp.prototype[SYMBOL], 'sham', true);
1170
- };
1171
-
1172
- var MATCH = wellKnownSymbol('match');
1173
-
1174
- // `IsRegExp` abstract operation
1175
- // https://tc39.github.io/ecma262/#sec-isregexp
1176
- var isRegexp = function (it) {
1177
- var isRegExp;
1178
- return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : classofRaw(it) == 'RegExp');
1179
- };
1180
-
1181
- var SPECIES$4 = wellKnownSymbol('species');
1182
-
1183
- // `SpeciesConstructor` abstract operation
1184
- // https://tc39.github.io/ecma262/#sec-speciesconstructor
1185
- var speciesConstructor = function (O, defaultConstructor) {
1186
- var C = anObject(O).constructor;
1187
- var S;
1188
- return C === undefined || (S = anObject(C)[SPECIES$4]) == undefined ? defaultConstructor : aFunction$1(S);
1189
- };
1190
-
1191
- // `String.prototype.{ codePointAt, at }` methods implementation
1192
- var createMethod$2 = function (CONVERT_TO_STRING) {
1193
- return function ($this, pos) {
1194
- var S = String(requireObjectCoercible($this));
1195
- var position = toInteger(pos);
1196
- var size = S.length;
1197
- var first, second;
1198
- if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;
1199
- first = S.charCodeAt(position);
1200
- return first < 0xD800 || first > 0xDBFF || position + 1 === size
1201
- || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF
1202
- ? CONVERT_TO_STRING ? S.charAt(position) : first
1203
- : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;
1204
- };
1205
- };
1206
-
1207
- var stringMultibyte = {
1208
- // `String.prototype.codePointAt` method
1209
- // https://tc39.github.io/ecma262/#sec-string.prototype.codepointat
1210
- codeAt: createMethod$2(false),
1211
- // `String.prototype.at` method
1212
- // https://github.com/mathiasbynens/String.prototype.at
1213
- charAt: createMethod$2(true)
1214
- };
1215
-
1216
- var charAt = stringMultibyte.charAt;
1217
-
1218
- // `AdvanceStringIndex` abstract operation
1219
- // https://tc39.github.io/ecma262/#sec-advancestringindex
1220
- var advanceStringIndex = function (S, index, unicode) {
1221
- return index + (unicode ? charAt(S, index).length : 1);
1222
- };
1223
-
1224
- // `RegExpExec` abstract operation
1225
- // https://tc39.github.io/ecma262/#sec-regexpexec
1226
- var regexpExecAbstract = function (R, S) {
1227
- var exec = R.exec;
1228
- if (typeof exec === 'function') {
1229
- var result = exec.call(R, S);
1230
- if (typeof result !== 'object') {
1231
- throw TypeError('RegExp exec method returned something other than an Object or null');
985
+ }), { b: 2 })).b !== 1) return true;
986
+ // should work with symbols and should have deterministic property order (V8 bug)
987
+ var A = {};
988
+ var B = {};
989
+ // eslint-disable-next-line no-undef
990
+ var symbol = Symbol();
991
+ var alphabet = 'abcdefghijklmnopqrst';
992
+ A[symbol] = 7;
993
+ alphabet.split('').forEach(function (chr) { B[chr] = chr; });
994
+ return nativeAssign({}, A)[symbol] != 7 || objectKeys(nativeAssign({}, B)).join('') != alphabet;
995
+ }) ? function assign(target, source) { // eslint-disable-line no-unused-vars
996
+ var T = toObject(target);
997
+ var argumentsLength = arguments.length;
998
+ var index = 1;
999
+ var getOwnPropertySymbols = objectGetOwnPropertySymbols.f;
1000
+ var propertyIsEnumerable = objectPropertyIsEnumerable.f;
1001
+ while (argumentsLength > index) {
1002
+ var S = indexedObject(arguments[index++]);
1003
+ var keys = getOwnPropertySymbols ? objectKeys(S).concat(getOwnPropertySymbols(S)) : objectKeys(S);
1004
+ var length = keys.length;
1005
+ var j = 0;
1006
+ var key;
1007
+ while (length > j) {
1008
+ key = keys[j++];
1009
+ if (!descriptors || propertyIsEnumerable.call(S, key)) T[key] = S[key];
1232
1010
  }
1233
- return result;
1234
- }
1011
+ } return T;
1012
+ } : nativeAssign;
1235
1013
 
1236
- if (classofRaw(R) !== 'RegExp') {
1237
- throw TypeError('RegExp#exec called on incompatible receiver');
1238
- }
1239
-
1240
- return regexpExec.call(R, S);
1241
- };
1242
-
1243
- var arrayPush = [].push;
1244
- var min$2 = Math.min;
1245
- var MAX_UINT32 = 0xFFFFFFFF;
1246
-
1247
- // babel-minify transpiles RegExp('x', 'y') -> /x/y and it causes SyntaxError
1248
- var SUPPORTS_Y = !fails(function () { return !RegExp(MAX_UINT32, 'y'); });
1249
-
1250
- // @@split logic
1251
- fixRegexpWellKnownSymbolLogic('split', 2, function (SPLIT, nativeSplit, maybeCallNative) {
1252
- var internalSplit;
1253
- if (
1254
- 'abbc'.split(/(b)*/)[1] == 'c' ||
1255
- 'test'.split(/(?:)/, -1).length != 4 ||
1256
- 'ab'.split(/(?:ab)*/).length != 2 ||
1257
- '.'.split(/(.?)(.?)/).length != 4 ||
1258
- '.'.split(/()()/).length > 1 ||
1259
- ''.split(/.?/).length
1260
- ) {
1261
- // based on es5-shim implementation, need to rework it
1262
- internalSplit = function (separator, limit) {
1263
- var string = String(requireObjectCoercible(this));
1264
- var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;
1265
- if (lim === 0) return [];
1266
- if (separator === undefined) return [string];
1267
- // If `separator` is not a regex, use native split
1268
- if (!isRegexp(separator)) {
1269
- return nativeSplit.call(string, separator, lim);
1270
- }
1271
- var output = [];
1272
- var flags = (separator.ignoreCase ? 'i' : '') +
1273
- (separator.multiline ? 'm' : '') +
1274
- (separator.unicode ? 'u' : '') +
1275
- (separator.sticky ? 'y' : '');
1276
- var lastLastIndex = 0;
1277
- // Make `global` and avoid `lastIndex` issues by working with a copy
1278
- var separatorCopy = new RegExp(separator.source, flags + 'g');
1279
- var match, lastIndex, lastLength;
1280
- while (match = regexpExec.call(separatorCopy, string)) {
1281
- lastIndex = separatorCopy.lastIndex;
1282
- if (lastIndex > lastLastIndex) {
1283
- output.push(string.slice(lastLastIndex, match.index));
1284
- if (match.length > 1 && match.index < string.length) arrayPush.apply(output, match.slice(1));
1285
- lastLength = match[0].length;
1286
- lastLastIndex = lastIndex;
1287
- if (output.length >= lim) break;
1288
- }
1289
- if (separatorCopy.lastIndex === match.index) separatorCopy.lastIndex++; // Avoid an infinite loop
1290
- }
1291
- if (lastLastIndex === string.length) {
1292
- if (lastLength || !separatorCopy.test('')) output.push('');
1293
- } else output.push(string.slice(lastLastIndex));
1294
- return output.length > lim ? output.slice(0, lim) : output;
1295
- };
1296
- // Chakra, V8
1297
- } else if ('0'.split(undefined, 0).length) {
1298
- internalSplit = function (separator, limit) {
1299
- return separator === undefined && limit === 0 ? [] : nativeSplit.call(this, separator, limit);
1300
- };
1301
- } else internalSplit = nativeSplit;
1302
-
1303
- return [
1304
- // `String.prototype.split` method
1305
- // https://tc39.github.io/ecma262/#sec-string.prototype.split
1306
- function split(separator, limit) {
1307
- var O = requireObjectCoercible(this);
1308
- var splitter = separator == undefined ? undefined : separator[SPLIT];
1309
- return splitter !== undefined
1310
- ? splitter.call(separator, O, limit)
1311
- : internalSplit.call(String(O), separator, limit);
1312
- },
1313
- // `RegExp.prototype[@@split]` method
1314
- // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@split
1315
- //
1316
- // NOTE: This cannot be properly polyfilled in engines that don't support
1317
- // the 'y' flag.
1318
- function (regexp, limit) {
1319
- var res = maybeCallNative(internalSplit, regexp, this, limit, internalSplit !== nativeSplit);
1320
- if (res.done) return res.value;
1321
-
1322
- var rx = anObject(regexp);
1323
- var S = String(this);
1324
- var C = speciesConstructor(rx, RegExp);
1325
-
1326
- var unicodeMatching = rx.unicode;
1327
- var flags = (rx.ignoreCase ? 'i' : '') +
1328
- (rx.multiline ? 'm' : '') +
1329
- (rx.unicode ? 'u' : '') +
1330
- (SUPPORTS_Y ? 'y' : 'g');
1331
-
1332
- // ^(? + rx + ) is needed, in combination with some S slicing, to
1333
- // simulate the 'y' flag.
1334
- var splitter = new C(SUPPORTS_Y ? rx : '^(?:' + rx.source + ')', flags);
1335
- var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;
1336
- if (lim === 0) return [];
1337
- if (S.length === 0) return regexpExecAbstract(splitter, S) === null ? [S] : [];
1338
- var p = 0;
1339
- var q = 0;
1340
- var A = [];
1341
- while (q < S.length) {
1342
- splitter.lastIndex = SUPPORTS_Y ? q : 0;
1343
- var z = regexpExecAbstract(splitter, SUPPORTS_Y ? S : S.slice(q));
1344
- var e;
1345
- if (
1346
- z === null ||
1347
- (e = min$2(toLength(splitter.lastIndex + (SUPPORTS_Y ? 0 : q)), S.length)) === p
1348
- ) {
1349
- q = advanceStringIndex(S, q, unicodeMatching);
1350
- } else {
1351
- A.push(S.slice(p, q));
1352
- if (A.length === lim) return A;
1353
- for (var i = 1; i <= z.length - 1; i++) {
1354
- A.push(z[i]);
1355
- if (A.length === lim) return A;
1356
- }
1357
- q = p = e;
1358
- }
1359
- }
1360
- A.push(S.slice(p));
1361
- return A;
1362
- }
1363
- ];
1364
- }, !SUPPORTS_Y);
1014
+ // `Object.assign` method
1015
+ // https://tc39.github.io/ecma262/#sec-object.assign
1016
+ _export({ target: 'Object', stat: true, forced: Object.assign !== objectAssign }, {
1017
+ assign: objectAssign
1018
+ });
1365
1019
 
1366
1020
  function _classCallCheck(instance, Constructor) {
1367
1021
  if (!(instance instanceof Constructor)) {
@@ -1416,6 +1070,19 @@
1416
1070
  return _setPrototypeOf(o, p);
1417
1071
  }
1418
1072
 
1073
+ function _isNativeReflectConstruct() {
1074
+ if (typeof Reflect === "undefined" || !Reflect.construct) return false;
1075
+ if (Reflect.construct.sham) return false;
1076
+ if (typeof Proxy === "function") return true;
1077
+
1078
+ try {
1079
+ Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));
1080
+ return true;
1081
+ } catch (e) {
1082
+ return false;
1083
+ }
1084
+ }
1085
+
1419
1086
  function _assertThisInitialized(self) {
1420
1087
  if (self === void 0) {
1421
1088
  throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
@@ -1432,6 +1099,25 @@
1432
1099
  return _assertThisInitialized(self);
1433
1100
  }
1434
1101
 
1102
+ function _createSuper(Derived) {
1103
+ var hasNativeReflectConstruct = _isNativeReflectConstruct();
1104
+
1105
+ return function _createSuperInternal() {
1106
+ var Super = _getPrototypeOf(Derived),
1107
+ result;
1108
+
1109
+ if (hasNativeReflectConstruct) {
1110
+ var NewTarget = _getPrototypeOf(this).constructor;
1111
+
1112
+ result = Reflect.construct(Super, arguments, NewTarget);
1113
+ } else {
1114
+ result = Super.apply(this, arguments);
1115
+ }
1116
+
1117
+ return _possibleConstructorReturn(this, result);
1118
+ };
1119
+ }
1120
+
1435
1121
  function _superPropBase(object, property) {
1436
1122
  while (!Object.prototype.hasOwnProperty.call(object, property)) {
1437
1123
  object = _getPrototypeOf(object);
@@ -1467,13 +1153,13 @@
1467
1153
  * @github: https://github.com/UtechtDustin
1468
1154
  */
1469
1155
 
1470
- var Utils = $.fn.bootstrapTable.utils;
1471
- $.extend($.fn.bootstrapTable.defaults, {
1156
+ var Utils = $__default['default'].fn.bootstrapTable.utils;
1157
+ $__default['default'].extend($__default['default'].fn.bootstrapTable.defaults, {
1472
1158
  customView: false,
1473
1159
  showCustomView: false,
1474
1160
  showCustomViewButton: false
1475
1161
  });
1476
- $.extend($.fn.bootstrapTable.defaults.icons, {
1162
+ $__default['default'].extend($__default['default'].fn.bootstrapTable.defaults.icons, {
1477
1163
  customView: {
1478
1164
  bootstrap3: 'glyphicon glyphicon-eye-open',
1479
1165
  bootstrap4: 'fa fa-eye',
@@ -1481,9 +1167,9 @@
1481
1167
  foundation: 'fa fa-eye',
1482
1168
  bulma: 'fa fa-eye',
1483
1169
  materialize: 'remove_red_eye'
1484
- }[$.fn.bootstrapTable.theme] || 'fa-eye'
1170
+ }[$__default['default'].fn.bootstrapTable.theme] || 'fa-eye'
1485
1171
  });
1486
- $.extend($.fn.bootstrapTable.defaults, {
1172
+ $__default['default'].extend($__default['default'].fn.bootstrapTable.defaults, {
1487
1173
  onCustomViewPostBody: function onCustomViewPostBody() {
1488
1174
  return false;
1489
1175
  },
@@ -1491,27 +1177,27 @@
1491
1177
  return false;
1492
1178
  }
1493
1179
  });
1494
- $.extend($.fn.bootstrapTable.locales, {
1180
+ $__default['default'].extend($__default['default'].fn.bootstrapTable.locales, {
1495
1181
  formatToggleCustomView: function formatToggleCustomView() {
1496
1182
  return 'Toggle custom view';
1497
1183
  }
1498
1184
  });
1499
- $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales);
1500
- $.fn.bootstrapTable.methods.push('toggleCustomView');
1501
- $.extend($.fn.bootstrapTable.Constructor.EVENTS, {
1185
+ $__default['default'].extend($__default['default'].fn.bootstrapTable.defaults, $__default['default'].fn.bootstrapTable.locales);
1186
+ $__default['default'].fn.bootstrapTable.methods.push('toggleCustomView');
1187
+ $__default['default'].extend($__default['default'].fn.bootstrapTable.Constructor.EVENTS, {
1502
1188
  'custom-view-post-body.bs.table': 'onCustomViewPostBody',
1503
1189
  'custom-view-pre-body.bs.table': 'onCustomViewPreBody'
1504
1190
  });
1505
1191
 
1506
- $.BootstrapTable =
1507
- /*#__PURE__*/
1508
- function (_$$BootstrapTable) {
1192
+ $__default['default'].BootstrapTable = /*#__PURE__*/function (_$$BootstrapTable) {
1509
1193
  _inherits(_class, _$$BootstrapTable);
1510
1194
 
1195
+ var _super = _createSuper(_class);
1196
+
1511
1197
  function _class() {
1512
1198
  _classCallCheck(this, _class);
1513
1199
 
1514
- return _possibleConstructorReturn(this, _getPrototypeOf(_class).apply(this, arguments));
1200
+ return _super.apply(this, arguments);
1515
1201
  }
1516
1202
 
1517
1203
  _createClass(_class, [{
@@ -1526,21 +1212,25 @@
1526
1212
  value: function initToolbar() {
1527
1213
  var _get2;
1528
1214
 
1215
+ if (this.options.customView && this.options.showCustomViewButton) {
1216
+ this.buttons = Object.assign(this.buttons, {
1217
+ customView: {
1218
+ text: this.options.formatToggleCustomView(),
1219
+ icon: this.options.icons.customView,
1220
+ event: this.toggleCustomView,
1221
+ attributes: {
1222
+ 'aria-label': this.options.formatToggleCustomView(),
1223
+ title: this.options.formatToggleCustomView()
1224
+ }
1225
+ }
1226
+ });
1227
+ }
1228
+
1529
1229
  for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
1530
1230
  args[_key] = arguments[_key];
1531
1231
  }
1532
1232
 
1533
1233
  (_get2 = _get(_getPrototypeOf(_class.prototype), "initToolbar", this)).call.apply(_get2, [this].concat(args));
1534
-
1535
- if (this.options.customView && this.options.showCustomViewButton) {
1536
- var $btnGroup = this.$toolbar.find('>.' + this.constants.classes.buttonsGroup.split(' ').join('.')).first();
1537
- var $btnToggleCustomView = $btnGroup.find('.toggle-custom-view');
1538
-
1539
- if (!$btnToggleCustomView.length) {
1540
- $btnToggleCustomView = $("\n <button class=\"toggle-custom-view ".concat(this.constants.buttonsClass, "\"\n type=\"button\" title=\"").concat(this.options.formatToggleCustomView(), "\">\n ").concat(this.options.showButtonIcons ? Utils.sprintf(this.constants.html.icon, this.options.iconsPrefix, this.options.icons.customView) : '', "\n ").concat(this.options.showButtonText ? this.options.formatToggleCustomView() : '', "\n </button>\n ")).appendTo($btnGroup);
1541
- $btnToggleCustomView.on('click', $.proxy(this.toggleCustomView, this));
1542
- }
1543
- }
1544
1234
  }
1545
1235
  }, {
1546
1236
  key: "initBody",
@@ -1582,6 +1272,6 @@
1582
1272
  }]);
1583
1273
 
1584
1274
  return _class;
1585
- }($.BootstrapTable);
1275
+ }($__default['default'].BootstrapTable);
1586
1276
 
1587
1277
  })));