bk-magic-vue 2.3.2-beta.4 → 2.3.2-beta.6

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.
Files changed (111) hide show
  1. package/dist/bk-magic-vue.css +4 -4
  2. package/dist/bk-magic-vue.js +1507 -2471
  3. package/dist/bk-magic-vue.min.css +1 -1
  4. package/dist/bk-magic-vue.min.css.gz +0 -0
  5. package/dist/bk-magic-vue.min.css.map +1 -1
  6. package/dist/bk-magic-vue.min.js +1 -1
  7. package/dist/bk-magic-vue.min.js.gz +0 -0
  8. package/dist/bk-magic-vue.min.js.map +1 -1
  9. package/lib/alert.js +5 -11
  10. package/lib/animate-number.js +2 -9
  11. package/lib/badge.js +7 -25
  12. package/lib/big-tree.js +2549 -2788
  13. package/lib/breadcrumb-item.js +3 -10
  14. package/lib/breadcrumb.js +1 -9
  15. package/lib/button.js +1 -9
  16. package/lib/card.js +41 -70
  17. package/lib/cascade.js +442 -698
  18. package/lib/checkbox-group.js +2 -16
  19. package/lib/checkbox.js +972 -1179
  20. package/lib/col.js +9 -17
  21. package/lib/collapse-item.js +1 -10
  22. package/lib/collapse.js +1 -9
  23. package/lib/color-picker.js +38 -96
  24. package/lib/compose-form-item.js +1 -4
  25. package/lib/container.js +3 -11
  26. package/lib/date-picker.js +202 -330
  27. package/lib/dialog.js +2572 -2782
  28. package/lib/diff.js +2 -10
  29. package/lib/directives/clickoutside.js +2 -2
  30. package/lib/directives/overflow-tips.js +57 -73
  31. package/lib/directives/tooltips.js +65 -79
  32. package/lib/directives/transfer-dom.js +1 -4
  33. package/lib/divider.js +1 -9
  34. package/lib/dropdown-menu.js +7 -17
  35. package/lib/exception.js +5 -14
  36. package/lib/fixed-navbar.js +2 -13
  37. package/lib/form-item.js +253 -483
  38. package/lib/form.js +5 -22
  39. package/lib/icon.js +4 -5
  40. package/lib/image-viewer.js +22 -35
  41. package/lib/image.js +45 -72
  42. package/lib/info-box.js +2701 -2918
  43. package/lib/input.js +10 -33
  44. package/lib/link.js +1 -9
  45. package/lib/loading.js +9 -21
  46. package/lib/locale/index.js +5 -11
  47. package/lib/message.js +10 -22
  48. package/lib/navigation-menu-group.js +0 -4
  49. package/lib/navigation-menu-item.js +6 -19
  50. package/lib/navigation-menu.js +1046 -1252
  51. package/lib/navigation.js +34 -39
  52. package/lib/notify.js +20 -34
  53. package/lib/option-group.js +5 -10
  54. package/lib/option.js +15 -20
  55. package/lib/pagination.js +6706 -7013
  56. package/lib/popconfirm.js +66 -83
  57. package/lib/popover.js +55 -66
  58. package/lib/process.js +2 -17
  59. package/lib/progress.js +4 -10
  60. package/lib/radio-button.js +6 -13
  61. package/lib/radio-group.js +2 -9
  62. package/lib/radio.js +6 -13
  63. package/lib/rate.js +5 -21
  64. package/lib/resize-layout.js +11 -20
  65. package/lib/round-progress.js +1 -9
  66. package/lib/row.js +5 -18
  67. package/lib/search-select.js +409 -635
  68. package/lib/select.js +5989 -6261
  69. package/lib/sideslider.js +1560 -1769
  70. package/lib/slider.js +78 -127
  71. package/lib/star.js +3 -11
  72. package/lib/steps.js +1754 -1961
  73. package/lib/swiper.js +20 -33
  74. package/lib/switcher.js +3 -12
  75. package/lib/tab-panel.js +2 -9
  76. package/lib/tab.js +2330 -2536
  77. package/lib/table-column.js +328 -547
  78. package/lib/table-setting-content.js +321 -558
  79. package/lib/table.js +566 -917
  80. package/lib/tag-input.js +397 -649
  81. package/lib/tag.js +2 -10
  82. package/lib/time-picker.js +144 -219
  83. package/lib/timeline.js +23 -35
  84. package/lib/transfer.js +111 -161
  85. package/lib/transition.js +1 -9
  86. package/lib/tree.js +31 -75
  87. package/lib/ui/bk-magic-vue.css +4 -4
  88. package/lib/ui/bk-magic-vue.min.css +1 -1
  89. package/lib/ui/bk-magic-vue.min.css.gz +0 -0
  90. package/lib/ui/bk-magic-vue.min.css.map +1 -1
  91. package/lib/ui/button.css +1 -1
  92. package/lib/ui/button.min.css +1 -1
  93. package/lib/ui/button.min.css.map +1 -1
  94. package/lib/ui/dialog.css +2 -2
  95. package/lib/ui/dialog.min.css +1 -1
  96. package/lib/ui/dialog.min.css.map +1 -1
  97. package/lib/ui/info-box.css +2 -2
  98. package/lib/ui/info-box.min.css +1 -1
  99. package/lib/ui/info-box.min.css.map +1 -1
  100. package/lib/ui/popconfirm.css +1 -1
  101. package/lib/ui/popconfirm.min.css +1 -1
  102. package/lib/ui/popconfirm.min.css.map +1 -1
  103. package/lib/upload.js +63 -87
  104. package/lib/utils/deepmerge.js +5 -11
  105. package/lib/utils/pinyin.js +5 -11
  106. package/lib/utils/pop-manager.js +2 -2
  107. package/lib/utils/tippy.js +48 -49
  108. package/lib/version-detail.js +5854 -6081
  109. package/lib/virtual-scroll.js +17 -23
  110. package/lib/zoom-image.js +3 -11
  111. package/package.json +1 -1
package/lib/table.js CHANGED
@@ -699,22 +699,321 @@
699
699
  }
700
700
  };
701
701
 
702
- function _typeof(obj) {
703
- "@babel/helpers - typeof";
704
-
705
- if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
706
- _typeof = function (obj) {
707
- return typeof obj;
702
+ function _regeneratorRuntime() {
703
+ _regeneratorRuntime = function () {
704
+ return exports;
705
+ };
706
+ var exports = {},
707
+ Op = Object.prototype,
708
+ hasOwn = Op.hasOwnProperty,
709
+ defineProperty = Object.defineProperty || function (obj, key, desc) {
710
+ obj[key] = desc.value;
711
+ },
712
+ $Symbol = "function" == typeof Symbol ? Symbol : {},
713
+ iteratorSymbol = $Symbol.iterator || "@@iterator",
714
+ asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator",
715
+ toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag";
716
+ function define(obj, key, value) {
717
+ return Object.defineProperty(obj, key, {
718
+ value: value,
719
+ enumerable: !0,
720
+ configurable: !0,
721
+ writable: !0
722
+ }), obj[key];
723
+ }
724
+ try {
725
+ define({}, "");
726
+ } catch (err) {
727
+ define = function (obj, key, value) {
728
+ return obj[key] = value;
708
729
  };
709
- } else {
710
- _typeof = function (obj) {
711
- return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
730
+ }
731
+ function wrap(innerFn, outerFn, self, tryLocsList) {
732
+ var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator,
733
+ generator = Object.create(protoGenerator.prototype),
734
+ context = new Context(tryLocsList || []);
735
+ return defineProperty(generator, "_invoke", {
736
+ value: makeInvokeMethod(innerFn, self, context)
737
+ }), generator;
738
+ }
739
+ function tryCatch(fn, obj, arg) {
740
+ try {
741
+ return {
742
+ type: "normal",
743
+ arg: fn.call(obj, arg)
744
+ };
745
+ } catch (err) {
746
+ return {
747
+ type: "throw",
748
+ arg: err
749
+ };
750
+ }
751
+ }
752
+ exports.wrap = wrap;
753
+ var ContinueSentinel = {};
754
+ function Generator() {}
755
+ function GeneratorFunction() {}
756
+ function GeneratorFunctionPrototype() {}
757
+ var IteratorPrototype = {};
758
+ define(IteratorPrototype, iteratorSymbol, function () {
759
+ return this;
760
+ });
761
+ var getProto = Object.getPrototypeOf,
762
+ NativeIteratorPrototype = getProto && getProto(getProto(values([])));
763
+ NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype);
764
+ var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype);
765
+ function defineIteratorMethods(prototype) {
766
+ ["next", "throw", "return"].forEach(function (method) {
767
+ define(prototype, method, function (arg) {
768
+ return this._invoke(method, arg);
769
+ });
770
+ });
771
+ }
772
+ function AsyncIterator(generator, PromiseImpl) {
773
+ function invoke(method, arg, resolve, reject) {
774
+ var record = tryCatch(generator[method], generator, arg);
775
+ if ("throw" !== record.type) {
776
+ var result = record.arg,
777
+ value = result.value;
778
+ return value && "object" == typeof value && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) {
779
+ invoke("next", value, resolve, reject);
780
+ }, function (err) {
781
+ invoke("throw", err, resolve, reject);
782
+ }) : PromiseImpl.resolve(value).then(function (unwrapped) {
783
+ result.value = unwrapped, resolve(result);
784
+ }, function (error) {
785
+ return invoke("throw", error, resolve, reject);
786
+ });
787
+ }
788
+ reject(record.arg);
789
+ }
790
+ var previousPromise;
791
+ defineProperty(this, "_invoke", {
792
+ value: function (method, arg) {
793
+ function callInvokeWithMethodAndArg() {
794
+ return new PromiseImpl(function (resolve, reject) {
795
+ invoke(method, arg, resolve, reject);
796
+ });
797
+ }
798
+ return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
799
+ }
800
+ });
801
+ }
802
+ function makeInvokeMethod(innerFn, self, context) {
803
+ var state = "suspendedStart";
804
+ return function (method, arg) {
805
+ if ("executing" === state) throw new Error("Generator is already running");
806
+ if ("completed" === state) {
807
+ if ("throw" === method) throw arg;
808
+ return doneResult();
809
+ }
810
+ for (context.method = method, context.arg = arg;;) {
811
+ var delegate = context.delegate;
812
+ if (delegate) {
813
+ var delegateResult = maybeInvokeDelegate(delegate, context);
814
+ if (delegateResult) {
815
+ if (delegateResult === ContinueSentinel) continue;
816
+ return delegateResult;
817
+ }
818
+ }
819
+ if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) {
820
+ if ("suspendedStart" === state) throw state = "completed", context.arg;
821
+ context.dispatchException(context.arg);
822
+ } else "return" === context.method && context.abrupt("return", context.arg);
823
+ state = "executing";
824
+ var record = tryCatch(innerFn, self, context);
825
+ if ("normal" === record.type) {
826
+ if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue;
827
+ return {
828
+ value: record.arg,
829
+ done: context.done
830
+ };
831
+ }
832
+ "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg);
833
+ }
712
834
  };
713
835
  }
