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
@@ -6,6 +6,312 @@
6
6
 
7
7
  locale = locale && locale.hasOwnProperty('default') ? locale['default'] : locale;
8
8
 
9
+ function _regeneratorRuntime() {
10
+ _regeneratorRuntime = function () {
11
+ return exports;
12
+ };
13
+ var exports = {},
14
+ Op = Object.prototype,
15
+ hasOwn = Op.hasOwnProperty,
16
+ defineProperty = Object.defineProperty || function (obj, key, desc) {
17
+ obj[key] = desc.value;
18
+ },
19
+ $Symbol = "function" == typeof Symbol ? Symbol : {},
20
+ iteratorSymbol = $Symbol.iterator || "@@iterator",
21
+ asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator",
22
+ toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag";
23
+ function define(obj, key, value) {
24
+ return Object.defineProperty(obj, key, {
25
+ value: value,
26
+ enumerable: !0,
27
+ configurable: !0,
28
+ writable: !0
29
+ }), obj[key];
30
+ }
31
+ try {
32
+ define({}, "");
33
+ } catch (err) {
34
+ define = function (obj, key, value) {
35
+ return obj[key] = value;
36
+ };
37
+ }
38
+ function wrap(innerFn, outerFn, self, tryLocsList) {
39
+ var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator,
40
+ generator = Object.create(protoGenerator.prototype),
41
+ context = new Context(tryLocsList || []);
42
+ return defineProperty(generator, "_invoke", {
43
+ value: makeInvokeMethod(innerFn, self, context)
44
+ }), generator;
45
+ }
46
+ function tryCatch(fn, obj, arg) {
47
+ try {
48
+ return {
49
+ type: "normal",
50
+ arg: fn.call(obj, arg)
51
+ };
52
+ } catch (err) {
53
+ return {
54
+ type: "throw",
55
+ arg: err
56
+ };
57
+ }
58
+ }
59
+ exports.wrap = wrap;
60
+ var ContinueSentinel = {};
61
+ function Generator() {}
62
+ function GeneratorFunction() {}
63
+ function GeneratorFunctionPrototype() {}
64
+ var IteratorPrototype = {};
65
+ define(IteratorPrototype, iteratorSymbol, function () {
66
+ return this;
67
+ });
68
+ var getProto = Object.getPrototypeOf,
69
+ NativeIteratorPrototype = getProto && getProto(getProto(values([])));
70
+ NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype);
71
+ var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype);
72
+ function defineIteratorMethods(prototype) {
73
+ ["next", "throw", "return"].forEach(function (method) {
74
+ define(prototype, method, function (arg) {
75
+ return this._invoke(method, arg);
76
+ });
77
+ });
78
+ }
79
+ function AsyncIterator(generator, PromiseImpl) {
80
+ function invoke(method, arg, resolve, reject) {
81
+ var record = tryCatch(generator[method], generator, arg);
82
+ if ("throw" !== record.type) {
83
+ var result = record.arg,
84
+ value = result.value;
85
+ return value && "object" == typeof value && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) {
86
+ invoke("next", value, resolve, reject);
87
+ }, function (err) {
88
+ invoke("throw", err, resolve, reject);
89
+ }) : PromiseImpl.resolve(value).then(function (unwrapped) {
90
+ result.value = unwrapped, resolve(result);
91
+ }, function (error) {
92
+ return invoke("throw", error, resolve, reject);
93
+ });
94
+ }
95
+ reject(record.arg);
96
+ }
97
+ var previousPromise;
98
+ defineProperty(this, "_invoke", {
99
+ value: function (method, arg) {
100
+ function callInvokeWithMethodAndArg() {
101
+ return new PromiseImpl(function (resolve, reject) {
102
+ invoke(method, arg, resolve, reject);
103
+ });
104
+ }
105
+ return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
106
+ }
107
+ });
108
+ }
109
+ function makeInvokeMethod(innerFn, self, context) {
110
+ var state = "suspendedStart";
111
+ return function (method, arg) {
112
+ if ("executing" === state) throw new Error("Generator is already running");
113
+ if ("completed" === state) {
114
+ if ("throw" === method) throw arg;
115
+ return doneResult();
116
+ }
117
+ for (context.method = method, context.arg = arg;;) {
118
+ var delegate = context.delegate;
119
+ if (delegate) {
120
+ var delegateResult = maybeInvokeDelegate(delegate, context);
121
+ if (delegateResult) {
122
+ if (delegateResult === ContinueSentinel) continue;
123
+ return delegateResult;
124
+ }
125
+ }
126
+ if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) {
127
+ if ("suspendedStart" === state) throw state = "completed", context.arg;
128
+ context.dispatchException(context.arg);
129
+ } else "return" === context.method && context.abrupt("return", context.arg);
130
+ state = "executing";
131
+ var record = tryCatch(innerFn, self, context);
132
+ if ("normal" === record.type) {
133
+ if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue;
134
+ return {
135
+ value: record.arg,
136
+ done: context.done
137
+ };
138
+ }
139
+ "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg);
140
+ }
141
+ };
142
+ }
143
+ function maybeInvokeDelegate(delegate, context) {
144
+ var method = delegate.iterator[context.method];
145
+ if (undefined === method) {
146
+ if (context.delegate = null, "throw" === context.method) {
147
+ if (delegate.iterator.return && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel;
148
+ context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method");
149
+ }
150
+ return ContinueSentinel;
151
+ }
152
+ var record = tryCatch(method, delegate.iterator, context.arg);
153
+ if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel;
154
+ var info = record.arg;
155
+ 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);
156
+ }
157
+ function pushTryEntry(locs) {
158
+ var entry = {
159
+ tryLoc: locs[0]
160
+ };
161
+ 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry);
162
+ }
163
+ function resetTryEntry(entry) {
164
+ var record = entry.completion || {};
165
+ record.type = "normal", delete record.arg, entry.completion = record;
166
+ }
167
+ function Context(tryLocsList) {
168
+ this.tryEntries = [{
169
+ tryLoc: "root"
170
+ }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0);
171
+ }
172
+ function values(iterable) {
173
+ if (iterable) {
174
+ var iteratorMethod = iterable[iteratorSymbol];
175
+ if (iteratorMethod) return iteratorMethod.call(iterable);
176
+ if ("function" == typeof iterable.next) return iterable;
177
+ if (!isNaN(iterable.length)) {
178
+ var i = -1,
179
+ next = function next() {
180
+ for (; ++i < iterable.length;) if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next;
181
+ return next.value = undefined, next.done = !0, next;
182
+ };
183
+ return next.next = next;
184
+ }
185
+ }
186
+ return {
187
+ next: doneResult
188
+ };
189
+ }
190
+ function doneResult() {
191
+ return {
192
+ value: undefined,
193
+ done: !0
194
+ };
195
+ }
196
+ return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", {
197
+ value: GeneratorFunctionPrototype,
198
+ configurable: !0
199
+ }), defineProperty(GeneratorFunctionPrototype, "constructor", {
200
+ value: GeneratorFunction,
201
+ configurable: !0
202
+ }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) {
203
+ var ctor = "function" == typeof genFun && genFun.constructor;
204
+ return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name));
205
+ }, exports.mark = function (genFun) {
206
+ return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun;
207
+ }, exports.awrap = function (arg) {
208
+ return {
209
+ __await: arg
210
+ };
211
+ }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () {
212
+ return this;
213
+ }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) {
214
+ void 0 === PromiseImpl && (PromiseImpl = Promise);
215
+ var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl);
216
+ return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) {
217
+ return result.done ? result.value : iter.next();
218
+ });
219
+ }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () {
220
+ return this;
221
+ }), define(Gp, "toString", function () {
222
+ return "[object Generator]";
223
+ }), exports.keys = function (val) {
224
+ var object = Object(val),
225
+ keys = [];
226
+ for (var key in object) keys.push(key);
227
+ return keys.reverse(), function next() {
228
+ for (; keys.length;) {
229
+ var key = keys.pop();
230
+ if (key in object) return next.value = key, next.done = !1, next;
231
+ }
232
+ return next.done = !0, next;
233
+ };
234
+ }, exports.values = values, Context.prototype = {
235
+ constructor: Context,
236
+ reset: function (skipTempReset) {
237
+ 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);
238
+ },
239
+ stop: function () {
240
+ this.done = !0;
241
+ var rootRecord = this.tryEntries[0].completion;
242
+ if ("throw" === rootRecord.type) throw rootRecord.arg;
243
+ return this.rval;
244
+ },
245
+ dispatchException: function (exception) {
246
+ if (this.done) throw exception;
247
+ var context = this;
248
+ function handle(loc, caught) {
249
+ return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught;
250
+ }
251
+ for (var i = this.tryEntries.length - 1; i >= 0; --i) {
252
+ var entry = this.tryEntries[i],
253
+ record = entry.completion;
254
+ if ("root" === entry.tryLoc) return handle("end");
255
+ if (entry.tryLoc <= this.prev) {
256
+ var hasCatch = hasOwn.call(entry, "catchLoc"),
257
+ hasFinally = hasOwn.call(entry, "finallyLoc");
258
+ if (hasCatch && hasFinally) {
259
+ if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0);
260
+ if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc);
261
+ } else if (hasCatch) {
262
+ if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0);
263
+ } else {
264
+ if (!hasFinally) throw new Error("try statement without catch or finally");
265
+ if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc);
266
+ }
267
+ }
268
+ }
269
+ },
270
+ abrupt: function (type, arg) {
271
+ for (var i = this.tryEntries.length - 1; i >= 0; --i) {
272
+ var entry = this.tryEntries[i];
273
+ if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) {
274
+ var finallyEntry = entry;
275
+ break;
276
+ }
277
+ }
278
+ finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null);
279
+ var record = finallyEntry ? finallyEntry.completion : {};
280
+ return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record);
281
+ },
282
+ complete: function (record, afterLoc) {
283
+ if ("throw" === record.type) throw record.arg;
284
+ 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;
285
+ },
286
+ finish: function (finallyLoc) {
287
+ for (var i = this.tryEntries.length - 1; i >= 0; --i) {
288
+ var entry = this.tryEntries[i];
289
+ if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel;
290
+ }
291
+ },
292
+ catch: function (tryLoc) {
293
+ for (var i = this.tryEntries.length - 1; i >= 0; --i) {
294
+ var entry = this.tryEntries[i];
295
+ if (entry.tryLoc === tryLoc) {
296
+ var record = entry.completion;
297
+ if ("throw" === record.type) {
298
+ var thrown = record.arg;
299
+ resetTryEntry(entry);
300
+ }
301
+ return thrown;
302
+ }
303
+ }
304
+ throw new Error("illegal catch attempt");
305
+ },
306
+ delegateYield: function (iterable, resultName, nextLoc) {
307
+ return this.delegate = {
308
+ iterator: values(iterable),
309
+ resultName: resultName,
310
+ nextLoc: nextLoc
311
+ }, "next" === this.method && (this.arg = undefined), ContinueSentinel;
312
+ }
313
+ }, exports;
314
+ }
9
315
  function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