714
-
715
- return _typeof(obj);
836
+ function maybeInvokeDelegate(delegate, context) {
837
+ var method = delegate.iterator[context.method];
838
+ if (undefined === method) {
839
+ if (context.delegate = null, "throw" === context.method) {
840
+ if (delegate.iterator.return && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel;
841
+ context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method");
842
+ }
843
+ return ContinueSentinel;
844
+ }
845
+ var record = tryCatch(method, delegate.iterator, context.arg);
846
+ if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel;
847
+ var info = record.arg;
848
+ return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel);
849
+ }
850
+ function pushTryEntry(locs) {
851
+ var entry = {
852
+ tryLoc: locs[0]
853
+ };
854
+ 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry);
855
+ }
856
+ function resetTryEntry(entry) {
857
+ var record = entry.completion || {};
858
+ record.type = "normal", delete record.arg, entry.completion = record;
859
+ }
860
+ function Context(tryLocsList) {
861
+ this.tryEntries = [{
862
+ tryLoc: "root"
863
+ }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0);
864
+ }
865
+ function values(iterable) {
866
+ if (iterable) {
867
+ var iteratorMethod = iterable[iteratorSymbol];
868
+ if (iteratorMethod) return iteratorMethod.call(iterable);
869
+ if ("function" == typeof iterable.next) return iterable;
870
+ if (!isNaN(iterable.length)) {
871
+ var i = -1,
872
+ next = function next() {
873
+ for (; ++i < iterable.length;) if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next;
874
+ return next.value = undefined, next.done = !0, next;
875
+ };
876
+ return next.next = next;
877
+ }
878
+ }
879
+ return {
880
+ next: doneResult
881
+ };
882
+ }
883
+ function doneResult() {
884
+ return {
885
+ value: undefined,
886
+ done: !0
887
+ };
888
+ }
889
+ return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", {
890
+ value: GeneratorFunctionPrototype,
891
+ configurable: !0
892
+ }), defineProperty(GeneratorFunctionPrototype, "constructor", {
893
+ value: GeneratorFunction,
894
+ configurable: !0
895
+ }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) {
896
+ var ctor = "function" == typeof genFun && genFun.constructor;
897
+ return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name));
898
+ }, exports.mark = function (genFun) {
899
+ return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun;
900
+ }, exports.awrap = function (arg) {
901
+ return {
902
+ __await: arg
903
+ };
904
+ }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () {
905
+ return this;
906
+ }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) {
907
+ void 0 === PromiseImpl && (PromiseImpl = Promise);
908
+ var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl);
909
+ return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) {
910
+ return result.done ? result.value : iter.next();
911
+ });
912
+ }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () {
913
+ return this;
914
+ }), define(Gp, "toString", function () {
915
+ return "[object Generator]";
916
+ }), exports.keys = function (val) {
917
+ var object = Object(val),
918
+ keys = [];
919
+ for (var key in object) keys.push(key);
920
+ return keys.reverse(), function next() {
921
+ for (; keys.length;) {
922
+ var key = keys.pop();
923
+ if (key in object) return next.value = key, next.done = !1, next;
924
+ }
925
+ return next.done = !0, next;
926
+ };
927
+ }, exports.values = values, Context.prototype = {
928
+ constructor: Context,
929
+ reset: function (skipTempReset) {
930
+ if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined);
931
+ },
932
+ stop: function () {
933
+ this.done = !0;
934
+ var rootRecord = this.tryEntries[0].completion;
935
+ if ("throw" === rootRecord.type) throw rootRecord.arg;
936
+ return this.rval;
937
+ },
938
+ dispatchException: function (exception) {
939
+ if (this.done) throw exception;
940
+ var context = this;
941
+ function handle(loc, caught) {
942
+ return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught;
943
+ }
944
+ for (var i = this.tryEntries.length - 1; i >= 0; --i) {
945
+ var entry = this.tryEntries[i],
946
+ record = entry.completion;
947
+ if ("root" === entry.tryLoc) return handle("end");
948
+ if (entry.tryLoc <= this.prev) {
949
+ var hasCatch = hasOwn.call(entry, "catchLoc"),
950
+ hasFinally = hasOwn.call(entry, "finallyLoc");
951
+ if (hasCatch && hasFinally) {
952
+ if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0);
953
+ if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc);
954
+ } else if (hasCatch) {
955
+ if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0);
956
+ } else {
957
+ if (!hasFinally) throw new Error("try statement without catch or finally");
958
+ if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc);
959
+ }
960
+ }
961
+ }
962
+ },
963
+ abrupt: function (type, arg) {
964
+ for (var i = this.tryEntries.length - 1; i >= 0; --i) {
965
+ var entry = this.tryEntries[i];
966
+ if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) {
967
+ var finallyEntry = entry;
968
+ break;
969
+ }
970
+ }
971
+ finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null);
972
+ var record = finallyEntry ? finallyEntry.completion : {};
973
+ return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record);
974
+ },
975
+ complete: function (record, afterLoc) {
976
+ if ("throw" === record.type) throw record.arg;
977
+ return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel;
978
+ },
979
+ finish: function (finallyLoc) {
980
+ for (var i = this.tryEntries.length - 1; i >= 0; --i) {
981
+ var entry = this.tryEntries[i];
982
+ if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel;
983
+ }
984
+ },
985
+ catch: function (tryLoc) {
986
+ for (var i = this.tryEntries.length - 1; i >= 0; --i) {
987
+ var entry = this.tryEntries[i];
988
+ if (entry.tryLoc === tryLoc) {
989
+ var record = entry.completion;
990
+ if ("throw" === record.type) {
991
+ var thrown = record.arg;
992
+ resetTryEntry(entry);
993
+ }
994
+ return thrown;
995
+ }
996
+ }
997
+ throw new Error("illegal catch attempt");
998
+ },
999
+ delegateYield: function (iterable, resultName, nextLoc) {
1000
+ return this.delegate = {
1001
+ iterator: values(iterable),
1002
+ resultName: resultName,
1003
+ nextLoc: nextLoc
1004
+ }, "next" === this.method && (this.arg = undefined), ContinueSentinel;
1005
+ }
1006
+ }, exports;
716
1007
  }
1008
+ function _typeof(obj) {
1009
+ "@babel/helpers - typeof";
717
1010
 
1011
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
1012
+ return typeof obj;
1013
+ } : function (obj) {
1014
+ return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
1015
+ }, _typeof(obj);
1016
+ }
718
1017
  function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
719
1018
  try {
720
1019
  var info = gen[key](arg);
@@ -723,40 +1022,33 @@
723
1022
  reject(error);
724
1023
  return;
725
1024
  }
726
-
727
1025
  if (info.done) {
728
1026
  resolve(value);
729
1027
  } else {
730
1028
  Promise.resolve(value).then(_next, _throw);
731
1029
  }
732
1030
  }
733
-
734
1031
  function _asyncToGenerator(fn) {
735
1032
  return function () {
736
1033
  var self = this,
737
- args = arguments;
1034
+ args = arguments;
738
1035
  return new Promise(function (resolve, reject) {
739
1036
  var gen = fn.apply(self, args);
740
-
741
1037
  function _next(value) {
742
1038
  asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value);
743
1039
  }
744
-
745
1040
  function _throw(err) {
746
1041
  asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err);
747
1042
  }
748
-
749
1043
  _next(undefined);
750
1044
  });
751
1045
  };
752
1046
  }
753
-
754
1047
  function _classCallCheck(instance, Constructor) {
755
1048
  if (!(instance instanceof Constructor)) {
756
1049
  throw new TypeError("Cannot call a class as a function");
757
1050
  }
758
1051
  }
759
-
760
1052
  function _defineProperties(target, props) {
761
1053
  for (var i = 0; i < props.length; i++) {
762
1054
  var descriptor = props[i];
@@ -766,13 +1058,14 @@
766
1058
  Object.defineProperty(target, descriptor.key, descriptor);
767
1059
  }
768
1060
  }
769
-
770
1061
  function _createClass(Constructor, protoProps, staticProps) {
771
1062
  if (protoProps) _defineProperties(Constructor.prototype, protoProps);
772
1063
  if (staticProps) _defineProperties(Constructor, staticProps);
1064
+ Object.defineProperty(Constructor, "prototype", {
1065
+ writable: false
1066
+ });
773
1067
  return Constructor;
774
1068
  }
775
-
776
1069
  function _defineProperty(obj, key, value) {
777
1070
  if (key in obj) {
778
1071
  Object.defineProperty(obj, key, {
@@ -784,59 +1077,46 @@
784
1077
  } else {
785
1078
  obj[key] = value;
786
1079
  }
787
-
788
1080
  return obj;
789
1081
  }
790
-
791
1082
  function _extends() {
792
- _extends = Object.assign || function (target) {
1083
+ _extends = Object.assign ? Object.assign.bind() : function (target) {
793
1084
  for (var i = 1; i < arguments.length; i++) {
794
1085
  var source = arguments[i];
795
-
796
1086
  for (var key in source) {
797
1087
  if (Object.prototype.hasOwnProperty.call(source, key)) {
798
1088
  target[key] = source[key];
799
1089
  }
800
1090
  }
801
1091
  }
802
-
803
1092
  return target;
804
1093
  };
805
-
806
1094
  return _extends.apply(this, arguments);
807
1095
  }
808
-
809
1096
  function _objectSpread(target) {
810
1097
  for (var i = 1; i < arguments.length; i++) {
811
1098
  var source = arguments[i] != null ? Object(arguments[i]) : {};
812
1099
  var ownKeys = Object.keys(source);
813
-
814
1100
  if (typeof Object.getOwnPropertySymbols === 'function') {
815
- ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) {
1101
+ ownKeys.push.apply(ownKeys, Object.getOwnPropertySymbols(source).filter(function (sym) {
816
1102
  return Object.getOwnPropertyDescriptor(source, sym).enumerable;
817
1103
  }));
818
1104
  }
819
-
820
1105
  ownKeys.forEach(function (key) {
821
1106
  _defineProperty(target, key, source[key]);
822
1107
  });
823
1108
  }
824
-
825
1109
  return target;
826
1110
  }
827
-
828
1111
  function _toConsumableArray(arr) {
829
1112
  return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
830
1113
  }
831
-
832
1114
  function _arrayWithoutHoles(arr) {
833
1115
  if (Array.isArray(arr)) return _arrayLikeToArray(arr);
834
1116
  }
835
-
836
1117
  function _iterableToArray(iter) {
837
1118
  if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
838
1119
  }
839
-
840
1120
  function _unsupportedIterableToArray(o, minLen) {
841
1121
  if (!o) return;
842
1122
  if (typeof o === "string") return _arrayLikeToArray(o, minLen);
@@ -845,29 +1125,21 @@
845
1125
  if (n === "Map" || n === "Set") return Array.from(o);
846
1126
  if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
847
1127
  }
848
-
849
1128
  function _arrayLikeToArray(arr, len) {
850
1129
  if (len == null || len > arr.length) len = arr.length;
851
-
852
1130
  for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
853
-
854
1131
  return arr2;
855
1132
  }
856
-
857
1133
  function _nonIterableSpread() {
858
1134
  throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
859
1135
  }
860
-
861
1136
  function _createForOfIteratorHelper(o, allowArrayLike) {
862
1137
  var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
863
-
864
1138
  if (!it) {
865
1139
  if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") {
866
1140
  if (it) o = it;
867
1141
  var i = 0;
868
-
869
1142
  var F = function () {};
870
-
871
1143
  return {
872
1144
  s: F,
873
1145
  n: function () {
@@ -885,13 +1157,11 @@
885
1157
  f: F
886
1158
  };
887
1159
  }
888
-
889
1160
  throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
890
1161
  }
891
-
892
1162
  var normalCompletion = true,
893
- didErr = false,
894
- err;
1163
+ didErr = false,
1164
+ err;
895
1165
  return {
896
1166
  s: function () {
897
1167
  it = it.call(o);
@@ -1440,566 +1710,67 @@
1440
1710
  var classes = (cls || '').split(' ');
1441
1711
  for (var i = 0, j = classes.length; i < j; i++) {
1442
1712
  var clsName = classes[i];
1443
- if (!clsName) continue;
1444
- if (el.classList) {
1445
- el.classList.add(clsName);
1446
- } else if (!hasClass(el, clsName)) {
1447
- curClass += ' ' + clsName;
1448
- }
1449
- }
1450
- if (!el.classList) {
1451
- el.className = curClass;
1452
- }
1453
- }
1454
- function removeClass(el, cls) {
1455
- if (!el || !cls) return;
1456
- var classes = cls.split(' ');
1457
- var curClass = ' ' + el.className + ' ';
1458
- for (var i = 0, j = classes.length; i < j; i++) {
1459
- var clsName = classes[i];
1460
- if (!clsName) continue;
1461
- if (el.classList) {
1462
- el.classList.remove(clsName);
1463
- } else if (hasClass(el, clsName)) {
1464
- curClass = curClass.replace(' ' + clsName + ' ', ' ');
1465
- }
1466
- }
1467
- if (!el.classList) {
1468
- el.className = trim(curClass);
1469
- }
1470
- }
1471
- var getStyle = Number(document.documentMode) < 9 ? function (element, styleName) {
1472
- if (!element || !styleName) return null;
1473
- styleName = camelCase(styleName);
1474
- if (styleName === 'float') {
1475
- styleName = 'styleFloat';
1476
- }
1477
- try {
1478
- switch (styleName) {
1479
- case 'opacity':
1480
- try {
1481
- return element.filters.item('alpha').opacity / 100;
1482
- } catch (e) {
1483
- return 1.0;
1484
- }
1485
- default:
1486
- return element.style[styleName] || element.currentStyle ? element.currentStyle[styleName] : null;
1487
- }
1488
- } catch (e) {
1489
- return element.style[styleName];
1490
- }
1491
- } : function (element, styleName) {
1492
- if (!element || !styleName) return null;
1493
- styleName = camelCase(styleName);
1494
- if (styleName === 'float') {
1495
- styleName = 'cssFloat';
1496
- }
1497
- try {
1498
- var computed = document.defaultView.getComputedStyle(element, '');
1499
- return element.style[styleName] || computed ? computed[styleName] : null;
1500
- } catch (e) {
1501
- return element.style[styleName];
1502
- }
1503
- };
1504
-
1505
- var runtime_1 = createCommonjsModule(function (module) {
1506
- var runtime = (function (exports) {
1507
- var Op = Object.prototype;
1508
- var hasOwn = Op.hasOwnProperty;
1509
- var undefined$1;
1510
- var $Symbol = typeof Symbol === "function" ? Symbol : {};
1511
- var iteratorSymbol = $Symbol.iterator || "@@iterator";
1512
- var asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator";
1513
- var toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag";
1514
- function define(obj, key, value) {
1515
- Object.defineProperty(obj, key, {
1516
- value: value,
1517
- enumerable: true,
1518
- configurable: true,
1519
- writable: true
1520
- });
1521
- return obj[key];
1522
- }
1523
- try {
1524
- define({}, "");
1525
- } catch (err) {
1526
- define = function(obj, key, value) {
1527
- return obj[key] = value;
1528
- };
1529
- }
1530
- function wrap(innerFn, outerFn, self, tryLocsList) {
1531
- var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator;
1532
- var generator = Object.create(protoGenerator.prototype);
1533
- var context = new Context(tryLocsList || []);
1534
- generator._invoke = makeInvokeMethod(innerFn, self, context);
1535
- return generator;
1536
- }
1537
- exports.wrap = wrap;
1538
- function tryCatch(fn, obj, arg) {
1539
- try {
1540
- return { type: "normal", arg: fn.call(obj, arg) };
1541
- } catch (err) {
1542
- return { type: "throw", arg: err };
1543
- }
1544
- }
1545
- var GenStateSuspendedStart = "suspendedStart";
1546
- var GenStateSuspendedYield = "suspendedYield";
1547
- var GenStateExecuting = "executing";
1548
- var GenStateCompleted = "completed";
1549
- var ContinueSentinel = {};
1550
- function Generator() {}
1551
- function GeneratorFunction() {}
1552
- function GeneratorFunctionPrototype() {}
1553
- var IteratorPrototype = {};
1554
- IteratorPrototype[iteratorSymbol] = function () {
1555
- return this;
1556
- };
1557
- var getProto = Object.getPrototypeOf;
1558
- var NativeIteratorPrototype = getProto && getProto(getProto(values([])));
1559
- if (NativeIteratorPrototype &&
1560
- NativeIteratorPrototype !== Op &&
1561
- hasOwn.call(NativeIteratorPrototype, iteratorSymbol)) {
1562
- IteratorPrototype = NativeIteratorPrototype;
1563
- }
1564
- var Gp = GeneratorFunctionPrototype.prototype =
1565
- Generator.prototype = Object.create(IteratorPrototype);
1566
- GeneratorFunction.prototype = Gp.constructor = GeneratorFunctionPrototype;
1567
- GeneratorFunctionPrototype.constructor = GeneratorFunction;
1568
- GeneratorFunction.displayName = define(
1569
- GeneratorFunctionPrototype,
1570
- toStringTagSymbol,
1571
- "GeneratorFunction"
1572
- );
1573
- function defineIteratorMethods(prototype) {
1574
- ["next", "throw", "return"].forEach(function(method) {
1575
- define(prototype, method, function(arg) {
1576
- return this._invoke(method, arg);
1577
- });
1578
- });
1579
- }
1580
- exports.isGeneratorFunction = function(genFun) {
1581
- var ctor = typeof genFun === "function" && genFun.constructor;
1582
- return ctor
1583
- ? ctor === GeneratorFunction ||
1584
- (ctor.displayName || ctor.name) === "GeneratorFunction"
1585
- : false;
1586
- };
1587
- exports.mark = function(genFun) {
1588
- if (Object.setPrototypeOf) {
1589
- Object.setPrototypeOf(genFun, GeneratorFunctionPrototype);
1590
- } else {
1591
- genFun.__proto__ = GeneratorFunctionPrototype;
1592
- define(genFun, toStringTagSymbol, "GeneratorFunction");
1593
- }
1594
- genFun.prototype = Object.create(Gp);
1595
- return genFun;
1596
- };
1597
- exports.awrap = function(arg) {
1598
- return { __await: arg };
1599
- };
1600
- function AsyncIterator(generator, PromiseImpl) {
1601
- function invoke(method, arg, resolve, reject) {
1602
- var record = tryCatch(generator[method], generator, arg);
1603
- if (record.type === "throw") {
1604
- reject(record.arg);
1605
- } else {
1606
- var result = record.arg;
1607
- var value = result.value;
1608
- if (value &&
1609
- typeof value === "object" &&
1610
- hasOwn.call(value, "__await")) {
1611
- return PromiseImpl.resolve(value.__await).then(function(value) {
1612
- invoke("next", value, resolve, reject);
1613
- }, function(err) {
1614
- invoke("throw", err, resolve, reject);
1615
- });
1616
- }
1617
- return PromiseImpl.resolve(value).then(function(unwrapped) {
1618
- result.value = unwrapped;
1619
- resolve(result);
1620
- }, function(error) {
1621
- return invoke("throw", error, resolve, reject);
1622
- });
1623
- }
1624
- }
1625
- var previousPromise;
1626
- function enqueue(method, arg) {
1627
- function callInvokeWithMethodAndArg() {
1628
- return new PromiseImpl(function(resolve, reject) {
1629
- invoke(method, arg, resolve, reject);
1630
- });
1631
- }
1632
- return previousPromise =
1633
- previousPromise ? previousPromise.then(
1634
- callInvokeWithMethodAndArg,
1635
- callInvokeWithMethodAndArg
1636
- ) : callInvokeWithMethodAndArg();
1637
- }
1638
- this._invoke = enqueue;
1639
- }
1640
- defineIteratorMethods(AsyncIterator.prototype);
1641
- AsyncIterator.prototype[asyncIteratorSymbol] = function () {
1642
- return this;
1643
- };
1644
- exports.AsyncIterator = AsyncIterator;
1645
- exports.async = function(innerFn, outerFn, self, tryLocsList, PromiseImpl) {
1646
- if (PromiseImpl === void 0) PromiseImpl = Promise;
1647
- var iter = new AsyncIterator(
1648
- wrap(innerFn, outerFn, self, tryLocsList),
1649
- PromiseImpl
1650
- );
1651
- return exports.isGeneratorFunction(outerFn)
1652
- ? iter
1653
- : iter.next().then(function(result) {
1654
- return result.done ? result.value : iter.next();
1655
- });
1656
- };
1657
- function makeInvokeMethod(innerFn, self, context) {
1658
- var state = GenStateSuspendedStart;
1659
- return function invoke(method, arg) {
1660
- if (state === GenStateExecuting) {
1661
- throw new Error("Generator is already running");
1662
- }
1663
- if (state === GenStateCompleted) {
1664
- if (method === "throw") {
1665
- throw arg;
1666
- }
1667
- return doneResult();
1668
- }
1669
- context.method = method;
1670
- context.arg = arg;
1671
- while (true) {
1672
- var delegate = context.delegate;
1673
- if (delegate) {
1674
- var delegateResult = maybeInvokeDelegate(delegate, context);
1675
- if (delegateResult) {
1676
- if (delegateResult === ContinueSentinel) continue;
1677
- return delegateResult;
1678
- }
1679
- }
1680
- if (context.method === "next") {
1681
- context.sent = context._sent = context.arg;
1682
- } else if (context.method === "throw") {
1683
- if (state === GenStateSuspendedStart) {
1684
- state = GenStateCompleted;
1685
- throw context.arg;
1686
- }
1687
- context.dispatchException(context.arg);
1688
- } else if (context.method === "return") {
1689
- context.abrupt("return", context.arg);
1690
- }
1691
- state = GenStateExecuting;
1692
- var record = tryCatch(innerFn, self, context);
1693
- if (record.type === "normal") {
1694
- state = context.done
1695
- ? GenStateCompleted
1696
- : GenStateSuspendedYield;
1697
- if (record.arg === ContinueSentinel) {
1698
- continue;
1699
- }
1700
- return {
1701
- value: record.arg,
1702
- done: context.done
1703
- };
1704
- } else if (record.type === "throw") {
1705
- state = GenStateCompleted;
1706
- context.method = "throw";
1707
- context.arg = record.arg;
1708
- }
1709
- }
1710
- };
1711
- }
1712
- function maybeInvokeDelegate(delegate, context) {
1713
- var method = delegate.iterator[context.method];
1714
- if (method === undefined$1) {
1715
- context.delegate = null;
1716
- if (context.method === "throw") {
1717
- if (delegate.iterator["return"]) {
1718
- context.method = "return";
1719
- context.arg = undefined$1;
1720
- maybeInvokeDelegate(delegate, context);
1721
- if (context.method === "throw") {
1722
- return ContinueSentinel;
1723
- }
1724
- }
1725
- context.method = "throw";
1726
- context.arg = new TypeError(
1727
- "The iterator does not provide a 'throw' method");
1728
- }
1729
- return ContinueSentinel;
1730
- }
1731
- var record = tryCatch(method, delegate.iterator, context.arg);
1732
- if (record.type === "throw") {
1733
- context.method = "throw";
1734
- context.arg = record.arg;
1735
- context.delegate = null;
1736
- return ContinueSentinel;
1737
- }
1738
- var info = record.arg;
1739
- if (! info) {
1740
- context.method = "throw";
1741
- context.arg = new TypeError("iterator result is not an object");
1742
- context.delegate = null;
1743
- return ContinueSentinel;
1744
- }
1745
- if (info.done) {
1746
- context[delegate.resultName] = info.value;
1747
- context.next = delegate.nextLoc;
1748
- if (context.method !== "return") {
1749
- context.method = "next";
1750
- context.arg = undefined$1;
1751
- }
1752
- } else {
1753
- return info;
1754
- }
1755
- context.delegate = null;
1756
- return ContinueSentinel;
1757
- }
1758
- defineIteratorMethods(Gp);
1759
- define(Gp, toStringTagSymbol, "Generator");
1760
- Gp[iteratorSymbol] = function() {
1761
- return this;
1762
- };
1763
- Gp.toString = function() {
1764
- return "[object Generator]";
1765
- };
1766
- function pushTryEntry(locs) {
1767
- var entry = { tryLoc: locs[0] };
1768
- if (1 in locs) {
1769
- entry.catchLoc = locs[1];
1770
- }
1771
- if (2 in locs) {
1772
- entry.finallyLoc = locs[2];
1773
- entry.afterLoc = locs[3];
1774
- }
1775
- this.tryEntries.push(entry);
1776
- }
1777
- function resetTryEntry(entry) {
1778
- var record = entry.completion || {};
1779
- record.type = "normal";
1780
- delete record.arg;
1781
- entry.completion = record;
1782
- }
1783
- function Context(tryLocsList) {
1784
- this.tryEntries = [{ tryLoc: "root" }];
1785
- tryLocsList.forEach(pushTryEntry, this);
1786
- this.reset(true);
1787
- }
1788
- exports.keys = function(object) {
1789
- var keys = [];
1790
- for (var key in object) {
1791
- keys.push(key);
1792
- }
1793
- keys.reverse();
1794
- return function next() {
1795
- while (keys.length) {
1796
- var key = keys.pop();
1797
- if (key in object) {
1798
- next.value = key;
1799
- next.done = false;
1800
- return next;
1801
- }
1802
- }
1803
- next.done = true;
1804
- return next;
1805
- };
1806
- };
1807
- function values(iterable) {
1808
- if (iterable) {
1809
- var iteratorMethod = iterable[iteratorSymbol];
1810
- if (iteratorMethod) {
1811
- return iteratorMethod.call(iterable);
1812
- }
1813
- if (typeof iterable.next === "function") {
1814
- return iterable;
1815
- }
1816
- if (!isNaN(iterable.length)) {
1817
- var i = -1, next = function next() {
1818
- while (++i < iterable.length) {
1819
- if (hasOwn.call(iterable, i)) {
1820
- next.value = iterable[i];
1821
- next.done = false;
1822
- return next;
1823
- }
1824
- }
1825
- next.value = undefined$1;
1826
- next.done = true;
1827
- return next;
1828
- };
1829
- return next.next = next;
1830
- }
1831
- }
1832
- return { next: doneResult };
1833
- }
1834
- exports.values = values;
1835
- function doneResult() {
1836
- return { value: undefined$1, done: true };
1837
- }
1838
- Context.prototype = {
1839
- constructor: Context,
1840
- reset: function(skipTempReset) {
1841
- this.prev = 0;
1842
- this.next = 0;
1843
- this.sent = this._sent = undefined$1;
1844
- this.done = false;
1845
- this.delegate = null;
1846
- this.method = "next";
1847
- this.arg = undefined$1;
1848
- this.tryEntries.forEach(resetTryEntry);
1849
- if (!skipTempReset) {
1850
- for (var name in this) {
1851
- if (name.charAt(0) === "t" &&
1852
- hasOwn.call(this, name) &&
1853
- !isNaN(+name.slice(1))) {
1854
- this[name] = undefined$1;
1855
- }
1856
- }
1857
- }
1858
- },
1859
- stop: function() {
1860
- this.done = true;
1861
- var rootEntry = this.tryEntries[0];
1862
- var rootRecord = rootEntry.completion;
1863
- if (rootRecord.type === "throw") {
1864
- throw rootRecord.arg;
1865
- }
1866
- return this.rval;
1867
- },
1868
- dispatchException: function(exception) {
1869
- if (this.done) {
1870
- throw exception;
1871
- }
1872
- var context = this;
1873
- function handle(loc, caught) {
1874
- record.type = "throw";
1875
- record.arg = exception;
1876
- context.next = loc;
1877
- if (caught) {
1878
- context.method = "next";
1879
- context.arg = undefined$1;
1880
- }
1881
- return !! caught;
1882
- }
1883
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
1884
- var entry = this.tryEntries[i];
1885
- var record = entry.completion;
1886
- if (entry.tryLoc === "root") {
1887
- return handle("end");
1888
- }
1889
- if (entry.tryLoc <= this.prev) {
1890
- var hasCatch = hasOwn.call(entry, "catchLoc");
1891
- var hasFinally = hasOwn.call(entry, "finallyLoc");
1892
- if (hasCatch && hasFinally) {
1893
- if (this.prev < entry.catchLoc) {
1894
- return handle(entry.catchLoc, true);
1895
- } else if (this.prev < entry.finallyLoc) {
1896
- return handle(entry.finallyLoc);
1897
- }
1898
- } else if (hasCatch) {
1899
- if (this.prev < entry.catchLoc) {
1900
- return handle(entry.catchLoc, true);
1901
- }
1902
- } else if (hasFinally) {
1903
- if (this.prev < entry.finallyLoc) {
1904
- return handle(entry.finallyLoc);
1905
- }
1906
- } else {
1907
- throw new Error("try statement without catch or finally");
1908
- }
1909
- }
1910
- }
1911
- },
1912
- abrupt: function(type, arg) {
1913
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
1914
- var entry = this.tryEntries[i];
1915
- if (entry.tryLoc <= this.prev &&
1916
- hasOwn.call(entry, "finallyLoc") &&
1917
- this.prev < entry.finallyLoc) {
1918
- var finallyEntry = entry;
1919
- break;
1920
- }
1921
- }
1922
- if (finallyEntry &&
1923
- (type === "break" ||
1924
- type === "continue") &&
1925
- finallyEntry.tryLoc <= arg &&
1926
- arg <= finallyEntry.finallyLoc) {
1927
- finallyEntry = null;
1928
- }
1929
- var record = finallyEntry ? finallyEntry.completion : {};
1930
- record.type = type;
1931
- record.arg = arg;
1932
- if (finallyEntry) {
1933
- this.method = "next";
1934
- this.next = finallyEntry.finallyLoc;
1935
- return ContinueSentinel;
1936
- }
1937
- return this.complete(record);
1938
- },
1939
- complete: function(record, afterLoc) {
1940
- if (record.type === "throw") {
1941
- throw record.arg;
1942
- }
1943
- if (record.type === "break" ||
1944
- record.type === "continue") {
1945
- this.next = record.arg;
1946
- } else if (record.type === "return") {
1947
- this.rval = this.arg = record.arg;
1948
- this.method = "return";
1949
- this.next = "end";
1950
- } else if (record.type === "normal" && afterLoc) {
1951
- this.next = afterLoc;
1952
- }
1953
- return ContinueSentinel;
1954
- },
1955
- finish: function(finallyLoc) {
1956
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
1957
- var entry = this.tryEntries[i];
1958
- if (entry.finallyLoc === finallyLoc) {
1959
- this.complete(entry.completion, entry.afterLoc);
1960
- resetTryEntry(entry);
1961
- return ContinueSentinel;
1962
- }
1963
- }
1964
- },
1965
- "catch": function(tryLoc) {
1966
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
1967
- var entry = this.tryEntries[i];
1968
- if (entry.tryLoc === tryLoc) {
1969
- var record = entry.completion;
1970
- if (record.type === "throw") {
1971
- var thrown = record.arg;
1972
- resetTryEntry(entry);
1973
- }
1974
- return thrown;
1975
- }
1976
- }
1977
- throw new Error("illegal catch attempt");
1978
- },
1979
- delegateYield: function(iterable, resultName, nextLoc) {
1980
- this.delegate = {
1981
- iterator: values(iterable),
1982
- resultName: resultName,
1983
- nextLoc: nextLoc
1984
- };
1985
- if (this.method === "next") {
1986
- this.arg = undefined$1;
1987
- }
1988
- return ContinueSentinel;
1713
+ if (!clsName) continue;
1714
+ if (el.classList) {
1715
+ el.classList.add(clsName);
1716
+ } else if (!hasClass(el, clsName)) {
1717
+ curClass += ' ' + clsName;
1989
1718
  }
1990
- };
1991
- return exports;
1992
- }(
1993
- module.exports
1994
- ));
1995
- try {
1996
- regeneratorRuntime = runtime;
1997
- } catch (accidentalStrictMode) {
1998
- Function("r", "regeneratorRuntime = r")(runtime);
1719
+ }
1720
+ if (!el.classList) {
1721
+ el.className = curClass;
1722
+ }
1999
1723
  }
2000
- });
2001
-
2002
- var regenerator = runtime_1;
1724
+ function removeClass(el, cls) {
1725
+ if (!el || !cls) return;
1726
+ var classes = cls.split(' ');
1727
+ var curClass = ' ' + el.className + ' ';
1728
+ for (var i = 0, j = classes.length; i < j; i++) {
1729
+ var clsName = classes[i];
1730
+ if (!clsName) continue;
1731
+ if (el.classList) {
1732
+ el.classList.remove(clsName);
1733
+ } else if (hasClass(el, clsName)) {
1734
+ curClass = curClass.replace(' ' + clsName + ' ', ' ');
1735
+ }
1736
+ }
1737
+ if (!el.classList) {
1738
+ el.className = trim(curClass);
1739
+ }
1740
+ }
1741
+ var getStyle = Number(document.documentMode) < 9 ? function (element, styleName) {
1742
+ if (!element || !styleName) return null;
1743
+ styleName = camelCase(styleName);
1744
+ if (styleName === 'float') {
1745
+ styleName = 'styleFloat';
1746
+ }
1747
+ try {
1748
+ switch (styleName) {
1749
+ case 'opacity':
1750
+ try {
1751
+ return element.filters.item('alpha').opacity / 100;
1752
+ } catch (e) {
1753
+ return 1.0;
1754
+ }
1755
+ default:
1756
+ return element.style[styleName] || element.currentStyle ? element.currentStyle[styleName] : null;
1757
+ }
1758
+ } catch (e) {
1759
+ return element.style[styleName];
1760
+ }
1761
+ } : function (element, styleName) {
1762
+ if (!element || !styleName) return null;
1763
+ styleName = camelCase(styleName);
1764
+ if (styleName === 'float') {
1765
+ styleName = 'cssFloat';
1766
+ }
1767
+ try {
1768
+ var computed = document.defaultView.getComputedStyle(element, '');
1769
+ return element.style[styleName] || computed ? computed[styleName] : null;
1770
+ } catch (e) {
1771
+ return element.style[styleName];
1772
+ }
1773
+ };
2003
1774
 
2004
1775
  var _stringAt = function (TO_STRING) {
2005
1776
  return function (that, pos) {
@@ -3003,7 +2774,7 @@
3003
2774
  var ids = getKeysMap(this.states.expandRows, rowKey);
3004
2775
  var expandRows = [];
3005
2776
  var _iterator = _createForOfIteratorHelper(states.data),
3006
- _step;
2777
+ _step;
3007
2778
  try {
3008
2779
  for (_iterator.s(); !(_step = _iterator.n()).done;) {
3009
2780
  var row = _step.value;
@@ -3029,8 +2800,8 @@
3029
2800
  var _this2 = this;
3030
2801
  states.data = sortData(states.filteredData || states._data || [], states);
3031
2802
  var _this$table = this.table,
3032
- $el = _this$table.$el,
3033
- highlightCurrentRow = _this$table.highlightCurrentRow;
2803
+ $el = _this$table.$el,
2804
+ highlightCurrentRow = _this$table.highlightCurrentRow;
3034
2805
  if ($el && highlightCurrentRow) {
3035
2806
  var data = states.data;
3036
2807
  var tr = $el.querySelector('tbody').children;
@@ -3057,7 +2828,7 @@
3057
2828
  sort: function sort(states, options) {
3058
2829
  var _this3 = this;
3059
2830
  var prop = options.prop,
3060
- order = options.order;
2831
+ order = options.order;
3061
2832
  if (prop) {
3062
2833
  states.sortProp = prop;
3063
2834
  states.sortOrder = order || 'ascending';
@@ -3080,7 +2851,7 @@
3080
2851
  var _this4 = this;
3081
2852
  var values = options.values;
3082
2853
  var column = options.column,
3083
- silent = options.silent;
2854
+ silent = options.silent;
3084
2855
  if (values && !isArray$1(values)) {
3085
2856
  values = [values];
3086
2857
  }
@@ -3288,9 +3059,9 @@
3288
3059
  key: "isRowExpanded",
3289
3060
  value: function isRowExpanded(row) {
3290
3061
  var _this$states = this.states,
3291
- _this$states$expandRo = _this$states.expandRows,
3292
- expandRows = _this$states$expandRo === void 0 ? [] : _this$states$expandRo,
3293
- rowKey = _this$states.rowKey;
3062
+ _this$states$expandRo = _this$states.expandRows,
3063
+ expandRows = _this$states$expandRo === void 0 ? [] : _this$states$expandRo,
3064
+ rowKey = _this$states.rowKey;
3294
3065
  if (rowKey) {
3295
3066
  var expandMap = getKeysMap(expandRows, rowKey);
3296
3067
  return !!expandMap[getRowIdentity(row, rowKey)];
@@ -3330,9 +3101,9 @@
3330
3101
  value: function clearFilter() {
3331
3102
  var states = this.states;
3332
3103
  var _this$table$$refs = this.table.$refs,
3333
- tableHeader = _this$table$$refs.tableHeader,
3334
- fixedTableHeader = _this$table$$refs.fixedTableHeader,
3335
- rightFixedTableHeader = _this$table$$refs.rightFixedTableHeader;
3104
+ tableHeader = _this$table$$refs.tableHeader,
3105
+ fixedTableHeader = _this$table$$refs.fixedTableHeader,
3106
+ rightFixedTableHeader = _this$table$$refs.rightFixedTableHeader;
3336
3107
  var panels = {};
3337
3108
  if (tableHeader) panels = deepmerge(panels, tableHeader.filterPanels);
3338
3109
  if (fixedTableHeader) panels = deepmerge(panels, fixedTableHeader.filterPanels);
@@ -3366,9 +3137,9 @@
3366
3137
  value: function updateAllSelected() {
3367
3138
  var states = this.states;
3368
3139
  var selection = states.selection,
3369
- rowKey = states.rowKey,
3370
- selectable = states.selectable,
3371
- data = states.data;
3140
+ rowKey = states.rowKey,
3141
+ selectable = states.selectable,
3142
+ data = states.data;
3372
3143
  if (!data || data.length === 0) {
3373
3144
  states.isAllSelected = false;
3374
3145
  return;
@@ -3556,10 +3327,10 @@
3556
3327
  return _this2.updateElsHeight();
3557
3328
  });
3558
3329
  var _this$table$$refs = this.table.$refs,
3559
- headerWrapper = _this$table$$refs.headerWrapper,
3560
- appendWrapper = _this$table$$refs.appendWrapper,
3561
- footerWrapper = _this$table$$refs.footerWrapper,
3562
- paginationWrapper = _this$table$$refs.paginationWrapper;
3330
+ headerWrapper = _this$table$$refs.headerWrapper,
3331
+ appendWrapper = _this$table$$refs.appendWrapper,
3332
+ footerWrapper = _this$table$$refs.footerWrapper,
3333
+ paginationWrapper = _this$table$$refs.paginationWrapper;
3563
3334
  if (this.table.showPagination && !paginationWrapper) return Vue.nextTick(function () {
3564
3335
  return _this2.updateElsHeight();
3565
3336
  });
@@ -3883,9 +3654,9 @@
3883
3654
  return element.body;
3884
3655
  }
3885
3656
  var _getStyleComputedProp = getStyleComputedProperty(element),
3886
- overflow = _getStyleComputedProp.overflow,
3887
- overflowX = _getStyleComputedProp.overflowX,
3888
- overflowY = _getStyleComputedProp.overflowY;
3657
+ overflow = _getStyleComputedProp.overflow,
3658
+ overflowX = _getStyleComputedProp.overflowX,
3659
+ overflowY = _getStyleComputedProp.overflowY;
3889
3660
  if (/(auto|scroll|overlay)/.test(overflow + overflowY + overflowX)) {
3890
3661
  return element;
3891
3662
  }
@@ -4149,8 +3920,8 @@
4149
3920
  var offsets = getOffsetRectRelativeToArbitraryNode(boundariesNode, offsetParent, fixedPosition);
4150
3921
  if (boundariesNode.nodeName === 'HTML' && !isFixed(offsetParent)) {
4151
3922
  var _getWindowSizes = getWindowSizes(popper.ownerDocument),
4152
- height = _getWindowSizes.height,
4153
- width = _getWindowSizes.width;
3923
+ height = _getWindowSizes.height,
3924
+ width = _getWindowSizes.width;
4154
3925
  boundaries.top += offsets.top - offsets.marginTop;
4155
3926
  boundaries.bottom = height + offsets.top;
4156
3927
  boundaries.left += offsets.left - offsets.marginLeft;
@@ -4169,7 +3940,7 @@
4169
3940
  }
4170
3941
  function getArea(_ref) {
4171
3942
  var width = _ref.width,
4172
- height = _ref.height;
3943
+ height = _ref.height;
4173
3944
  return width * height;
4174
3945
  }
4175
3946
  function computeAutoPlacement(placement, refRect, popper, reference, boundariesElement) {
@@ -4207,7 +3978,7 @@
4207
3978
  });
4208
3979
  var filteredAreas = sortedAreas.filter(function (_ref2) {
4209
3980
  var width = _ref2.width,
4210
- height = _ref2.height;
3981
+ height = _ref2.height;
4211
3982
  return width >= popper.clientWidth && height >= popper.clientHeight;
4212
3983
  });
4213
3984
  var computedPlacement = filteredAreas.length > 0 ? filteredAreas[0].key : sortedAreas[0].key;
@@ -4322,7 +4093,7 @@
4322
4093
  function isModifierEnabled(modifiers, modifierName) {
4323
4094
  return modifiers.some(function (_ref3) {
4324
4095
  var name = _ref3.name,
4325
- enabled = _ref3.enabled;
4096
+ enabled = _ref3.enabled;
4326
4097
  return enabled && name === modifierName;
4327
4098
  });
4328
4099
  }
@@ -4445,10 +4216,10 @@
4445
4216
  }
4446
4217
  function getRoundedOffsets(data, shouldRound) {
4447
4218
  var _data$offsets = data.offsets,
4448
- popper = _data$offsets.popper,
4449
- reference = _data$offsets.reference;
4219
+ popper = _data$offsets.popper,
4220
+ reference = _data$offsets.reference;
4450
4221
  var round = Math.round,
4451
- floor = Math.floor;
4222
+ floor = Math.floor;
4452
4223
  var noRound = function noRound(v) {
4453
4224
  return v;
4454
4225
  };
@@ -4470,7 +4241,7 @@
4470
4241
  var isFirefox$1 = isBrowser && /Firefox/i.test(navigator.userAgent);
4471
4242
  function computeStyle(data, options) {
4472
4243
  var x = options.x,
4473
- y = options.y;
4244
+ y = options.y;
4474
4245
  var popper = data.offsets.popper;
4475
4246
  var legacyGpuAccelerationOption = find(data.instance.modifiers, function (modifier) {
4476
4247
  return modifier.name === 'applyStyle';
@@ -4561,8 +4332,8 @@
4561
4332
  }
4562
4333
  var placement = data.placement.split('-')[0];
4563
4334
  var _data$offsets2 = data.offsets,
4564
- popper = _data$offsets2.popper,
4565
- reference = _data$offsets2.reference;
4335
+ popper = _data$offsets2.popper,
4336
+ reference = _data$offsets2.reference;
4566
4337
  var isVertical = ['left', 'right'].indexOf(placement) !== -1;
4567
4338
  var len = isVertical ? 'height' : 'width';
4568
4339
  var sideCapitalized = isVertical ? 'Top' : 'Left';
@@ -4669,8 +4440,8 @@
4669
4440
  }
4670
4441
  function keepTogether(data) {
4671
4442
  var _data$offsets3 = data.offsets,
4672
- popper = _data$offsets3.popper,
4673
- reference = _data$offsets3.reference;
4443
+ popper = _data$offsets3.popper,
4444
+ reference = _data$offsets3.reference;
4674
4445
  var placement = data.placement.split('-')[0];
4675
4446
  var floor = Math.floor;
4676
4447
  var isVertical = ['top', 'bottom'].indexOf(placement) !== -1;
@@ -4764,9 +4535,9 @@
4764
4535
  function offset(data, _ref5) {
4765
4536
  var offset = _ref5.offset;
4766
4537
  var placement = data.placement,
4767
- _data$offsets4 = data.offsets,
4768
- popper = _data$offsets4.popper,
4769
- reference = _data$offsets4.reference;
4538
+ _data$offsets4 = data.offsets,
4539
+ popper = _data$offsets4.popper,
4540
+ reference = _data$offsets4.reference;
4770
4541
  var basePlacement = placement.split('-')[0];
4771
4542
  var offsets;
4772
4543
  if (isNumeric(+offset)) {
@@ -4798,8 +4569,8 @@
4798
4569
  var transformProp = getSupportedPropertyName('transform');
4799
4570
  var popperStyles = data.instance.popper.style;
4800
4571
  var top = popperStyles.top,
4801
- left = popperStyles.left,
4802
- transform = popperStyles[transformProp];
4572
+ left = popperStyles.left,
4573
+ transform = popperStyles[transformProp];
4803
4574
  popperStyles.top = '';
4804
4575
  popperStyles.left = '';
4805
4576
  popperStyles[transformProp] = '';
@@ -4840,8 +4611,8 @@
4840
4611
  var shiftvariation = placement.split('-')[1];
4841
4612
  if (shiftvariation) {
4842
4613
  var _data$offsets5 = data.offsets,
4843
- reference = _data$offsets5.reference,
4844
- popper = _data$offsets5.popper;
4614
+ reference = _data$offsets5.reference,
4615
+ popper = _data$offsets5.popper;
4845
4616
  var isVertical = ['bottom', 'top'].indexOf(basePlacement) !== -1;
4846
4617
  var side = isVertical ? 'left' : 'top';
4847
4618
  var measurement = isVertical ? 'width' : 'height';
@@ -4880,8 +4651,8 @@
4880
4651
  var placement = data.placement;
4881
4652
  var basePlacement = placement.split('-')[0];
4882
4653
  var _data$offsets6 = data.offsets,
4883
- popper = _data$offsets6.popper,
4884
- reference = _data$offsets6.reference;
4654
+ popper = _data$offsets6.popper,
4655
+ reference = _data$offsets6.reference;
4885
4656
  var isHoriz = ['left', 'right'].indexOf(basePlacement) !== -1;
4886
4657
  var subtractLength = ['top', 'left'].indexOf(basePlacement) === -1;
4887
4658
  popper[isHoriz ? 'left' : 'top'] = reference[basePlacement] - (subtractLength ? popper[isHoriz ? 'width' : 'height'] : 0);
@@ -5055,7 +4826,7 @@
5055
4826
  var isIOS = isBrowser$1 && /iPhone|iPad|iPod/.test(navigator.platform) && !window.MSStream;
5056
4827
  var defaultProps = {
5057
4828
  a11y: true,
5058
- allowHTML: true,
4829
+ allowHTML: false,
5059
4830
  animateFill: true,
5060
4831
  animation: 'shift-away',
5061
4832
  appendTo: function appendTo() {
@@ -5174,7 +4945,7 @@
5174
4945
  }
5175
4946
  function onWindowBlur() {
5176
4947
  var _document = document,
5177
- activeElement = _document.activeElement;
4948
+ activeElement = _document.activeElement;
5178
4949
  if (activeElement && activeElement.blur && activeElement._tippy) {
5179
4950
  activeElement.blur();
5180
4951
  }
@@ -5460,10 +5231,10 @@
5460
5231
  }
5461
5232
  function updatePopperElement(popper, prevProps, nextProps) {
5462
5233
  var _getChildren = getChildren(popper),
5463
- tooltip = _getChildren.tooltip,
5464
- content = _getChildren.content,
5465
- backdrop = _getChildren.backdrop,
5466
- arrow = _getChildren.arrow;
5234
+ tooltip = _getChildren.tooltip,
5235
+ content = _getChildren.content,
5236
+ backdrop = _getChildren.backdrop,
5237
+ arrow = _getChildren.arrow;
5467
5238
  popper.style.zIndex = '' + nextProps.zIndex;
5468
5239
  tooltip.setAttribute('data-size', nextProps.size);
5469
5240
  tooltip.setAttribute('data-animation', nextProps.animation);
@@ -5508,8 +5279,8 @@
5508
5279
  }
5509
5280
  function hideAll() {
5510
5281
  var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},
5511
- excludedReferenceOrInstance = _ref.exclude,
5512
- duration = _ref.duration;
5282
+ excludedReferenceOrInstance = _ref.exclude,
5283
+ duration = _ref.duration;
5513
5284
  arrayFrom(document.querySelectorAll(POPPER_SELECTOR)).forEach(function (popper) {
5514
5285
  var instance = popper._tippy;
5515
5286
  if (instance) {
@@ -5528,9 +5299,9 @@
5528
5299
  return true;
5529
5300
  }
5530
5301
  var x = event.clientX,
5531
- y = event.clientY;
5302
+ y = event.clientY;
5532
5303
  var interactiveBorder = props.interactiveBorder,
5533
- distance = props.distance;
5304
+ distance = props.distance;
5534
5305
  var exceedsTop = popperRect.top - y > (popperPlacement === 'top' ? interactiveBorder + distance : interactiveBorder);
5535
5306
  var exceedsBottom = y - popperRect.bottom > (popperPlacement === 'bottom' ? interactiveBorder + distance : interactiveBorder);
5536
5307
  var exceedsLeft = popperRect.left - x > (popperPlacement === 'left' ? interactiveBorder + distance : interactiveBorder);
@@ -5724,16 +5495,16 @@
5724
5495
  function removeTriggersFromReference() {
5725
5496
  listeners.forEach(function (_ref) {
5726
5497
  var eventType = _ref.eventType,
5727
- handler = _ref.handler,
5728
- options = _ref.options;
5498
+ handler = _ref.handler,
5499
+ options = _ref.options;
5729
5500
  getEventListenersTarget().removeEventListener(eventType, handler, options);
5730
5501
  });
5731
5502
  listeners = [];
5732
5503
  }
5733
5504
  function positionVirtualReferenceNearCursor(event) {
5734
5505
  var _lastMouseMoveEvent = lastMouseMoveEvent = event,
5735
- x = _lastMouseMoveEvent.clientX,
5736
- y = _lastMouseMoveEvent.clientY;
5506
+ x = _lastMouseMoveEvent.clientX,
5507
+ y = _lastMouseMoveEvent.clientY;
5737
5508
  if (!currentComputedPadding) {
5738
5509
  return;
5739
5510
  }
@@ -5864,8 +5635,8 @@
5864
5635
  function createPopperInstance() {
5865
5636
  var popperOptions = instance.props.popperOptions;
5866
5637
  var _instance$popperChild = instance.popperChildren,
5867
- tooltip = _instance$popperChild.tooltip,
5868
- arrow = _instance$popperChild.arrow;
5638
+ tooltip = _instance$popperChild.tooltip,
5639
+ arrow = _instance$popperChild.arrow;
5869
5640
  var preventOverflowModifier = getModifier(popperOptions, 'preventOverflow');
5870
5641
  function applyMutations(data) {
5871
5642
  if (instance.props.flip && !instance.props.flipOnUpdate) {
@@ -6192,10 +5963,10 @@
6192
5963
  }
6193
5964
  function group(instances) {
6194
5965
  var _ref = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {},
6195
- _ref$delay = _ref.delay,
6196
- delay = _ref$delay === void 0 ? instances[0].props.delay : _ref$delay,
6197
- _ref$duration = _ref.duration,
6198
- duration = _ref$duration === void 0 ? 0 : _ref$duration;
5966
+ _ref$delay = _ref.delay,
5967
+ delay = _ref$delay === void 0 ? instances[0].props.delay : _ref$delay,
5968
+ _ref$duration = _ref.duration,
5969
+ duration = _ref$duration === void 0 ? 0 : _ref$duration;
6199
5970
  var isAnyTippyOpen = false;
6200
5971
  instances.forEach(function (instance) {
6201
5972
  if (instance._originalProps) {
@@ -6387,8 +6158,8 @@
6387
6158
  },
6388
6159
  update: function update(el, binding) {
6389
6160
  var _el$_bk_overflow_tips = el._bk_overflow_tips_,
6390
- props = _el$_bk_overflow_tips.props,
6391
- instance = _el$_bk_overflow_tips.instance;
6161
+ props = _el$_bk_overflow_tips.props,
6162
+ instance = _el$_bk_overflow_tips.instance;
6392
6163
  var customProps = _typeof(binding.value) === 'object' ? binding.value : {};
6393
6164
  _extends(props, customProps);
6394
6165
  setupOnShow(props, customProps);
@@ -6561,9 +6332,9 @@
6561
6332
  },
6562
6333
  handleClick: function handleClick() {
6563
6334
  var _this = this;
6564
- return _asyncToGenerator( regenerator.mark(function _callee() {
6335
+ return _asyncToGenerator( _regeneratorRuntime().mark(function _callee() {
6565
6336
  var shouldChange, oldValue, newValue, groupValue;
6566
- return regenerator.wrap(function _callee$(_context) {
6337
+ return _regeneratorRuntime().wrap(function _callee$(_context) {
6567
6338
  while (1) {
6568
6339
  switch (_context.prev = _context.next) {
6569
6340
  case 0:
@@ -6673,14 +6444,10 @@
6673
6444
  /* script */
6674
6445
  var __vue_script__ = script;
6675
6446
  /* template */
6676
-
6677
6447
  var __vue_render__ = function __vue_render__() {
6678
6448
  var _vm = this;
6679
-
6680
6449
  var _h = _vm.$createElement;
6681
-
6682
6450
  var _c = _vm._self._c || _h;
6683
-
6684
6451
  return _c('label', {
6685
6452
  staticClass: "bk-form-checkbox",
6686
6453
  class: [{
@@ -6691,12 +6458,11 @@
6691
6458
  on: {
6692
6459
  "click": _vm.handleClick,
6693
6460
  "keydown": function keydown($event) {
6694
- if (!('button' in $event) && _vm._k($event.keyCode, "enter", 13, $event.key, "Enter")) {
6461
+ if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "enter", 13, $event.key, "Enter")) {
6695
6462
  return null;
6696
6463
  }
6697
-
6698
6464
  $event.preventDefault();
6699
- return _vm.handleClick($event);
6465
+ return _vm.handleClick.apply(null, arguments);
6700
6466
  }
6701
6467
  }
6702
6468
  }, [_c('span', {
@@ -6716,19 +6482,15 @@
6716
6482
  staticClass: "bk-checkbox-text"
6717
6483
  }, [_vm._t("default")], 2) : _vm._e()]);
6718
6484
  };
6719
-
6720
6485
  var __vue_staticRenderFns__ = [];
6721
- /* style */
6722
6486
 
6487
+ /* style */
6723
6488
  var __vue_inject_styles__ = undefined;
6724
6489
  /* scoped */
6725
-
6726
6490
  var __vue_scope_id__ = undefined;
6727
6491
  /* module identifier */
6728
-
6729
6492
  var __vue_module_identifier__ = undefined;
6730
6493
  /* functional template */
6731
-
6732
6494
  var __vue_is_functional_template__ = false;
6733
6495
  /* style inject */
6734
6496
 
@@ -6898,8 +6660,8 @@
6898
6660
  "attrs": _this.getRowAttributes(row, $index)
6899
6661
  }]), [_this._l(_this.columns, function (column, cellIndex) {
6900
6662
  var _this$getSpan = _this.getSpan(row, column, $index, cellIndex),
6901
- rowspan = _this$getSpan.rowspan,
6902
- colspan = _this$getSpan.colspan;
6663
+ rowspan = _this$getSpan.rowspan,
6664
+ colspan = _this$getSpan.colspan;
6903
6665
  if (!rowspan || !colspan || column.type === 'setting') {
6904
6666
  return '';
6905
6667
  } else {
@@ -7245,9 +7007,9 @@
7245
7007
  },
7246
7008
  handleExpandClick: function handleExpandClick(data) {
7247
7009
  var _this2 = this;
7248
- return _asyncToGenerator( regenerator.mark(function _callee() {
7010
+ return _asyncToGenerator( _regeneratorRuntime().mark(function _callee() {
7249
7011
  var row, event, column, result;
7250
- return regenerator.wrap(function _callee$(_context) {
7012
+ return _regeneratorRuntime().wrap(function _callee$(_context) {
7251
7013
  while (1) {
7252
7014
  switch (_context.prev = _context.next) {
7253
7015
  case 0:
@@ -7392,8 +7154,8 @@
7392
7154
  this.showModalMask(lastInsZindex);
7393
7155
  }
7394
7156
  var beforeHide = options.beforeHide,
7395
- zIndex = options.zIndex,
7396
- ignoreExistMask = options.ignoreExistMask;
7157
+ zIndex = options.zIndex,
7158
+ ignoreExistMask = options.ignoreExistMask;
7397
7159
  this.instances.push({
7398
7160
  uid: uid,
7399
7161
  ins: instance,
@@ -7709,20 +7471,18 @@
7709
7471
  /* script */
7710
7472
  var __vue_script__$1 = script$1;
7711
7473
  /* template */
7712
-
7713
7474
  var __vue_render__$1 = function __vue_render__() {
7714
7475
  var _vm = this;
7715
-
7716
7476
  var _h = _vm.$createElement;
7717
-
7718
7477
  var _c = _vm._self._c || _h;
7719
-
7720
7478
  return _c('div', {
7721
7479
  staticClass: "bk-tooltip"
7722
7480
  }, [_c('div', {
7723
7481
  ref: "html",
7724
7482
  staticClass: "bk-tooltip-content"
7725
- }, [_vm._t("content", [_vm._v(_vm._s(_vm.content))])], 2), _c('div', {
7483
+ }, [_vm._t("content", function () {
7484
+ return [_vm._v(_vm._s(_vm.content))];
7485
+ })], 2), _c('div', {
7726
7486
  ref: "reference",
7727
7487
  staticClass: "bk-tooltip-ref",
7728
7488
  attrs: {
@@ -7730,19 +7490,15 @@
7730
7490
  }
7731
7491
  }, [_vm._t("default")], 2)]);
7732
7492
  };
7733
-
7734
7493
  var __vue_staticRenderFns__$1 = [];
7735
- /* style */
7736
7494
 
7495
+ /* style */
7737
7496
  var __vue_inject_styles__$1 = undefined;
7738
7497
  /* scoped */
7739
-
7740
7498
  var __vue_scope_id__$1 = undefined;
7741
7499
  /* module identifier */
7742
-
7743
7500
  var __vue_module_identifier__$1 = undefined;
7744
7501
  /* functional template */
7745
-
7746
7502
  var __vue_is_functional_template__$1 = false;
7747
7503
  /* style inject */
7748
7504
 
@@ -7842,15 +7598,12 @@
7842
7598
 
7843
7599
  /* script */
7844
7600
  var __vue_script__$2 = script$2;
7845
- /* template */
7846
7601
 
7602
+ /* template */
7847
7603
  var __vue_render__$2 = function __vue_render__() {
7848
7604
  var _vm = this;
7849
-
7850
7605
  var _h = _vm.$createElement;
7851
-
7852
7606
  var _c = _vm._self._c || _h;
7853
-
7854
7607
  return _c('div', {
7855
7608
  staticClass: "bk-form-control",
7856
7609
  attrs: {
@@ -7858,19 +7611,15 @@
7858
7611
  }
7859
7612
  }, [_vm._t("default")], 2);
7860
7613
  };
7861
-
7862
7614
  var __vue_staticRenderFns__$2 = [];
7863
- /* style */
7864
7615
 
7616
+ /* style */
7865
7617
  var __vue_inject_styles__$2 = undefined;
7866
7618
  /* scoped */
7867
-
7868
7619
  var __vue_scope_id__$2 = undefined;
7869
7620
  /* module identifier */
7870
-
7871
7621
  var __vue_module_identifier__$2 = undefined;
7872
7622
  /* functional template */
7873
-
7874
7623
  var __vue_is_functional_template__$2 = false;
7875
7624
  /* style inject */
7876
7625
 
@@ -7921,14 +7670,10 @@
7921
7670
  /* script */
7922
7671
  var __vue_script__$3 = script$3;
7923
7672
  /* template */
7924
-
7925
7673
  var __vue_render__$3 = function __vue_render__() {
7926
7674
  var _vm = this;
7927
-
7928
7675
  var _h = _vm.$createElement;
7929
-
7930
7676
  var _c = _vm._self._c || _h;
7931
-
7932
7677
  return _c('a', _vm._b({
7933
7678
  class: ['bk-link', "is-" + _vm.theme, _vm.disabled && 'is-disabled', _vm.underline && !_vm.disabled && 'has-underline'],
7934
7679
  attrs: {
@@ -7945,19 +7690,15 @@
7945
7690
  class: ['bk-link-icon is-right', _vm.icon]
7946
7691
  }) : _vm._e()]);
7947
7692
  };
7948
-
7949
7693
  var __vue_staticRenderFns__$3 = [];
7950
- /* style */
7951
7694
 
7695
+ /* style */
7952
7696
  var __vue_inject_styles__$3 = undefined;
7953
7697
  /* scoped */
7954
-
7955
7698
  var __vue_scope_id__$3 = undefined;
7956
7699
  /* module identifier */
7957
-
7958
7700
  var __vue_module_identifier__$3 = undefined;
7959
7701
  /* functional template */
7960
-
7961
7702
  var __vue_is_functional_template__$3 = false;
7962
7703
  /* style inject */
7963
7704
 
@@ -8071,15 +7812,12 @@
8071
7812
 
8072
7813
  /* script */
8073
7814
  var __vue_script__$4 = script$4;
8074
- /* template */
8075
7815
 
7816
+ /* template */
8076
7817
  var __vue_render__$4 = function __vue_render__() {
8077
7818
  var _vm = this;
8078
-
8079
7819
  var _h = _vm.$createElement;
8080
-
8081
7820
  var _c = _vm._self._c || _h;
8082
-
8083
7821
  return _c('div', {
8084
7822
  staticClass: "bk-table-filter-panel",
8085
7823
  class: {
@@ -8112,11 +7850,10 @@
8112
7850
  if ($event.target.composing) {
8113
7851
  return;
8114
7852
  }
8115
-
8116
7853
  _vm.keyword = $event.target.value.trim();
8117
7854
  },
8118
7855
  "blur": function blur($event) {
8119
- _vm.$forceUpdate();
7856
+ return _vm.$forceUpdate();
8120
7857
  }
8121
7858
  }
8122
7859
  })]) : _vm._e(), _vm.multiple ? [_c('bk-checkbox-group', {
@@ -8201,7 +7938,7 @@
8201
7938
  },
8202
7939
  on: {
8203
7940
  "click": function click($event) {
8204
- _vm.handleSelect(filter);
7941
+ return _vm.handleSelect(filter);
8205
7942
  }
8206
7943
  }
8207
7944
  }, [_vm._v("\n " + _vm._s(filter.text) + "\n ")]);
@@ -8209,19 +7946,15 @@
8209
7946
  staticClass: "panel-empty"
8210
7947
  }, [_vm._v(_vm._s(_vm.t('bk.table.filter.empty')))]) : _vm._e()], 2);
8211
7948
  };
8212
-
8213
7949
  var __vue_staticRenderFns__$4 = [];
8214
- /* style */
8215
7950
 
7951
+ /* style */
8216
7952
  var __vue_inject_styles__$4 = undefined;
8217
7953
  /* scoped */
8218
-
8219
7954
  var __vue_scope_id__$4 = undefined;
8220
7955
  /* module identifier */
8221
-
8222
7956
  var __vue_module_identifier__$4 = undefined;
8223
7957
  /* functional template */
8224
-
8225
7958
  var __vue_is_functional_template__$4 = false;
8226
7959
  /* style inject */
8227
7960
 
@@ -8459,8 +8192,8 @@
8459
8192
  },
8460
8193
  mounted: function mounted() {
8461
8194
  var _this$defaultSort = this.defaultSort,
8462
- prop = _this$defaultSort.prop,
8463
- order = _this$defaultSort.order;
8195
+ prop = _this$defaultSort.prop,
8196
+ order = _this$defaultSort.order;
8464
8197
  this.store.commit('sort', {
8465
8198
  prop: prop,
8466
8199
  order: order
@@ -8651,8 +8384,8 @@
8651
8384
  var handleMouseUp = function handleMouseUp() {
8652
8385
  if (_this2.dragging) {
8653
8386
  var _this2$dragState = _this2.dragState,
8654
- startColumnLeft = _this2$dragState.startColumnLeft,
8655
- startLeft = _this2$dragState.startLeft;
8387
+ startColumnLeft = _this2$dragState.startColumnLeft,
8388
+ startLeft = _this2$dragState.startLeft;
8656
8389
  var finalLeft = _parseInt$2(resizeProxy.style.left, 10);
8657
8390
  var columnWidth = finalLeft - startColumnLeft;
8658
8391
  column.width = column.realWidth = columnWidth;
@@ -8706,7 +8439,7 @@
8706
8439
  },
8707
8440
  toggleOrder: function toggleOrder(_ref) {
8708
8441
  var order = _ref.order,
8709
- sortOrders = _ref.sortOrders;
8442
+ sortOrders = _ref.sortOrders;
8710
8443
  if (order === '') return sortOrders[0];
8711
8444
  var index = sortOrders.indexOf(order || null);
8712
8445
  return sortOrders[index > sortOrders.length - 2 ? 0 : index + 1];
@@ -8953,15 +8686,12 @@
8953
8686
 
8954
8687
  /* script */
8955
8688
  var __vue_script__$5 = script$5;
8956
- /* template */
8957
8689
 
8690
+ /* template */
8958
8691
  var __vue_render__$5 = function __vue_render__() {
8959
8692
  var _vm = this;
8960
-
8961
8693
  var _h = _vm.$createElement;
8962
-
8963
8694
  var _c = _vm._self._c || _h;
8964
-
8965
8695
  return _c('li', {
8966
8696
  staticClass: "bk-option",
8967
8697
  class: {
@@ -8976,19 +8706,15 @@
8976
8706
  staticClass: "bk-option-name"
8977
8707
  }, [_vm._v("\n " + _vm._s(_vm.t('bk.select.selectAll')) + "\n "), _vm.isAllSelected ? [_vm._v("\n " + _vm._s("(" + _vm.select.selectedOptions.length + ")") + "\n ")] : _vm._e()], 2)])]);
8978
8708
  };
8979
-
8980
8709
  var __vue_staticRenderFns__$5 = [];
8981
- /* style */
8982
8710
 
8711
+ /* style */
8983
8712
  var __vue_inject_styles__$5 = undefined;
8984
8713
  /* scoped */
8985
-
8986
8714
  var __vue_scope_id__$5 = undefined;
8987
8715
  /* module identifier */
8988
-
8989
8716
  var __vue_module_identifier__$5 = undefined;
8990
8717
  /* functional template */
8991
-
8992
8718
  var __vue_is_functional_template__$5 = false;
8993
8719
  /* style inject */
8994
8720
 
@@ -9089,14 +8815,10 @@
9089
8815
  /* script */
9090
8816
  var __vue_script__$6 = script$6;
9091
8817
  /* template */
9092
-
9093
8818
  var __vue_render__$6 = function __vue_render__() {
9094
8819
  var _vm = this;
9095
-
9096
8820
  var _h = _vm.$createElement;
9097
-
9098
8821
  var _c = _vm._self._c || _h;
9099
-
9100
8822
  return _c('transition', {
9101
8823
  attrs: {
9102
8824
  "name": "fade",
@@ -9151,21 +8873,19 @@
9151
8873
  staticClass: "point point4"
9152
8874
  })]], 2), _c('div', {
9153
8875
  staticClass: "bk-loading-title"
9154
- }, [_vm._t("default", [_vm._v(_vm._s(_vm.title))])], 2)])])]);
8876
+ }, [_vm._t("default", function () {
8877
+ return [_vm._v(_vm._s(_vm.title))];
8878
+ })], 2)])])]);
9155
8879
  };
9156
-
9157
8880
  var __vue_staticRenderFns__$6 = [];
9158
- /* style */
9159
8881
 
8882
+ /* style */
9160
8883
  var __vue_inject_styles__$6 = undefined;
9161
8884
  /* scoped */
9162
-
9163
8885
  var __vue_scope_id__$6 = undefined;
9164
8886
  /* module identifier */
9165
-
9166
8887
  var __vue_module_identifier__$6 = undefined;
9167
8888
  /* functional template */
9168
-
9169
8889
  var __vue_is_functional_template__$6 = false;
9170
8890
  /* style inject */
9171
8891
 
@@ -9344,15 +9064,12 @@
9344
9064
 
9345
9065
  /* script */
9346
9066
  var __vue_script__$7 = script$7;
9347
- /* template */
9348
9067
 
9068
+ /* template */
9349
9069
  var __vue_render__$7 = function __vue_render__() {
9350
9070
  var _vm = this;
9351
-
9352
9071
  var _h = _vm.$createElement;
9353
-
9354
9072
  var _c = _vm._self._c || _h;
9355
-
9356
9073
  return _c('div', {
9357
9074
  staticClass: "bk-select-tag-container",
9358
9075
  class: {
@@ -9376,25 +9093,21 @@
9376
9093
  staticClass: "bk-icon icon-close",
9377
9094
  on: {
9378
9095
  "click": function click($event) {
9379
- _vm.handleRemoveSelected($event, option);
9096
+ return _vm.handleRemoveSelected($event, option);
9380
9097
  }
9381
9098
  }
9382
9099
  })]);
9383
9100
  }), 0);
9384
9101
  };
9385
-
9386
9102
  var __vue_staticRenderFns__$7 = [];
9387
- /* style */
9388
9103
 
9104
+ /* style */
9389
9105
  var __vue_inject_styles__$7 = undefined;
9390
9106
  /* scoped */
9391
-
9392
9107
  var __vue_scope_id__$7 = undefined;
9393
9108
  /* module identifier */
9394
-
9395
9109
  var __vue_module_identifier__$7 = undefined;
9396
9110
  /* functional template */
9397
-
9398
9111
  var __vue_is_functional_template__$7 = false;
9399
9112
  /* style inject */
9400
9113
 
@@ -9800,13 +9513,13 @@
9800
9513
  },
9801
9514
  calcList: function calcList(_ref) {
9802
9515
  var totalScrollHeight = _ref.totalScrollHeight,
9803
- itemHeight = _ref.itemHeight,
9804
- itemNumber = _ref.itemNumber,
9805
- canvasHeight = _ref.canvasHeight,
9806
- minMapTop = _ref.minMapTop,
9807
- totalHeight = _ref.totalHeight,
9808
- mapHeight = _ref.mapHeight,
9809
- isResize = _ref.isResize;
9516
+ itemHeight = _ref.itemHeight,
9517
+ itemNumber = _ref.itemNumber,
9518
+ canvasHeight = _ref.canvasHeight,
9519
+ minMapTop = _ref.minMapTop,
9520
+ totalHeight = _ref.totalHeight,
9521
+ mapHeight = _ref.mapHeight,
9522
+ isResize = _ref.isResize;
9810
9523
  var realHeight = mapHeight === canvasHeight / 8 ? 0 : minMapTop / (mapHeight - canvasHeight / 8) * (totalHeight - canvasHeight);
9811
9524
  var startIndex = Math.floor(realHeight / itemHeight);
9812
9525
  var endIndex = startIndex + itemNumber;
@@ -9883,9 +9596,9 @@
9883
9596
  },
9884
9597
  getNumberChangeList: function getNumberChangeList(_ref2) {
9885
9598
  var oldNumber = _ref2.oldNumber,
9886
- oldItemNumber = _ref2.oldItemNumber,
9887
- oldMapHeight = _ref2.oldMapHeight,
9888
- oldVisHeight = _ref2.oldVisHeight;
9599
+ oldItemNumber = _ref2.oldItemNumber,
9600
+ oldMapHeight = _ref2.oldMapHeight,
9601
+ oldVisHeight = _ref2.oldVisHeight;
9889
9602
  var minMapTop = this.minMapTop * (oldNumber - oldItemNumber) / (oldMapHeight - oldVisHeight / 8 || 1) / (this.totalNumber - this.itemNumber || 1) * (this.mapHeight - this.visHeight / 8);
9890
9603
  var totalScrollHeight = minMapTop / (this.mapHeight - this.visHeight / 8 || 1) * (this.totalHeight - this.visHeight);
9891
9604
  if (minMapTop <= 0 || this.navHeight >= this.visHeight) {
@@ -9972,14 +9685,10 @@
9972
9685
  /* script */
9973
9686
  var __vue_script__$8 = script$8;
9974
9687
  /* template */
9975
-
9976
9688
  var __vue_render__$8 = function __vue_render__() {
9977
9689
  var _vm = this;
9978
-
9979
9690
  var _h = _vm.$createElement;
9980
-
9981
9691
  var _c = _vm._self._c || _h;
9982
-
9983
9692
  return _c('section', {
9984
9693
  ref: "scrollHome",
9985
9694
  staticClass: "bk-scroll-home",
@@ -9998,8 +9707,10 @@
9998
9707
  key: index,
9999
9708
  staticClass: "bk-scroll-item",
10000
9709
  style: "height: " + _vm.itemHeight + "px; top: " + item.top + "px"
10001
- }, [_vm._t("index", [_vm._v(_vm._s(item.value))], {
10002
- data: item.value
9710
+ }, [_vm._t("index", function () {
9711
+ return [_vm._v(_vm._s(item.value))];
9712
+ }, {
9713
+ "data": item.value
10003
9714
  })], 2);
10004
9715
  }), 0) : _vm._e(), _c('ul', {
10005
9716
  ref: "scrollMain",
@@ -10011,7 +9722,7 @@
10011
9722
  staticClass: "bk-scroll-item",
10012
9723
  style: "height: " + _vm.itemHeight + "px; top: " + item.top + "px; left: " + -_vm.bottomScrollDis * (_vm.itemWidth - _vm.mainWidth) / (_vm.mainWidth - _vm.bottomScrollWidth) + "px;"
10013
9724
  }, [_vm._t("default", null, {
10014
- data: item.value
9725
+ "data": item.value
10015
9726
  })], 2);
10016
9727
  }), 0)]), _c('canvas', {
10017
9728
  ref: "minNav",
@@ -10023,7 +9734,7 @@
10023
9734
  style: "height: " + _vm.navHeight + "px; top: " + _vm.minNavTop + "px",
10024
9735
  on: {
10025
9736
  "mousedown": function mousedown($event) {
10026
- _vm.startNavMove(_vm.visHeight - _vm.navHeight);
9737
+ return _vm.startNavMove(_vm.visHeight - _vm.navHeight);
10027
9738
  }
10028
9739
  }
10029
9740
  }) : _vm._e(), _vm.bottomScrollWidth < _vm.mainWidth ? _c('span', {
@@ -10034,19 +9745,15 @@
10034
9745
  }
10035
9746
  }) : _vm._e()]);
10036
9747
  };
10037
-
10038
9748
  var __vue_staticRenderFns__$8 = [];
10039
- /* style */
10040
9749
 
9750
+ /* style */
10041
9751
  var __vue_inject_styles__$8 = undefined;
10042
9752
  /* scoped */
10043
-
10044
9753
  var __vue_scope_id__$8 = undefined;
10045
9754
  /* module identifier */
10046
-
10047
9755
  var __vue_module_identifier__$8 = undefined;
10048
9756
  /* functional template */
10049
-
10050
9757
  var __vue_is_functional_template__$8 = false;
10051
9758
  /* style inject */
10052
9759
 
@@ -10124,15 +9831,12 @@
10124
9831
 
10125
9832
  /* script */
10126
9833
  var __vue_script__$9 = script$9;
10127
- /* template */
10128
9834
 
9835
+ /* template */
10129
9836
  var __vue_render__$9 = function __vue_render__() {
10130
9837
  var _vm = this;
10131
-
10132
9838
  var _h = _vm.$createElement;
10133
-
10134
9839
  var _c = _vm._self._c || _h;
10135
-
10136
9840
  return _c('li', {
10137
9841
  directives: [{
10138
9842
  name: "show",
@@ -10151,31 +9855,29 @@
10151
9855
  }
10152
9856
  }, [_c('div', {
10153
9857
  staticClass: "bk-option-content"
10154
- }, [_vm._t("default", [_c('div', {
10155
- staticClass: "bk-option-content-default",
10156
- attrs: {
10157
- "title": _vm.name
10158
- }
10159
- }, [_vm.select.multiple && _vm.isSelected ? _c('i', {
10160
- staticClass: "bk-option-icon bk-icon icon-check-1"
10161
- }) : _vm._e(), _c('span', {
10162
- staticClass: "bk-option-name",
10163
- class: _vm.select.fontSizeCls
10164
- }, [_vm._v("\n " + _vm._s(_vm.name) + "\n ")])])])], 2)]);
9858
+ }, [_vm._t("default", function () {
9859
+ return [_c('div', {
9860
+ staticClass: "bk-option-content-default",
9861
+ attrs: {
9862
+ "title": _vm.name
9863
+ }
9864
+ }, [_vm.select.multiple && _vm.isSelected ? _c('i', {
9865
+ staticClass: "bk-option-icon bk-icon icon-check-1"
9866
+ }) : _vm._e(), _c('span', {
9867
+ staticClass: "bk-option-name",
9868
+ class: _vm.select.fontSizeCls
9869
+ }, [_vm._v("\n " + _vm._s(_vm.name) + "\n ")])])];
9870
+ })], 2)]);
10165
9871
  };
10166
-
10167
9872
  var __vue_staticRenderFns__$9 = [];
10168
- /* style */
10169
9873
 
9874
+ /* style */
10170
9875
  var __vue_inject_styles__$9 = undefined;
10171
9876
  /* scoped */
10172
-
10173
9877
  var __vue_scope_id__$9 = undefined;
10174
9878
  /* module identifier */
10175
-
10176
9879
  var __vue_module_identifier__$9 = undefined;
10177
9880
  /* functional template */
10178
-
10179
9881
  var __vue_is_functional_template__$9 = false;
10180
9882
  /* style inject */
10181
9883
 
@@ -10693,8 +10395,8 @@
10693
10395
  },
10694
10396
  remoteSearch: function remoteSearch() {
10695
10397
  var _this11 = this;
10696
- return _asyncToGenerator( regenerator.mark(function _callee() {
10697
- return regenerator.wrap(function _callee$(_context) {
10398
+ return _asyncToGenerator( _regeneratorRuntime().mark(function _callee() {
10399
+ return _regeneratorRuntime().wrap(function _callee$(_context) {
10698
10400
  while (1) {
10699
10401
  switch (_context.prev = _context.next) {
10700
10402
  case 0:
@@ -10750,14 +10452,10 @@
10750
10452
 
10751
10453
  /* script */
10752
10454
  var __vue_script__$a = script$a;
10753
-
10754
10455
  var __vue_render__$a = function __vue_render__() {
10755
10456
  var _vm = this;
10756
-
10757
10457
  var _h = _vm.$createElement;
10758
-
10759
10458
  var _c = _vm._self._c || _h;
10760
-
10761
10459
  return _c('div', {
10762
10460
  ref: "bkSelect",
10763
10461
  staticClass: "bk-select",
@@ -10777,26 +10475,23 @@
10777
10475
  },
10778
10476
  on: {
10779
10477
  "keydown": [function ($event) {
10780
- if (!('button' in $event) && _vm._k($event.keyCode, "enter", 13, $event.key, "Enter")) {
10478
+ if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "enter", 13, $event.key, "Enter")) {
10781
10479
  return null;
10782
10480
  }
10783
-
10784
10481
  $event.preventDefault();
10785
- return _vm.show($event);
10482
+ return _vm.show.apply(null, arguments);
10786
10483
  }, function ($event) {
10787
- if (!('button' in $event) && _vm._k($event.keyCode, "tab", 9, $event.key, "Tab")) {
10484
+ if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "tab", 9, $event.key, "Tab")) {
10788
10485
  return null;
10789
10486
  }
10790
-
10791
- return _vm.close($event);
10487
+ return _vm.close.apply(null, arguments);
10792
10488
  }, function ($event) {
10793
- if (!('button' in $event) && _vm._k($event.keyCode, "esc", 27, $event.key, ["Esc", "Escape"])) {
10489
+ if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "esc", 27, $event.key, ["Esc", "Escape"])) {
10794
10490
  return null;
10795
10491
  }
10796
-
10797
10492
  $event.stopPropagation();
10798
10493
  $event.preventDefault();
10799
- return _vm.close($event);
10494
+ return _vm.close.apply(null, arguments);
10800
10495
  }]
10801
10496
  }
10802
10497
  }, [!_vm.$scopedSlots.trigger ? [_vm.loading ? [_c('img', {
@@ -10810,7 +10505,7 @@
10810
10505
  "click": function click($event) {
10811
10506
  $event.preventDefault();
10812
10507
  $event.stopPropagation();
10813
- return _vm.reset($event);
10508
+ return _vm.reset.apply(null, arguments);
10814
10509
  }
10815
10510
  }
10816
10511
  }) : _vm._e(), _c('i', {
@@ -10831,17 +10526,19 @@
10831
10526
  }
10832
10527
  }, [_vm.prefixIcon ? _c('i', {
10833
10528
  class: ['bk-select-prefix-icon', _vm.prefixIcon]
10834
- }) : _vm._e(), _vm._t("trigger", [_vm.multiple && _vm.displayTag ? _c('bk-select-tag', {
10835
- attrs: {
10836
- "width-limit": _vm.isTagWidthLimit
10837
- }
10838
- }) : _c('div', {
10839
- staticClass: "bk-select-name",
10840
- class: _vm.fontSizeCls,
10841
- attrs: {
10842
- "title": _vm.selectedName
10843
- }
10844
- }, [_vm._v("\n " + _vm._s(_vm.selectedName) + "\n ")])], null, _vm.$props), _c('div', {
10529
+ }) : _vm._e(), _vm._t("trigger", function () {
10530
+ return [_vm.multiple && _vm.displayTag ? _c('bk-select-tag', {
10531
+ attrs: {
10532
+ "width-limit": _vm.isTagWidthLimit
10533
+ }
10534
+ }) : _c('div', {
10535
+ staticClass: "bk-select-name",
10536
+ class: _vm.fontSizeCls,
10537
+ attrs: {
10538
+ "title": _vm.selectedName
10539
+ }
10540
+ }, [_vm._v("\n " + _vm._s(_vm.selectedName) + "\n ")])];
10541
+ }, null, _vm.$props), _c('div', {
10845
10542
  staticClass: "bk-select-dropdown-content",
10846
10543
  class: [_vm.popoverCls, _vm.extPopoverCls],
10847
10544
  style: _vm.popoverStyle,
@@ -10872,25 +10569,22 @@
10872
10569
  },
10873
10570
  on: {
10874
10571
  "keydown": [function ($event) {
10875
- if (!('button' in $event) && _vm._k($event.keyCode, "tab", 9, $event.key, "Tab")) {
10572
+ if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "tab", 9, $event.key, "Tab")) {
10876
10573
  return null;
10877
10574
  }
10878
-
10879
- return _vm.handleClose($event);
10575
+ return _vm.handleClose.apply(null, arguments);
10880
10576
  }, function ($event) {
10881
- if (!('button' in $event) && _vm._k($event.keyCode, "esc", 27, $event.key, ["Esc", "Escape"])) {
10577
+ if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "esc", 27, $event.key, ["Esc", "Escape"])) {
10882
10578
  return null;
10883
10579
  }
10884
-
10885
10580
  $event.stopPropagation();
10886
10581
  $event.preventDefault();
10887
- return _vm.handleClose($event);
10582
+ return _vm.handleClose.apply(null, arguments);
10888
10583
  }],
10889
10584
  "input": function input($event) {
10890
10585
  if ($event.target.composing) {
10891
10586
  return;
10892
10587
  }
10893
-
10894
10588
  _vm.searchValue = $event.target.value;
10895
10589
  }
10896
10590
  }
@@ -10938,7 +10632,7 @@
10938
10632
  }
10939
10633
  })];
10940
10634
  }
10941
- }])
10635
+ }], null, false, 3329583054)
10942
10636
  }) : _vm._t("default")], 2)]), _vm.showEmpty ? [!_vm.options.length ? _c('div', {
10943
10637
  staticClass: "bk-select-empty",
10944
10638
  class: _vm.fontSizeCls
@@ -10950,19 +10644,15 @@
10950
10644
  class: _vm.fontSizeCls
10951
10645
  }, [_vm._t("extension")], 2) : _vm._e()], 2)], 2)], 2);
10952
10646
  };
10953
-
10954
10647
  var __vue_staticRenderFns__$a = [];
10955
- /* style */
10956
10648
 
10649
+ /* style */
10957
10650
  var __vue_inject_styles__$a = undefined;
10958
10651
  /* scoped */
10959
-
10960
10652
  var __vue_scope_id__$a = undefined;
10961
10653
  /* module identifier */
10962
-
10963
10654
  var __vue_module_identifier__$a = undefined;
10964
10655
  /* functional template */
10965
-
10966
10656
  var __vue_is_functional_template__$a = false;
10967
10657
  /* style inject */
10968
10658
 
@@ -10980,11 +10670,8 @@
10980
10670
  /* template */
10981
10671
  var __vue_render__$b = function __vue_render__() {
10982
10672
  var _vm = this;
10983
-
10984
10673
  var _h = _vm.$createElement;
10985
-
10986
10674
  var _c = _vm._self._c || _h;
10987
-
10988
10675
  return _c('div', {
10989
10676
  class: ['bk-page-selection-count', "bk-page-selection-count-" + _vm.$parent.realityLocation]
10990
10677
  }, [_vm.$parent.curLang === 'cn' ? [_vm._v("\n 已选择"), _c('span', {
@@ -10993,19 +10680,15 @@
10993
10680
  staticClass: "count"
10994
10681
  }, [_vm._v(_vm._s(_vm.$parent.selectionCount))]), _vm._v(" item(s) selected\n ")]], 2);
10995
10682
  };
10996
-
10997
10683
  var __vue_staticRenderFns__$b = [];
10998
- /* style */
10999
10684
 
10685
+ /* style */
11000
10686
  var __vue_inject_styles__$b = undefined;
11001
10687
  /* scoped */
11002
-
11003
10688
  var __vue_scope_id__$b = undefined;
11004
10689
  /* module identifier */
11005
-
11006
10690
  var __vue_module_identifier__$b = undefined;
11007
10691
  /* functional template */
11008
-
11009
10692
  var __vue_is_functional_template__$b = false;
11010
10693
  /* style inject */
11011
10694
 
@@ -11023,11 +10706,8 @@
11023
10706
  /* template */
11024
10707
  var __vue_render__$c = function __vue_render__() {
11025
10708
  var _vm = this;
11026
-
11027
10709
  var _h = _vm.$createElement;
11028
-
11029
10710
  var _c = _vm._self._c || _h;
11030
-
11031
10711
  return _vm.$parent.showTotalCount ? _c('div', {
11032
10712
  class: ['bk-page-total-count', "bk-page-total-count-" + _vm.$parent.realityLocation, {
11033
10713
  'bk-page-total-small': _vm.$parent.small
@@ -11038,19 +10718,15 @@
11038
10718
  staticClass: "stress"
11039
10719
  }, [_vm._v(_vm._s(_vm.$parent.count))]), _vm._v(" items\n ")]], 2) : _vm._e();
11040
10720
  };
11041
-
11042
10721
  var __vue_staticRenderFns__$c = [];
11043
- /* style */
11044
10722
 
10723
+ /* style */
11045
10724
  var __vue_inject_styles__$c = undefined;
11046
10725
  /* scoped */
11047
-
11048
10726
  var __vue_scope_id__$c = undefined;
11049
10727
  /* module identifier */
11050
-
11051
10728
  var __vue_module_identifier__$c = undefined;
11052
10729
  /* functional template */
11053
-
11054
10730
  var __vue_is_functional_template__$c = false;
11055
10731
  /* style inject */
11056
10732
 
@@ -11159,15 +10835,12 @@
11159
10835
 
11160
10836
  /* script */
11161
10837
  var __vue_script__$b = script$b;
11162
- /* template */
11163
10838
 
10839
+ /* template */
11164
10840
  var __vue_render__$d = function __vue_render__() {
11165
10841
  var _vm = this;
11166
-
11167
10842
  var _h = _vm.$createElement;
11168
-
11169
10843
  var _c = _vm._self._c || _h;
11170
-
11171
10844
  return _c('div', {
11172
10845
  staticClass: "bk-page-small-jump"
11173
10846
  }, [_c('div', {
@@ -11177,7 +10850,7 @@
11177
10850
  },
11178
10851
  on: {
11179
10852
  "click": function click($event) {
11180
- _vm.handleStep(-1);
10853
+ return _vm.handleStep(-1);
11181
10854
  }
11182
10855
  }
11183
10856
  }, [_c('i', {
@@ -11199,7 +10872,7 @@
11199
10872
  on: {
11200
10873
  "click": function click($event) {
11201
10874
  $event.preventDefault();
11202
- return _vm.showPopover($event);
10875
+ return _vm.showPopover.apply(null, arguments);
11203
10876
  }
11204
10877
  }
11205
10878
  }, [_c('span', {
@@ -11238,7 +10911,7 @@
11238
10911
  }],
11239
10912
  on: {
11240
10913
  "mousedown": function mousedown($event) {
11241
- _vm.handleChangePage(index);
10914
+ return _vm.handleChangePage(index);
11242
10915
  }
11243
10916
  }
11244
10917
  }, [_vm._v("\n " + _vm._s(index) + "\n ")]);
@@ -11249,26 +10922,22 @@
11249
10922
  },
11250
10923
  on: {
11251
10924
  "click": function click($event) {
11252
- _vm.handleStep(1);
10925
+ return _vm.handleStep(1);
11253
10926
  }
11254
10927
  }
11255
10928
  }, [_c('i', {
11256
10929
  staticClass: "bk-icon icon-right-shape"
11257
10930
  })])], 1);
11258
10931
  };