10
316
  try {
11
317
  var info = gen[key](arg);
@@ -14,46 +320,37 @@
14
320
  reject(error);
15
321
  return;
16
322
  }
17
-
18
323
  if (info.done) {
19
324
  resolve(value);
20
325
  } else {
21
326
  Promise.resolve(value).then(_next, _throw);
22
327
  }
23
328
  }
24
-
25
329
  function _asyncToGenerator(fn) {
26
330
  return function () {
27
331
  var self = this,
28
- args = arguments;
332
+ args = arguments;
29
333
  return new Promise(function (resolve, reject) {
30
334
  var gen = fn.apply(self, args);
31
-
32
335
  function _next(value) {
33
336
  asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value);
34
337
  }
35
-
36
338
  function _throw(err) {
37
339
  asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err);
38
340
  }
39
-
40
341
  _next(undefined);
41
342
  });
42
343
  };
43
344
  }
44
-
45
345
  function _toConsumableArray(arr) {
46
346
  return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
47
347
  }
48
-
49
348
  function _arrayWithoutHoles(arr) {
50
349
  if (Array.isArray(arr)) return _arrayLikeToArray(arr);
51
350
  }
52
-
53
351
  function _iterableToArray(iter) {
54
352
  if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
55
353
  }
56
-
57
354
  function _unsupportedIterableToArray(o, minLen) {
58
355
  if (!o) return;
59
356
  if (typeof o === "string") return _arrayLikeToArray(o, minLen);
@@ -62,15 +359,11 @@
62
359
  if (n === "Map" || n === "Set") return Array.from(o);
63
360
  if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
64
361
  }