11259
-
11260
10932
  var __vue_staticRenderFns__$d = [];
11261
- /* style */
11262
10933
 
10934
+ /* style */
11263
10935
  var __vue_inject_styles__$d = undefined;
11264
10936
  /* scoped */
11265
-
11266
10937
  var __vue_scope_id__$d = undefined;
11267
10938
  /* module identifier */
11268
-
11269
10939
  var __vue_module_identifier__$d = undefined;
11270
10940
  /* functional template */
11271
-
11272
10941
  var __vue_is_functional_template__$d = false;
11273
10942
  /* style inject */
11274
10943
 
@@ -11497,14 +11166,10 @@
11497
11166
  /* script */
11498
11167
  var __vue_script__$c = script$c;
11499
11168
  /* template */
11500
-
11501
11169
  var __vue_render__$e = function __vue_render__() {
11502
11170
  var _vm = this;
11503
-
11504
11171
  var _h = _vm.$createElement;
11505
-
11506
11172
  var _c = _vm._self._c || _h;
11507
-
11508
11173
  return _vm.total > 0 ? _c('div', {
11509
11174
  class: ['bk-page', "bk-page-align-" + _vm.align, {
11510
11175
  'bk-page-compact': _vm.type === 'compact',
@@ -11581,7 +11246,7 @@
11581
11246
  staticClass: "page-item",
11582
11247
  on: {
11583
11248
  "click": function click($event) {
11584
- _vm.jumpToPage(1);
11249
+ return _vm.jumpToPage(1);
11585
11250
  }
11586
11251
  }
11587
11252
  }, [_c('a', {
@@ -11613,7 +11278,7 @@
11613
11278
  },
11614
11279
  on: {
11615
11280
  "click": function click($event) {
11616
- _vm.jumpToPage(item);
11281
+ return _vm.jumpToPage(item);
11617
11282
  }
11618
11283
  }
11619
11284
  }, [_c('a', {
@@ -11650,7 +11315,7 @@
11650
11315
  },
11651
11316
  on: {
11652
11317
  "click": function click($event) {
11653
- _vm.jumpToPage(_vm.total);
11318
+ return _vm.jumpToPage(_vm.total);
11654
11319
  }
11655
11320
  }
11656
11321
  }, [_c('a', {
@@ -11676,14 +11341,10 @@
11676
11341
  }
11677
11342
  })], 1) : _vm._e();
11678
11343
  };
11679
-
11680
11344
  var __vue_staticRenderFns__$e = [function () {
11681
11345
  var _vm = this;
11682
-
11683
11346
  var _h = _vm.$createElement;
11684
-
11685
11347
  var _c = _vm._self._c || _h;
11686
-
11687
11348
  return _c('a', {
11688
11349
  staticClass: "page-button",
11689
11350
  attrs: {
@@ -11694,11 +11355,8 @@
11694
11355
  })]);
11695
11356
  }, function () {
11696
11357
  var _vm = this;
11697
-
11698
11358
  var _h = _vm.$createElement;
11699
-
11700
11359
  var _c = _vm._self._c || _h;
11701
-
11702
11360
  return _c('a', {
11703
11361
  staticClass: "page-button",
11704
11362
  attrs: {
@@ -11708,17 +11366,14 @@
11708
11366
  staticClass: "bk-icon icon-angle-right"
11709
11367
  })]);
11710
11368
  }];
11711
- /* style */
11712
11369
 
11370
+ /* style */
11713
11371
  var __vue_inject_styles__$e = undefined;
11714
11372
  /* scoped */
11715
-
11716
11373
  var __vue_scope_id__$e = undefined;
11717
11374
  /* module identifier */
11718
-
11719
11375
  var __vue_module_identifier__$e = undefined;
11720
11376
  /* functional template */
11721
-
11722
11377
  var __vue_is_functional_template__$e = false;
11723
11378
  /* style inject */
11724
11379
 
@@ -11916,9 +11571,9 @@
11916
11571
  },