65
-
66
362
  function _arrayLikeToArray(arr, len) {
67
363
  if (len == null || len > arr.length) len = arr.length;
68
-
69
364
  for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
70
-
71
365
  return arr2;
72
366
  }
73
-
74
367
  function _nonIterableSpread() {
75
368
  throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
76
369
  }
@@ -199,15 +492,12 @@
199
492
 
200
493
  /* script */
201
494
  var __vue_script__ = script;
202
- /* template */
203
495
 
496
+ /* template */
204
497
  var __vue_render__ = function __vue_render__() {
205
498
  var _vm = this;
206
-
207
499
  var _h = _vm.$createElement;
208
-
209
500
  var _c = _vm._self._c || _h;
210
-
211
501
  return _c('div', {
212
502
  staticClass: "bk-form-control",
213
503
  attrs: {
@@ -215,19 +505,15 @@
215
505
  }
216
506
  }, [_vm._t("default")], 2);
217
507
  };
218
-
219
508
  var __vue_staticRenderFns__ = [];
220
- /* style */
221
509
 
510
+ /* style */
222
511
  var __vue_inject_styles__ = undefined;
223
512
  /* scoped */
224
-
225
513
  var __vue_scope_id__ = undefined;
226
514
  /* module identifier */
227
-
228
515
  var __vue_module_identifier__ = undefined;
229
516
  /* functional template */
230
-
231
517
  var __vue_is_functional_template__ = false;
232
518
  /* style inject */
233
519
 
@@ -547,505 +833,6 @@
547
833
 
548
834
  setInstaller(__vue_component__);
549
835
 