11917
11572
  bodyWidth: function bodyWidth() {
11918
11573
  var _this$layout = this.layout,
11919
- bodyWidth = _this$layout.bodyWidth,
11920
- scrollY = _this$layout.scrollY,
11921
- gutterWidth = _this$layout.gutterWidth;
11574
+ bodyWidth = _this$layout.bodyWidth,
11575
+ scrollY = _this$layout.scrollY,
11576
+ gutterWidth = _this$layout.gutterWidth;
11922
11577
  return bodyWidth ? bodyWidth - (scrollY ? gutterWidth : 0) + 'px' : '';
11923
11578
  },
11924
11579
  bodyHeight: function bodyHeight() {
@@ -12102,7 +11757,7 @@
12102
11757
  },
12103
11758
  handleHeaderFooterMousewheel: function handleHeaderFooterMousewheel(event, data) {
12104
11759
  var pixelX = data.pixelX,
12105
- pixelY = data.pixelY;
11760
+ pixelY = data.pixelY;
12106
11761
  if (Math.abs(pixelX) >= Math.abs(pixelY)) {
12107
11762
  event.preventDefault();
12108
11763
  this.bodyWrapper.scrollLeft += data.pixelX / 5;
@@ -12123,9 +11778,9 @@
12123
11778
  },
12124
11779
  bindEvents: function bindEvents() {
12125
11780
  var _this$$refs = this.$refs,
12126
- headerWrapper = _this$$refs.headerWrapper,
12127
- footerWrapper = _this$$refs.footerWrapper,
12128
- tableHeader = _this$$refs.tableHeader;
11781
+ headerWrapper = _this$$refs.headerWrapper,
11782
+ footerWrapper = _this$$refs.footerWrapper,
11783
+ tableHeader = _this$$refs.tableHeader;
12129
11784
  var refs = this.$refs;
12130
11785
  var self = this;
12131
11786
  this.bodyWrapper.addEventListener('scroll', function () {
@@ -12157,8 +11812,8 @@
12157
11812
  var shouldUpdateLayout = false;
12158
11813
  var el = this.$el;
12159
11814
  var _this$resizeState = this.resizeState,
12160
- oldWidth = _this$resizeState.width,
12161
- oldHeight = _this$resizeState.height;
11815
+ oldWidth = _this$resizeState.width,
11816
+ oldHeight = _this$resizeState.height;
12162
11817
  var width = el.offsetWidth;
12163
11818
  if (oldWidth !== width) {
12164
11819
  shouldUpdateLayout = true;
@@ -12195,14 +11850,10 @@
12195
11850
  /* script */
12196
11851
  var __vue_script__$d = script$d;
12197
11852
  /* template */
12198
-
12199
11853
  var __vue_render__$f = function __vue_render__() {
12200
11854
  var _vm = this;
12201
-
12202
11855
  var _h = _vm.$createElement;
12203
-
12204
11856
  var _c = _vm._self._c || _h;
12205
-
12206
11857
  return _c('div', {
12207
11858
  staticClass: "bk-table",
12208
11859
  class: [{
@@ -12222,7 +11873,7 @@
12222
11873
  }, _vm.tableSize ? "bk-table-" + _vm.tableSize : '', _vm.extCls],
12223
11874
  on: {
12224
11875
  "mouseleave": function mouseleave($event) {
12225
- _vm.handleMouseLeave($event);
11876
+ return _vm.handleMouseLeave($event);
12226
11877
  }
12227
11878
  }
12228
11879
  }, [_c('div', {
@@ -12275,9 +11926,11 @@
12275
11926
  }
12276
11927
  }, [_c('span', {
12277
11928
  staticClass: "bk-table-empty-text"
12278
- }, [_vm._t("empty", [_c('i', {
12279
- staticClass: "bk-table-empty-icon bk-icon icon-empty"
12280
- }), _c('div', [_vm._v(_vm._s(_vm.emptyText || _vm.t('bk.table.emptyText')))])])], 2)]) : _vm._e(), _vm.$slots.append ? _c('div', {
11929
+ }, [_vm._t("empty", function () {
11930
+ return [_c('i', {
11931
+ staticClass: "bk-table-empty-icon bk-icon icon-empty"
11932
+ }), _c('div', [_vm._v(_vm._s(_vm.emptyText || _vm.t('bk.table.emptyText')))])];
11933
+ })], 2)]) : _vm._e(), _vm.$slots.append ? _c('div', {
12281
11934
  ref: "appendWrapper",
12282
11935
  staticClass: "bk-table-append-wrapper"
12283
11936
  }, [_vm._t("append")], 2) : _vm._e()], 1), _vm.showSummary ? _c('div', {
@@ -12475,19 +12128,15 @@
12475
12128
  }
12476
12129
  }, 'bk-pagination', _vm.pagination, false)) : _vm._e()], 1) : _vm._e()]);
12477
12130
  };
12478
-
12479
12131
  var __vue_staticRenderFns__$f = [];
12480
- /* style */
12481
12132
 
12133
+ /* style */
12482
12134
  var __vue_inject_styles__$f = undefined;
12483
12135
  /* scoped */
12484
-
12485
12136
  var __vue_scope_id__$f = undefined;
12486
12137
  /* module identifier */
12487
-
12488
12138
  var __vue_module_identifier__$f = undefined;
12489
12139
  /* functional template */
12490
-
12491
12140
  var __vue_is_functional_template__$f = false;
12492
12141
  /* style inject */
12493
12142