550
- var runtime_1 = createCommonjsModule(function (module) {
551
- var runtime = (function (exports) {
552
- var Op = Object.prototype;
553
- var hasOwn = Op.hasOwnProperty;
554
- var undefined$1;
555
- var $Symbol = typeof Symbol === "function" ? Symbol : {};
556
- var iteratorSymbol = $Symbol.iterator || "@@iterator";
557
- var asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator";
558
- var toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag";
559
- function define(obj, key, value) {
560
- Object.defineProperty(obj, key, {
561
- value: value,
562
- enumerable: true,
563
- configurable: true,
564
- writable: true
565
- });
566
- return obj[key];
567
- }
568
- try {
569
- define({}, "");
570
- } catch (err) {
571
- define = function(obj, key, value) {
572
- return obj[key] = value;
573
- };
574
- }
575
- function wrap(innerFn, outerFn, self, tryLocsList) {
576
- var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator;
577
- var generator = Object.create(protoGenerator.prototype);
578
- var context = new Context(tryLocsList || []);
579
- generator._invoke = makeInvokeMethod(innerFn, self, context);
580
- return generator;
581
- }
582
- exports.wrap = wrap;
583
- function tryCatch(fn, obj, arg) {
584
- try {
585
- return { type: "normal", arg: fn.call(obj, arg) };
586
- } catch (err) {
587
- return { type: "throw", arg: err };
588
- }
589
- }
590
- var GenStateSuspendedStart = "suspendedStart";
591
- var GenStateSuspendedYield = "suspendedYield";
592
- var GenStateExecuting = "executing";
593
- var GenStateCompleted = "completed";
594
- var ContinueSentinel = {};
595
- function Generator() {}
596
- function GeneratorFunction() {}
597
- function GeneratorFunctionPrototype() {}
598
- var IteratorPrototype = {};
599
- IteratorPrototype[iteratorSymbol] = function () {
600
- return this;
601
- };
602
- var getProto = Object.getPrototypeOf;
603
- var NativeIteratorPrototype = getProto && getProto(getProto(values([])));
604
- if (NativeIteratorPrototype &&
605
- NativeIteratorPrototype !== Op &&
606
- hasOwn.call(NativeIteratorPrototype, iteratorSymbol)) {
607
- IteratorPrototype = NativeIteratorPrototype;
608
- }
609
- var Gp = GeneratorFunctionPrototype.prototype =
610
- Generator.prototype = Object.create(IteratorPrototype);
611
- GeneratorFunction.prototype = Gp.constructor = GeneratorFunctionPrototype;
612
- GeneratorFunctionPrototype.constructor = GeneratorFunction;
613
- GeneratorFunction.displayName = define(
614
- GeneratorFunctionPrototype,
615
- toStringTagSymbol,
616
- "GeneratorFunction"
617
- );
618
- function defineIteratorMethods(prototype) {
619
- ["next", "throw", "return"].forEach(function(method) {
620
- define(prototype, method, function(arg) {
621
- return this._invoke(method, arg);
622
- });
623
- });
624
- }
625
- exports.isGeneratorFunction = function(genFun) {
626
- var ctor = typeof genFun === "function" && genFun.constructor;
627
- return ctor
628
- ? ctor === GeneratorFunction ||
629
- (ctor.displayName || ctor.name) === "GeneratorFunction"
630
- : false;
631
- };
632
- exports.mark = function(genFun) {
633
- if (Object.setPrototypeOf) {
634
- Object.setPrototypeOf(genFun, GeneratorFunctionPrototype);
635
- } else {
636
- genFun.__proto__ = GeneratorFunctionPrototype;
637
- define(genFun, toStringTagSymbol, "GeneratorFunction");
638
- }
639
- genFun.prototype = Object.create(Gp);
640
- return genFun;
641
- };
642
- exports.awrap = function(arg) {
643
- return { __await: arg };
644
- };
645
- function AsyncIterator(generator, PromiseImpl) {
646
- function invoke(method, arg, resolve, reject) {
647
- var record = tryCatch(generator[method], generator, arg);
648
- if (record.type === "throw") {
649
- reject(record.arg);
650
- } else {
651
- var result = record.arg;
652
- var value = result.value;
653
- if (value &&
654
- typeof value === "object" &&
655
- hasOwn.call(value, "__await")) {
656
- return PromiseImpl.resolve(value.__await).then(function(value) {
657
- invoke("next", value, resolve, reject);
658
- }, function(err) {
659
- invoke("throw", err, resolve, reject);
660
- });
661
- }
662
- return PromiseImpl.resolve(value).then(function(unwrapped) {
663
- result.value = unwrapped;
664
- resolve(result);
665
- }, function(error) {
666
- return invoke("throw", error, resolve, reject);
667
- });
668
- }
669
- }
670
- var previousPromise;
671
- function enqueue(method, arg) {
672
- function callInvokeWithMethodAndArg() {
673
- return new PromiseImpl(function(resolve, reject) {
674
- invoke(method, arg, resolve, reject);
675
- });
676
- }
677
- return previousPromise =
678
- previousPromise ? previousPromise.then(
679
- callInvokeWithMethodAndArg,
680
- callInvokeWithMethodAndArg
681
- ) : callInvokeWithMethodAndArg();
682
- }
683
- this._invoke = enqueue;
684
- }
685
- defineIteratorMethods(AsyncIterator.prototype);
686
- AsyncIterator.prototype[asyncIteratorSymbol] = function () {
687
- return this;
688
- };
689
- exports.AsyncIterator = AsyncIterator;
690
- exports.async = function(innerFn, outerFn, self, tryLocsList, PromiseImpl) {
691
- if (PromiseImpl === void 0) PromiseImpl = Promise;
692
- var iter = new AsyncIterator(
693
- wrap(innerFn, outerFn, self, tryLocsList),
694
- PromiseImpl
695
- );
696
- return exports.isGeneratorFunction(outerFn)
697
- ? iter
698
- : iter.next().then(function(result) {
699
- return result.done ? result.value : iter.next();
700
- });
701
- };
702
- function makeInvokeMethod(innerFn, self, context) {
703
- var state = GenStateSuspendedStart;
704
- return function invoke(method, arg) {
705
- if (state === GenStateExecuting) {
706
- throw new Error("Generator is already running");
707
- }
708
- if (state === GenStateCompleted) {
709
- if (method === "throw") {
710
- throw arg;
711
- }
712
- return doneResult();
713
- }
714
- context.method = method;
715
- context.arg = arg;
716
- while (true) {
717
- var delegate = context.delegate;
718
- if (delegate) {
719
- var delegateResult = maybeInvokeDelegate(delegate, context);
720
- if (delegateResult) {
721
- if (delegateResult === ContinueSentinel) continue;
722
- return delegateResult;
723
- }
724
- }
725
- if (context.method === "next") {
726
- context.sent = context._sent = context.arg;
727
- } else if (context.method === "throw") {
728
- if (state === GenStateSuspendedStart) {
729
- state = GenStateCompleted;
730
- throw context.arg;
731
- }
732
- context.dispatchException(context.arg);
733
- } else if (context.method === "return") {
734
- context.abrupt("return", context.arg);
735
- }
736
- state = GenStateExecuting;
737
- var record = tryCatch(innerFn, self, context);
738
- if (record.type === "normal") {
739
- state = context.done
740
- ? GenStateCompleted
741
- : GenStateSuspendedYield;
742
- if (record.arg === ContinueSentinel) {
743
- continue;
744
- }
745
- return {
746
- value: record.arg,
747
- done: context.done
748
- };
749
- } else if (record.type === "throw") {
750
- state = GenStateCompleted;
751
- context.method = "throw";
752
- context.arg = record.arg;
753
- }
754
- }
755
- };
756
- }
757
- function maybeInvokeDelegate(delegate, context) {
758
- var method = delegate.iterator[context.method];
759
- if (method === undefined$1) {
760
- context.delegate = null;
761
- if (context.method === "throw") {
762
- if (delegate.iterator["return"]) {
763
- context.method = "return";
764
- context.arg = undefined$1;
765
- maybeInvokeDelegate(delegate, context);
766
- if (context.method === "throw") {
767
- return ContinueSentinel;
768
- }
769
- }
770
- context.method = "throw";
771
- context.arg = new TypeError(
772
- "The iterator does not provide a 'throw' method");
773
- }
774
- return ContinueSentinel;
775
- }
776
- var record = tryCatch(method, delegate.iterator, context.arg);
777
- if (record.type === "throw") {
778
- context.method = "throw";
779
- context.arg = record.arg;
780
- context.delegate = null;
781
- return ContinueSentinel;
782
- }
783
- var info = record.arg;
784
- if (! info) {
785
- context.method = "throw";
786
- context.arg = new TypeError("iterator result is not an object");
787
- context.delegate = null;
788
- return ContinueSentinel;
789
- }
790
- if (info.done) {
791
- context[delegate.resultName] = info.value;
792
- context.next = delegate.nextLoc;
793
- if (context.method !== "return") {
794
- context.method = "next";
795
- context.arg = undefined$1;
796
- }
797
- } else {
798
- return info;
799
- }
800
- context.delegate = null;
801
- return ContinueSentinel;
802
- }
803
- defineIteratorMethods(Gp);
804
- define(Gp, toStringTagSymbol, "Generator");
805
- Gp[iteratorSymbol] = function() {
806
- return this;
807
- };
808
- Gp.toString = function() {
809
- return "[object Generator]";
810
- };
811
- function pushTryEntry(locs) {
812
- var entry = { tryLoc: locs[0] };
813
- if (1 in locs) {
814
- entry.catchLoc = locs[1];
815
- }
816
- if (2 in locs) {
817
- entry.finallyLoc = locs[2];
818
- entry.afterLoc = locs[3];
819
- }
820
- this.tryEntries.push(entry);
821
- }
822
- function resetTryEntry(entry) {
823
- var record = entry.completion || {};
824
- record.type = "normal";
825
- delete record.arg;
826
- entry.completion = record;
827
- }
828
- function Context(tryLocsList) {
829
- this.tryEntries = [{ tryLoc: "root" }];
830
- tryLocsList.forEach(pushTryEntry, this);
831
- this.reset(true);
832
- }
833
- exports.keys = function(object) {
834
- var keys = [];
835
- for (var key in object) {
836
- keys.push(key);
837
- }
838
- keys.reverse();
839
- return function next() {
840
- while (keys.length) {
841
- var key = keys.pop();
842
- if (key in object) {
843
- next.value = key;
844
- next.done = false;
845
- return next;
846
- }
847
- }
848
- next.done = true;
849
- return next;
850
- };
851
- };
852
- function values(iterable) {
853
- if (iterable) {
854
- var iteratorMethod = iterable[iteratorSymbol];
855
- if (iteratorMethod) {
856
- return iteratorMethod.call(iterable);
857
- }
858
- if (typeof iterable.next === "function") {
859
- return iterable;
860
- }
861
- if (!isNaN(iterable.length)) {
862
- var i = -1, next = function next() {
863
- while (++i < iterable.length) {
864
- if (hasOwn.call(iterable, i)) {
865
- next.value = iterable[i];
866
- next.done = false;
867
- return next;
868
- }
869
- }
870
- next.value = undefined$1;
871
- next.done = true;
872
- return next;
873
- };
874
- return next.next = next;
875
- }
876
- }
877
- return { next: doneResult };
878
- }
879
- exports.values = values;
880
- function doneResult() {
881
- return { value: undefined$1, done: true };
882
- }
883
- Context.prototype = {
884
- constructor: Context,
885
- reset: function(skipTempReset) {
886
- this.prev = 0;
887
- this.next = 0;
888
- this.sent = this._sent = undefined$1;
889
- this.done = false;
890
- this.delegate = null;
891
- this.method = "next";
892
- this.arg = undefined$1;
893
- this.tryEntries.forEach(resetTryEntry);
894
- if (!skipTempReset) {
895
- for (var name in this) {
896
- if (name.charAt(0) === "t" &&
897
- hasOwn.call(this, name) &&
898
- !isNaN(+name.slice(1))) {
899
- this[name] = undefined$1;
900
- }
901
- }
902
- }
903
- },
904
- stop: function() {
905
- this.done = true;
906
- var rootEntry = this.tryEntries[0];
907
- var rootRecord = rootEntry.completion;
908
- if (rootRecord.type === "throw") {
909
- throw rootRecord.arg;
910
- }
911
- return this.rval;
912
- },
913
- dispatchException: function(exception) {
914
- if (this.done) {
915
- throw exception;
916
- }
917
- var context = this;
918
- function handle(loc, caught) {
919
- record.type = "throw";
920
- record.arg = exception;
921
- context.next = loc;
922
- if (caught) {
923
- context.method = "next";
924
- context.arg = undefined$1;
925
- }
926
- return !! caught;
927
- }
928
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
929
- var entry = this.tryEntries[i];
930
- var record = entry.completion;
931
- if (entry.tryLoc === "root") {
932
- return handle("end");
933
- }
934
- if (entry.tryLoc <= this.prev) {
935
- var hasCatch = hasOwn.call(entry, "catchLoc");
936
- var hasFinally = hasOwn.call(entry, "finallyLoc");
937
- if (hasCatch && hasFinally) {
938
- if (this.prev < entry.catchLoc) {
939
- return handle(entry.catchLoc, true);
940
- } else if (this.prev < entry.finallyLoc) {
941
- return handle(entry.finallyLoc);
942
- }
943
- } else if (hasCatch) {
944
- if (this.prev < entry.catchLoc) {
945
- return handle(entry.catchLoc, true);
946
- }
947
- } else if (hasFinally) {
948
- if (this.prev < entry.finallyLoc) {
949
- return handle(entry.finallyLoc);
950
- }
951
- } else {
952
- throw new Error("try statement without catch or finally");
953
- }
954
- }
955
- }
956
- },
957
- abrupt: function(type, arg) {
958
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
959
- var entry = this.tryEntries[i];
960
- if (entry.tryLoc <= this.prev &&
961
- hasOwn.call(entry, "finallyLoc") &&
962
- this.prev < entry.finallyLoc) {
963
- var finallyEntry = entry;
964
- break;
965
- }
966
- }
967
- if (finallyEntry &&
968
- (type === "break" ||
969
- type === "continue") &&
970
- finallyEntry.tryLoc <= arg &&
971
- arg <= finallyEntry.finallyLoc) {
972
- finallyEntry = null;
973
- }
974
- var record = finallyEntry ? finallyEntry.completion : {};
975
- record.type = type;
976
- record.arg = arg;
977
- if (finallyEntry) {
978
- this.method = "next";
979
- this.next = finallyEntry.finallyLoc;
980
- return ContinueSentinel;
981
- }
982
- return this.complete(record);
983
- },
984
- complete: function(record, afterLoc) {
985
- if (record.type === "throw") {
986
- throw record.arg;
987
- }
988
- if (record.type === "break" ||
989
- record.type === "continue") {
990
- this.next = record.arg;
991
- } else if (record.type === "return") {
992
- this.rval = this.arg = record.arg;
993
- this.method = "return";
994
- this.next = "end";
995
- } else if (record.type === "normal" && afterLoc) {
996
- this.next = afterLoc;
997
- }
998
- return ContinueSentinel;
999
- },
1000
- finish: function(finallyLoc) {
1001
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
1002
- var entry = this.tryEntries[i];
1003
- if (entry.finallyLoc === finallyLoc) {
1004
- this.complete(entry.completion, entry.afterLoc);
1005
- resetTryEntry(entry);
1006
- return ContinueSentinel;
1007
- }
1008
- }
1009
- },
1010
- "catch": function(tryLoc) {
1011
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
1012
- var entry = this.tryEntries[i];
1013
- if (entry.tryLoc === tryLoc) {
1014
- var record = entry.completion;
1015
- if (record.type === "throw") {
1016
- var thrown = record.arg;
1017
- resetTryEntry(entry);
1018
- }
1019
- return thrown;
1020
- }
1021
- }
1022
- throw new Error("illegal catch attempt");
1023
- },
1024
- delegateYield: function(iterable, resultName, nextLoc) {
1025
- this.delegate = {
1026
- iterator: values(iterable),
1027
- resultName: resultName,
1028
- nextLoc: nextLoc
1029
- };
1030
- if (this.method === "next") {
1031
- this.arg = undefined$1;
1032
- }
1033
- return ContinueSentinel;
1034
- }
1035
- };
1036
- return exports;
1037
- }(
1038
- module.exports
1039
- ));
1040
- try {
1041
- regeneratorRuntime = runtime;
1042
- } catch (accidentalStrictMode) {
1043
- Function("r", "regeneratorRuntime = r")(runtime);
1044
- }
1045
- });
1046
-
1047
- var regenerator = runtime_1;
1048
-
1049
836
  var emitter = {
1050
837
  methods: {
1051
838
  dispatch: function dispatch(componentName, eventName, params) {
@@ -1192,9 +979,9 @@
1192
979
  },
1193
980
  handleClick: function handleClick() {
1194
981
  var _this = this;
1195
- return _asyncToGenerator( regenerator.mark(function _callee() {
982
+ return _asyncToGenerator( _regeneratorRuntime().mark(function _callee() {
1196
983
  var shouldChange, oldValue, newValue, groupValue;
1197
- return regenerator.wrap(function _callee$(_context) {
984
+ return _regeneratorRuntime().wrap(function _callee$(_context) {
1198
985
  while (1) {
1199
986
  switch (_context.prev = _context.next) {
1200
987
  case 0:
@@ -1245,14 +1032,10 @@
1245
1032
  /* script */
1246
1033
  var __vue_script__$1 = script$1;
1247
1034
  /* template */
1248
-
1249
1035
  var __vue_render__$1 = function __vue_render__() {
1250
1036
  var _vm = this;
1251
-
1252
1037
  var _h = _vm.$createElement;
1253
-
1254
1038
  var _c = _vm._self._c || _h;
1255
-
1256
1039
  return _c('label', {
1257
1040
  staticClass: "bk-form-checkbox",
1258
1041
  class: [{
@@ -1263,12 +1046,11 @@
1263
1046
  on: {
1264
1047
  "click": _vm.handleClick,
1265
1048
  "keydown": function keydown($event) {
1266
- if (!('button' in $event) && _vm._k($event.keyCode, "enter", 13, $event.key, "Enter")) {
1049
+ if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "enter", 13, $event.key, "Enter")) {
1267
1050
  return null;
1268
1051
  }
1269
-
1270
1052
  $event.preventDefault();
1271
- return _vm.handleClick($event);
1053
+ return _vm.handleClick.apply(null, arguments);
1272
1054
  }
1273
1055
  }
1274
1056
  }, [_c('span', {
@@ -1288,19 +1070,15 @@
1288
1070
  staticClass: "bk-checkbox-text"
1289
1071
  }, [_vm._t("default")], 2) : _vm._e()]);
1290
1072
  };
1291
-
1292
1073
  var __vue_staticRenderFns__$1 = [];
1293
- /* style */
1294
1074
 
1075
+ /* style */
1295
1076
  var __vue_inject_styles__$1 = undefined;
1296
1077
  /* scoped */
1297
-
1298
1078
  var __vue_scope_id__$1 = undefined;
1299
1079
  /* module identifier */
1300
-
1301
1080
  var __vue_module_identifier__$1 = undefined;
1302
1081
  /* functional template */
1303
-
1304
1082
  var __vue_is_functional_template__$1 = false;
1305
1083
  /* style inject */
1306
1084
 
@@ -1420,14 +1198,10 @@
1420
1198
  /* script */
1421
1199
  var __vue_script__$2 = script$2;
1422
1200
  /* template */
1423
-
1424
1201
  var __vue_render__$2 = function __vue_render__() {
1425
1202
  var _vm = this;
1426
-
1427
1203
  var _h = _vm.$createElement;
1428
-
1429
1204
  var _c = _vm._self._c || _h;
1430
-
1431
1205
  return _c('button', _vm._b({
1432
1206
  class: [_vm.buttonCls, _vm.extCls],
1433
1207
  attrs: {
@@ -1462,19 +1236,15 @@
1462
1236
  staticClass: "loading"
1463
1237
  })] : _vm._e()], 2) : _vm._e()])]);
1464
1238
  };
1465
-
1466
1239
  var __vue_staticRenderFns__$2 = [];
1467
- /* style */
1468
1240
 
1241
+ /* style */
1469
1242
  var __vue_inject_styles__$2 = undefined;
1470
1243
  /* scoped */
1471
-
1472
1244
  var __vue_scope_id__$2 = undefined;
1473
1245
  /* module identifier */
1474
-
1475
1246
  var __vue_module_identifier__$2 = undefined;
1476
1247
  /* functional template */
1477
-
1478
1248
  var __vue_is_functional_template__$2 = false;
1479
1249
  /* style inject */
1480
1250
 
@@ -1650,15 +1420,12 @@
1650
1420
 
1651
1421
  /* script */
1652
1422
  var __vue_script__$3 = script$3;
1653
- /* template */
1654
1423
 
1424
+ /* template */
1655
1425
  var __vue_render__$3 = function __vue_render__() {
1656
1426
  var _vm = this;
1657
-
1658
1427
  var _h = _vm.$createElement;
1659
-
1660
1428
  var _c = _vm._self._c || _h;
1661
-
1662
1429
  return _c('div', {
1663
1430
  staticClass: "bk-table-setting-content"
1664
1431
  }, [_c('h2', {
@@ -1683,7 +1450,7 @@
1683
1450
  },
1684
1451
  nativeOn: {
1685
1452
  "click": function click($event) {
1686
- return _vm.handleSelectAll($event);
1453
+ return _vm.handleSelectAll.apply(null, arguments);
1687
1454
  }
1688
1455
  }
1689
1456
  }, [_vm._v("\n " + _vm._s(_vm.t('bk.table.setting.fields.selectAll')) + "\n ")])], 1), _c('bk-checkbox-group', {
@@ -1722,7 +1489,7 @@
1722
1489
  },
1723
1490
  on: {
1724
1491
  "click": function click($event) {
1725
- _vm.setSize('small');
1492
+ return _vm.setSize('small');
1726
1493
  }
1727
1494
  }
1728
1495
  }, [_vm._v("\n " + _vm._s(_vm.t('bk.table.setting.lineHeight.small')) + "\n ")]), _c('bk-button', {
@@ -1734,7 +1501,7 @@
1734
1501
  },
1735
1502
  on: {
1736
1503
  "click": function click($event) {
1737
- _vm.setSize('medium');
1504
+ return _vm.setSize('medium');
1738
1505
  }
1739
1506
  }
1740
1507
  }, [_vm._v("\n " + _vm._s(_vm.t('bk.table.setting.lineHeight.medium')) + "\n ")]), _c('bk-button', {
@@ -1746,7 +1513,7 @@
1746
1513
  },
1747
1514
  on: {
1748
1515
  "click": function click($event) {
1749
- _vm.setSize('large');
1516
+ return _vm.setSize('large');
1750
1517
  }
1751
1518
  }
1752
1519
  }, [_vm._v("\n " + _vm._s(_vm.t('bk.table.setting.lineHeight.large')) + "\n ")])], 1)])]), _c('div', {
@@ -1769,19 +1536,15 @@
1769
1536
  }
1770
1537
  }, [_vm._v(_vm._s(_vm.t('bk.table.setting.options.cancel')))])], 1)]);
1771
1538
  };
1772
-
1773
1539
  var __vue_staticRenderFns__$3 = [];
1774
- /* style */
1775
1540
 
1541
+ /* style */
1776
1542
  var __vue_inject_styles__$3 = undefined;
1777
1543
  /* scoped */
1778
-
1779
1544
  var __vue_scope_id__$3 = undefined;
1780
1545
  /* module identifier */
1781
-
1782
1546
  var __vue_module_identifier__$3 = undefined;
1783
1547
  /* functional template */
1784
-
1785
1548
  var __vue_is_functional_template__$3 = false;
1786
1549
  /* style inject */
1787
1550