bkui-vue 2.0.1-beta.106 → 2.0.1-beta.108

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 (253) hide show
  1. package/dist/index.cjs.js +71 -71
  2. package/dist/index.esm.js +18609 -18772
  3. package/dist/index.umd.js +70 -70
  4. package/dist/style.css +1 -1
  5. package/lib/affix/index.d.ts +111 -57
  6. package/lib/affix/index.js +17 -17
  7. package/lib/alert/index.d.ts +126 -73
  8. package/lib/alert/index.js +20 -20
  9. package/lib/animate-number/index.d.ts +96 -33
  10. package/lib/animate-number/index.js +7 -8
  11. package/lib/backtop/index.d.ts +117 -69
  12. package/lib/backtop/index.js +10 -11
  13. package/lib/badge/index.d.ts +152 -119
  14. package/lib/badge/index.js +19 -19
  15. package/lib/breadcrumb/index.d.ts +119 -67
  16. package/lib/breadcrumb/index.js +17 -17
  17. package/lib/button/button.d.ts +2 -2
  18. package/lib/button/index.d.ts +155 -119
  19. package/lib/button/index.js +20 -19
  20. package/lib/card/index.d.ts +157 -128
  21. package/lib/card/index.js +22 -20
  22. package/lib/cascader/cascader.d.ts +3 -3
  23. package/lib/cascader/index.d.ts +354 -393
  24. package/lib/cascader/index.js +268 -270
  25. package/lib/checkbox/checkbox.d.ts +1 -1
  26. package/lib/checkbox/index.d.ts +175 -143
  27. package/lib/checkbox/index.js +45 -45
  28. package/lib/code-diff/index.d.ts +82 -65
  29. package/lib/code-diff/index.js +438 -381
  30. package/lib/collapse/index.d.ts +175 -156
  31. package/lib/collapse/index.js +27 -28
  32. package/lib/collapse-transition/index.d.ts +94 -19
  33. package/lib/collapse-transition/index.js +3 -4
  34. package/lib/color-picker/color-picker.d.ts +1 -1
  35. package/lib/color-picker/index.d.ts +165 -144
  36. package/lib/color-picker/index.js +41 -43
  37. package/lib/config-provider/index.d.ts +227 -160
  38. package/lib/config-provider/index.js +22 -25
  39. package/lib/config-provider/use-global-config.d.ts +0 -1
  40. package/lib/container/container.d.ts +1 -1
  41. package/lib/container/index.d.ts +85 -74
  42. package/lib/container/index.js +26 -28
  43. package/lib/date-picker/base/picker-dropdown.d.ts +1 -1
  44. package/lib/date-picker/base/time-spinner.d.ts +3 -3
  45. package/lib/date-picker/date-picker.d.ts +4 -4
  46. package/lib/date-picker/index.d.ts +351 -380
  47. package/lib/date-picker/index.js +79 -80
  48. package/lib/date-picker/panel/date-range.d.ts +1 -1
  49. package/lib/date-picker/panel/date.d.ts +1 -1
  50. package/lib/date-picker/panel/time-range.d.ts +2 -2
  51. package/lib/date-picker/panel/time.d.ts +2 -2
  52. package/lib/date-picker/time-picker.d.ts +4 -4
  53. package/lib/dialog/index.d.ts +269 -299
  54. package/lib/dialog/index.js +228 -227
  55. package/lib/directives/index.js +33 -41
  56. package/lib/divider/index.d.ts +111 -57
  57. package/lib/divider/index.js +2 -3
  58. package/lib/dropdown/dropdown.d.ts +1 -1
  59. package/lib/dropdown/index.d.ts +136 -94
  60. package/lib/dropdown/index.js +22 -24
  61. package/lib/exception/index.d.ts +102 -41
  62. package/lib/exception/index.js +21 -21
  63. package/lib/fixed-navbar/index.d.ts +113 -59
  64. package/lib/fixed-navbar/index.js +2 -3
  65. package/lib/form/form.d.ts +1 -1
  66. package/lib/form/index.d.ts +132 -80
  67. package/lib/form/index.js +22 -21
  68. package/lib/icon/angle-double-down-line.js +17 -17
  69. package/lib/icon/angle-double-left-line.js +17 -17
  70. package/lib/icon/angle-double-left.js +17 -17
  71. package/lib/icon/angle-double-right-line.js +17 -17
  72. package/lib/icon/angle-double-right.js +17 -17
  73. package/lib/icon/angle-double-up-line.js +17 -17
  74. package/lib/icon/angle-down-fill.js +17 -17
  75. package/lib/icon/angle-down-line.js +17 -17
  76. package/lib/icon/angle-down.js +17 -17
  77. package/lib/icon/angle-left.js +17 -17
  78. package/lib/icon/angle-right.js +17 -17
  79. package/lib/icon/angle-up-fill.js +17 -17
  80. package/lib/icon/angle-up.js +17 -17
  81. package/lib/icon/archive-fill.js +17 -17
  82. package/lib/icon/arrows-left.js +17 -17
  83. package/lib/icon/arrows-right.js +17 -17
  84. package/lib/icon/assistant.js +17 -17
  85. package/lib/icon/audio-fill.js +17 -17
  86. package/lib/icon/bk.js +17 -17
  87. package/lib/icon/circle.js +17 -17
  88. package/lib/icon/close-line.js +17 -17
  89. package/lib/icon/close.js +17 -17
  90. package/lib/icon/code.js +17 -17
  91. package/lib/icon/cog-shape.js +17 -17
  92. package/lib/icon/collapse-left.js +17 -17
  93. package/lib/icon/copy-shape.js +17 -17
  94. package/lib/icon/copy.js +17 -17
  95. package/lib/icon/data-shape.js +17 -17
  96. package/lib/icon/del.js +17 -17
  97. package/lib/icon/doc-fill.js +17 -17
  98. package/lib/icon/done.js +17 -17
  99. package/lib/icon/down-shape.js +17 -17
  100. package/lib/icon/down-small.js +17 -17
  101. package/lib/icon/edit-line.js +17 -17
  102. package/lib/icon/ellipsis.js +17 -17
  103. package/lib/icon/enlarge-line.js +17 -17
  104. package/lib/icon/error.js +17 -17
  105. package/lib/icon/excel-fill.js +17 -17
  106. package/lib/icon/exclamation-circle-shape.js +17 -17
  107. package/lib/icon/eye.js +17 -17
  108. package/lib/icon/filliscreen-line.js +17 -17
  109. package/lib/icon/fix-line.js +17 -17
  110. package/lib/icon/fix-shape.js +17 -17
  111. package/lib/icon/folder-open.js +17 -17
  112. package/lib/icon/folder-shape-open.js +17 -17
  113. package/lib/icon/folder-shape.js +17 -17
  114. package/lib/icon/folder.js +17 -17
  115. package/lib/icon/funnel.js +17 -17
  116. package/lib/icon/grag-fill.js +17 -17
  117. package/lib/icon/help-document-fill.js +17 -17
  118. package/lib/icon/help-fill.js +17 -17
  119. package/lib/icon/help.js +17 -17
  120. package/lib/icon/image-fill.js +17 -17
  121. package/lib/icon/img-error.js +17 -17
  122. package/lib/icon/img-placehoulder.js +17 -17
  123. package/lib/icon/info-line.js +17 -17
  124. package/lib/icon/info.js +17 -17
  125. package/lib/icon/left-shape.js +17 -17
  126. package/lib/icon/left-turn-line.js +17 -17
  127. package/lib/icon/loading.js +17 -17
  128. package/lib/icon/narrow-line.js +17 -17
  129. package/lib/icon/original.js +17 -17
  130. package/lib/icon/pdf-fill.js +17 -17
  131. package/lib/icon/play-shape.js +17 -17
  132. package/lib/icon/plus.js +17 -17
  133. package/lib/icon/ppt-fill.js +17 -17
  134. package/lib/icon/qq.js +17 -17
  135. package/lib/icon/right-shape.js +17 -17
  136. package/lib/icon/right-turn-line.js +17 -17
  137. package/lib/icon/search.js +17 -17
  138. package/lib/icon/share.js +17 -17
  139. package/lib/icon/spinner.js +17 -17
  140. package/lib/icon/success.js +17 -17
  141. package/lib/icon/switcher-loading.js +17 -17
  142. package/lib/icon/text-all.js +17 -17
  143. package/lib/icon/text-file.js +17 -17
  144. package/lib/icon/text-fill.js +17 -17
  145. package/lib/icon/transfer.js +17 -17
  146. package/lib/icon/tree-application-shape.js +17 -17
  147. package/lib/icon/unfull-screen.js +17 -17
  148. package/lib/icon/unvisible.js +17 -17
  149. package/lib/icon/up-shape.js +17 -17
  150. package/lib/icon/upload.js +17 -17
  151. package/lib/icon/video-fill.js +17 -17
  152. package/lib/icon/warn.js +17 -17
  153. package/lib/icon/weixin-pro.js +17 -17
  154. package/lib/icon/weixin.js +17 -17
  155. package/lib/image/index.d.ts +149 -113
  156. package/lib/image/index.js +26 -27
  157. package/lib/index.js +1 -1
  158. package/lib/info-box/index.js +233 -232
  159. package/lib/input/index.d.ts +293 -326
  160. package/lib/input/index.js +48 -46
  161. package/lib/link/index.d.ts +122 -73
  162. package/lib/link/index.js +2 -2
  163. package/lib/loading/index.d.ts +156 -130
  164. package/lib/loading/index.js +33 -32
  165. package/lib/loading/loading.d.ts +1 -1
  166. package/lib/menu/index.d.ts +116 -55
  167. package/lib/menu/index.js +25 -26
  168. package/lib/message/index.js +25 -24
  169. package/lib/message/messageConstructor.d.ts +5 -5
  170. package/lib/modal/index.d.ts +185 -171
  171. package/lib/modal/index.js +19 -19
  172. package/lib/navigation/index.d.ts +188 -152
  173. package/lib/navigation/index.js +7 -9
  174. package/lib/notify/index.js +21 -20
  175. package/lib/overflow-title/index.d.ts +256 -343
  176. package/lib/overflow-title/index.js +10 -11
  177. package/lib/pagination/index.d.ts +198 -184
  178. package/lib/pagination/index.js +56 -49
  179. package/lib/plugin-popover/index.js +135 -233
  180. package/lib/pop-confirm/index.d.ts +153 -115
  181. package/lib/pop-confirm/index.js +4 -5
  182. package/lib/pop-confirm/pop-confirm.d.ts +1 -1
  183. package/lib/popover/content.d.ts +1 -1
  184. package/lib/popover/index.d.ts +361 -423
  185. package/lib/popover/index.js +135 -233
  186. package/lib/popover/popover.d.ts +1 -1
  187. package/lib/popover/use-popover-init.d.ts +1 -2
  188. package/lib/popover2/index.d.ts +83 -8
  189. package/lib/popover2/index.js +2 -2
  190. package/lib/process/index.d.ts +137 -93
  191. package/lib/process/index.js +226 -226
  192. package/lib/progress/index.d.ts +187 -178
  193. package/lib/progress/index.js +21 -22
  194. package/lib/progress/progress.d.ts +2 -2
  195. package/lib/radio/index.d.ts +140 -91
  196. package/lib/radio/index.js +48 -46
  197. package/lib/rate/index.d.ts +112 -55
  198. package/lib/rate/index.js +20 -19
  199. package/lib/resize-layout/index.d.ts +192 -168
  200. package/lib/resize-layout/index.js +21 -20
  201. package/lib/resize-layout/resize-layout.d.ts +2 -2
  202. package/lib/scrollbar/index.js +38 -38
  203. package/lib/search-select/index.d.ts +901 -684
  204. package/lib/search-select/index.js +274 -274
  205. package/lib/search-select/input.d.ts +2 -2
  206. package/lib/search-select/search-select.d.ts +188 -133
  207. package/lib/search-select/selected.d.ts +188 -133
  208. package/lib/select/index.d.ts +1333 -1491
  209. package/lib/select/index.js +280 -279
  210. package/lib/select/select.d.ts +169 -132
  211. package/lib/select/selectTagInput.d.ts +2 -2
  212. package/lib/shared/index.js +56 -54
  213. package/lib/sideslider/index.d.ts +201 -197
  214. package/lib/sideslider/index.js +228 -227
  215. package/lib/slider/index.d.ts +210 -214
  216. package/lib/slider/index.js +225 -226
  217. package/lib/steps/index.d.ts +149 -110
  218. package/lib/steps/index.js +231 -230
  219. package/lib/swiper/index.d.ts +127 -81
  220. package/lib/swiper/index.js +18 -18
  221. package/lib/switcher/index.d.ts +174 -152
  222. package/lib/switcher/index.js +22 -20
  223. package/lib/tab/index.d.ts +183 -151
  224. package/lib/tab/index.js +19 -20
  225. package/lib/table/components/table-column.d.ts +1 -1
  226. package/lib/table/hooks/use-columns.d.ts +1 -1
  227. package/lib/table/hooks/use-layout.d.ts +2 -2
  228. package/lib/table/hooks/use-rows.d.ts +1 -1
  229. package/lib/table/index.d.ts +362 -457
  230. package/lib/table/index.js +350 -338
  231. package/lib/table/table.d.ts +1 -1
  232. package/lib/table-column/index.d.ts +150 -104
  233. package/lib/table-column/index.js +19 -18
  234. package/lib/tag/index.d.ts +142 -95
  235. package/lib/tag/index.js +19 -19
  236. package/lib/tag-input/index.d.ts +540 -755
  237. package/lib/tag-input/index.js +58 -52
  238. package/lib/tag-input/tag-input.d.ts +5 -5
  239. package/lib/time-picker/index.d.ts +386 -439
  240. package/lib/timeline/index.d.ts +131 -64
  241. package/lib/timeline/index.js +6 -6
  242. package/lib/transfer/index.d.ts +206 -191
  243. package/lib/tree/index.d.ts +308 -350
  244. package/lib/tree/index.js +74 -71
  245. package/lib/tree/tree.d.ts +1 -1
  246. package/lib/tree/use-tree-init.d.ts +1 -1
  247. package/lib/upload/index.d.ts +273 -311
  248. package/lib/upload/index.js +264 -261
  249. package/lib/upload/upload.d.ts +2 -2
  250. package/lib/virtual-render/index.d.ts +241 -333
  251. package/lib/virtual-render/index.js +29 -29
  252. package/lib/virtual-render/virtual-render.d.ts +1 -1
  253. package/package.json +1 -1
@@ -20,304 +20,304 @@ var _typeof = (__webpack_require__(7425)["default"]);
20
20
  function _regeneratorRuntime() {
21
21
  "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
22
22
  module.exports = _regeneratorRuntime = function _regeneratorRuntime() {
23
- return e;
23
+ return exports;
24
24
  }, module.exports.__esModule = true, module.exports["default"] = module.exports;
25
- var t,
26
- e = {},
27
- r = Object.prototype,
28
- n = r.hasOwnProperty,
29
- o = Object.defineProperty || function (t, e, r) {
30
- t[e] = r.value;
25
+ var exports = {},
26
+ Op = Object.prototype,
27
+ hasOwn = Op.hasOwnProperty,
28
+ defineProperty = Object.defineProperty || function (obj, key, desc) {
29
+ obj[key] = desc.value;
31
30
  },
32
- i = "function" == typeof Symbol ? Symbol : {},
33
- a = i.iterator || "@@iterator",
34
- c = i.asyncIterator || "@@asyncIterator",
35
- u = i.toStringTag || "@@toStringTag";
36
- function define(t, e, r) {
37
- return Object.defineProperty(t, e, {
38
- value: r,
31
+ $Symbol = "function" == typeof Symbol ? Symbol : {},
32
+ iteratorSymbol = $Symbol.iterator || "@@iterator",
33
+ asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator",
34
+ toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag";
35
+ function define(obj, key, value) {
36
+ return Object.defineProperty(obj, key, {
37
+ value: value,
39
38
  enumerable: !0,
40
39
  configurable: !0,
41
40
  writable: !0
42
- }), t[e];
41
+ }), obj[key];
43
42
  }
44
43
  try {
45
44
  define({}, "");
46
- } catch (t) {
47
- define = function define(t, e, r) {
48
- return t[e] = r;
45
+ } catch (err) {
46
+ define = function define(obj, key, value) {
47
+ return obj[key] = value;
49
48
  };
50
49
  }
51
- function wrap(t, e, r, n) {
52
- var i = e && e.prototype instanceof Generator ? e : Generator,
53
- a = Object.create(i.prototype),
54
- c = new Context(n || []);
55
- return o(a, "_invoke", {
56
- value: makeInvokeMethod(t, r, c)
57
- }), a;
50
+ function wrap(innerFn, outerFn, self, tryLocsList) {
51
+ var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator,
52
+ generator = Object.create(protoGenerator.prototype),
53
+ context = new Context(tryLocsList || []);
54
+ return defineProperty(generator, "_invoke", {
55
+ value: makeInvokeMethod(innerFn, self, context)
56
+ }), generator;
58
57
  }
59
- function tryCatch(t, e, r) {
58
+ function tryCatch(fn, obj, arg) {
60
59
  try {
61
60
  return {
62
61
  type: "normal",
63
- arg: t.call(e, r)
62
+ arg: fn.call(obj, arg)
64
63
  };
65
- } catch (t) {
64
+ } catch (err) {
66
65
  return {
67
66
  type: "throw",
68
- arg: t
67
+ arg: err
69
68
  };
70
69
  }
71
70
  }
72
- e.wrap = wrap;
73
- var h = "suspendedStart",
74
- l = "suspendedYield",
75
- f = "executing",
76
- s = "completed",
77
- y = {};
71
+ exports.wrap = wrap;
72
+ var ContinueSentinel = {};
78
73
  function Generator() {}
79
74
  function GeneratorFunction() {}
80
75
  function GeneratorFunctionPrototype() {}
81
- var p = {};
82
- define(p, a, function () {
76
+ var IteratorPrototype = {};
77
+ define(IteratorPrototype, iteratorSymbol, function () {
83
78
  return this;
84
79
  });
85
- var d = Object.getPrototypeOf,
86
- v = d && d(d(values([])));
87
- v && v !== r && n.call(v, a) && (p = v);
88
- var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p);
89
- function defineIteratorMethods(t) {
90
- ["next", "throw", "return"].forEach(function (e) {
91
- define(t, e, function (t) {
92
- return this._invoke(e, t);
80
+ var getProto = Object.getPrototypeOf,
81
+ NativeIteratorPrototype = getProto && getProto(getProto(values([])));
82
+ NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype);
83
+ var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype);
84
+ function defineIteratorMethods(prototype) {
85
+ ["next", "throw", "return"].forEach(function (method) {
86
+ define(prototype, method, function (arg) {
87
+ return this._invoke(method, arg);
93
88
  });
94
89
  });
95
90
  }
96
- function AsyncIterator(t, e) {
97
- function invoke(r, o, i, a) {
98
- var c = tryCatch(t[r], t, o);
99
- if ("throw" !== c.type) {
100
- var u = c.arg,
101
- h = u.value;
102
- return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) {
103
- invoke("next", t, i, a);
104
- }, function (t) {
105
- invoke("throw", t, i, a);
106
- }) : e.resolve(h).then(function (t) {
107
- u.value = t, i(u);
108
- }, function (t) {
109
- return invoke("throw", t, i, a);
91
+ function AsyncIterator(generator, PromiseImpl) {
92
+ function invoke(method, arg, resolve, reject) {
93
+ var record = tryCatch(generator[method], generator, arg);
94
+ if ("throw" !== record.type) {
95
+ var result = record.arg,
96
+ value = result.value;
97
+ return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) {
98
+ invoke("next", value, resolve, reject);
99
+ }, function (err) {
100
+ invoke("throw", err, resolve, reject);
101
+ }) : PromiseImpl.resolve(value).then(function (unwrapped) {
102
+ result.value = unwrapped, resolve(result);
103
+ }, function (error) {
104
+ return invoke("throw", error, resolve, reject);
110
105
  });
111
106
  }
112
- a(c.arg);
107
+ reject(record.arg);
113
108
  }
114
- var r;
115
- o(this, "_invoke", {
116
- value: function value(t, n) {
109
+ var previousPromise;
110
+ defineProperty(this, "_invoke", {
111
+ value: function value(method, arg) {
117
112
  function callInvokeWithMethodAndArg() {
118
- return new e(function (e, r) {
119
- invoke(t, n, e, r);
113
+ return new PromiseImpl(function (resolve, reject) {
114
+ invoke(method, arg, resolve, reject);
120
115
  });
121
116
  }
122
- return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
117
+ return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
123
118
  }
124
119
  });
125
120
  }
126
- function makeInvokeMethod(e, r, n) {
127
- var o = h;
128
- return function (i, a) {
129
- if (o === f) throw new Error("Generator is already running");
130
- if (o === s) {
131
- if ("throw" === i) throw a;
132
- return {
133
- value: t,
134
- done: !0
135
- };
136
- }
137
- for (n.method = i, n.arg = a;;) {
138
- var c = n.delegate;
139
- if (c) {
140
- var u = maybeInvokeDelegate(c, n);
141
- if (u) {
142
- if (u === y) continue;
143
- return u;
121
+ function makeInvokeMethod(innerFn, self, context) {
122
+ var state = "suspendedStart";
123
+ return function (method, arg) {
124
+ if ("executing" === state) throw new Error("Generator is already running");
125
+ if ("completed" === state) {
126
+ if ("throw" === method) throw arg;
127
+ return doneResult();
128
+ }
129
+ for (context.method = method, context.arg = arg;;) {
130
+ var delegate = context.delegate;
131
+ if (delegate) {
132
+ var delegateResult = maybeInvokeDelegate(delegate, context);
133
+ if (delegateResult) {
134
+ if (delegateResult === ContinueSentinel) continue;
135
+ return delegateResult;
144
136
  }
145
137
  }
146
- if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) {
147
- if (o === h) throw o = s, n.arg;
148
- n.dispatchException(n.arg);
149
- } else "return" === n.method && n.abrupt("return", n.arg);
150
- o = f;
151
- var p = tryCatch(e, r, n);
152
- if ("normal" === p.type) {
153
- if (o = n.done ? s : l, p.arg === y) continue;
138
+ if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) {
139
+ if ("suspendedStart" === state) throw state = "completed", context.arg;
140
+ context.dispatchException(context.arg);
141
+ } else "return" === context.method && context.abrupt("return", context.arg);
142
+ state = "executing";
143
+ var record = tryCatch(innerFn, self, context);
144
+ if ("normal" === record.type) {
145
+ if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue;
154
146
  return {
155
- value: p.arg,
156
- done: n.done
147
+ value: record.arg,
148
+ done: context.done
157
149
  };
158
150
  }
159
- "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg);
151
+ "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg);
160
152
  }
161
153
  };
162
154
  }
163
- function maybeInvokeDelegate(e, r) {
164
- var n = r.method,
165
- o = e.iterator[n];
166
- if (o === t) return r.delegate = null, "throw" === n && e.iterator["return"] && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y;
167
- var i = tryCatch(o, e.iterator, r.arg);
168
- if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y;
169
- var a = i.arg;
170
- return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y);
155
+ function maybeInvokeDelegate(delegate, context) {
156
+ var methodName = context.method,
157
+ method = delegate.iterator[methodName];
158
+ if (undefined === method) return context.delegate = null, "throw" === methodName && delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method) || "return" !== methodName && (context.method = "throw", context.arg = new TypeError("The iterator does not provide a '" + methodName + "' method")), ContinueSentinel;
159
+ var record = tryCatch(method, delegate.iterator, context.arg);
160
+ if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel;
161
+ var info = record.arg;
162
+ 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);
171
163
  }
172
- function pushTryEntry(t) {
173
- var e = {
174
- tryLoc: t[0]
164
+ function pushTryEntry(locs) {
165
+ var entry = {
166
+ tryLoc: locs[0]
175
167
  };
176
- 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e);
168
+ 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry);
177
169
  }
178
- function resetTryEntry(t) {
179
- var e = t.completion || {};
180
- e.type = "normal", delete e.arg, t.completion = e;
170
+ function resetTryEntry(entry) {
171
+ var record = entry.completion || {};
172
+ record.type = "normal", delete record.arg, entry.completion = record;
181
173
  }
182
- function Context(t) {
174
+ function Context(tryLocsList) {
183
175
  this.tryEntries = [{
184
176
  tryLoc: "root"
185
- }], t.forEach(pushTryEntry, this), this.reset(!0);
177
+ }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0);
186
178
  }
187
- function values(e) {
188
- if (e || "" === e) {
189
- var r = e[a];
190
- if (r) return r.call(e);
191
- if ("function" == typeof e.next) return e;
192
- if (!isNaN(e.length)) {
193
- var o = -1,
194
- i = function next() {
195
- for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next;
196
- return next.value = t, next.done = !0, next;
179
+ function values(iterable) {
180
+ if (iterable) {
181
+ var iteratorMethod = iterable[iteratorSymbol];
182
+ if (iteratorMethod) return iteratorMethod.call(iterable);
183
+ if ("function" == typeof iterable.next) return iterable;
184
+ if (!isNaN(iterable.length)) {
185
+ var i = -1,
186
+ next = function next() {
187
+ for (; ++i < iterable.length;) if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next;
188
+ return next.value = undefined, next.done = !0, next;
197
189
  };
198
- return i.next = i;
190
+ return next.next = next;
199
191
  }
200
192
  }
201
- throw new TypeError(_typeof(e) + " is not iterable");
193
+ return {
194
+ next: doneResult
195
+ };
202
196
  }
203
- return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", {
197
+ function doneResult() {
198
+ return {
199
+ value: undefined,
200
+ done: !0
201
+ };
202
+ }
203
+ return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", {
204
204
  value: GeneratorFunctionPrototype,
205
205
  configurable: !0
206
- }), o(GeneratorFunctionPrototype, "constructor", {
206
+ }), defineProperty(GeneratorFunctionPrototype, "constructor", {
207
207
  value: GeneratorFunction,
208
208
  configurable: !0
209
- }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) {
210
- var e = "function" == typeof t && t.constructor;
211
- return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name));
212
- }, e.mark = function (t) {
213
- return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t;
214
- }, e.awrap = function (t) {
209
+ }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) {
210
+ var ctor = "function" == typeof genFun && genFun.constructor;
211
+ return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name));
212
+ }, exports.mark = function (genFun) {
213
+ return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun;
214
+ }, exports.awrap = function (arg) {
215
215
  return {
216
- __await: t
216
+ __await: arg
217
217
  };
218
- }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () {
218
+ }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () {
219
219
  return this;
220
- }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) {
221
- void 0 === i && (i = Promise);
222
- var a = new AsyncIterator(wrap(t, r, n, o), i);
223
- return e.isGeneratorFunction(r) ? a : a.next().then(function (t) {
224
- return t.done ? t.value : a.next();
220
+ }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) {
221
+ void 0 === PromiseImpl && (PromiseImpl = Promise);
222
+ var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl);
223
+ return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) {
224
+ return result.done ? result.value : iter.next();
225
225
  });
226
- }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () {
226
+ }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () {
227
227
  return this;
228
- }), define(g, "toString", function () {
228
+ }), define(Gp, "toString", function () {
229
229
  return "[object Generator]";
230
- }), e.keys = function (t) {
231
- var e = Object(t),
232
- r = [];
233
- for (var n in e) r.push(n);
234
- return r.reverse(), function next() {
235
- for (; r.length;) {
236
- var t = r.pop();
237
- if (t in e) return next.value = t, next.done = !1, next;
230
+ }), exports.keys = function (val) {
231
+ var object = Object(val),
232
+ keys = [];
233
+ for (var key in object) keys.push(key);
234
+ return keys.reverse(), function next() {
235
+ for (; keys.length;) {
236
+ var key = keys.pop();
237
+ if (key in object) return next.value = key, next.done = !1, next;
238
238
  }
239
239
  return next.done = !0, next;
240
240
  };
241
- }, e.values = values, Context.prototype = {
241
+ }, exports.values = values, Context.prototype = {
242
242
  constructor: Context,
243
- reset: function reset(e) {
244
- if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t);
243
+ reset: function reset(skipTempReset) {
244
+ 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);
245
245
  },
246
246
  stop: function stop() {
247
247
  this.done = !0;
248
- var t = this.tryEntries[0].completion;
249
- if ("throw" === t.type) throw t.arg;
248
+ var rootRecord = this.tryEntries[0].completion;
249
+ if ("throw" === rootRecord.type) throw rootRecord.arg;
250
250
  return this.rval;
251
251
  },
252
- dispatchException: function dispatchException(e) {
253
- if (this.done) throw e;
254
- var r = this;
255
- function handle(n, o) {
256
- return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o;
257
- }
258
- for (var o = this.tryEntries.length - 1; o >= 0; --o) {
259
- var i = this.tryEntries[o],
260
- a = i.completion;
261
- if ("root" === i.tryLoc) return handle("end");
262
- if (i.tryLoc <= this.prev) {
263
- var c = n.call(i, "catchLoc"),
264
- u = n.call(i, "finallyLoc");
265
- if (c && u) {
266
- if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
267
- if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
268
- } else if (c) {
269
- if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
252
+ dispatchException: function dispatchException(exception) {
253
+ if (this.done) throw exception;
254
+ var context = this;
255
+ function handle(loc, caught) {
256
+ return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught;
257
+ }
258
+ for (var i = this.tryEntries.length - 1; i >= 0; --i) {
259
+ var entry = this.tryEntries[i],
260
+ record = entry.completion;
261
+ if ("root" === entry.tryLoc) return handle("end");
262
+ if (entry.tryLoc <= this.prev) {
263
+ var hasCatch = hasOwn.call(entry, "catchLoc"),
264
+ hasFinally = hasOwn.call(entry, "finallyLoc");
265
+ if (hasCatch && hasFinally) {
266
+ if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0);
267
+ if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc);
268
+ } else if (hasCatch) {
269
+ if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0);
270
270
  } else {
271
- if (!u) throw new Error("try statement without catch or finally");
272
- if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
271
+ if (!hasFinally) throw new Error("try statement without catch or finally");
272
+ if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc);
273
273
  }
274
274
  }
275
275
  }
276
276
  },
277
- abrupt: function abrupt(t, e) {
278
- for (var r = this.tryEntries.length - 1; r >= 0; --r) {
279
- var o = this.tryEntries[r];
280
- if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) {
281
- var i = o;
277
+ abrupt: function abrupt(type, arg) {
278
+ for (var i = this.tryEntries.length - 1; i >= 0; --i) {
279
+ var entry = this.tryEntries[i];
280
+ if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) {
281
+ var finallyEntry = entry;
282
282
  break;
283
283
  }
284
284
  }
285
- i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null);
286
- var a = i ? i.completion : {};
287
- return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a);
285
+ finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null);
286
+ var record = finallyEntry ? finallyEntry.completion : {};
287
+ return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record);
288
288
  },
289
- complete: function complete(t, e) {
290
- if ("throw" === t.type) throw t.arg;
291
- return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y;
289
+ complete: function complete(record, afterLoc) {
290
+ if ("throw" === record.type) throw record.arg;
291
+ 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;
292
292
  },
293
- finish: function finish(t) {
294
- for (var e = this.tryEntries.length - 1; e >= 0; --e) {
295
- var r = this.tryEntries[e];
296
- if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y;
293
+ finish: function finish(finallyLoc) {
294
+ for (var i = this.tryEntries.length - 1; i >= 0; --i) {
295
+ var entry = this.tryEntries[i];
296
+ if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel;
297
297
  }
298
298
  },
299
- "catch": function _catch(t) {
300
- for (var e = this.tryEntries.length - 1; e >= 0; --e) {
301
- var r = this.tryEntries[e];
302
- if (r.tryLoc === t) {
303
- var n = r.completion;
304
- if ("throw" === n.type) {
305
- var o = n.arg;
306
- resetTryEntry(r);
299
+ "catch": function _catch(tryLoc) {
300
+ for (var i = this.tryEntries.length - 1; i >= 0; --i) {
301
+ var entry = this.tryEntries[i];
302
+ if (entry.tryLoc === tryLoc) {
303
+ var record = entry.completion;
304
+ if ("throw" === record.type) {
305
+ var thrown = record.arg;
306
+ resetTryEntry(entry);
307
307
  }
308
- return o;
308
+ return thrown;
309
309
  }
310
310
  }
311
311
  throw new Error("illegal catch attempt");
312
312
  },
313
- delegateYield: function delegateYield(e, r, n) {
313
+ delegateYield: function delegateYield(iterable, resultName, nextLoc) {
314
314
  return this.delegate = {
315
- iterator: values(e),
316
- resultName: r,
317
- nextLoc: n
318
- }, "next" === this.method && (this.arg = t), y;
315
+ iterator: values(iterable),
316
+ resultName: resultName,
317
+ nextLoc: nextLoc
318
+ }, "next" === this.method && (this.arg = undefined), ContinueSentinel;
319
319
  }
320
- }, e;
320
+ }, exports;
321
321
  }
322
322
  module.exports = _regeneratorRuntime, module.exports.__esModule = true, module.exports["default"] = module.exports;
323
323
 
@@ -326,14 +326,14 @@ module.exports = _regeneratorRuntime, module.exports.__esModule = true, module.e
326
326
  /***/ 7425:
327
327
  /***/ ((module) => {
328
328
 
329
- function _typeof(o) {
329
+ function _typeof(obj) {
330
330
  "@babel/helpers - typeof";
331
331
 
332
- return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
333
- return typeof o;
334
- } : function (o) {
335
- return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
336
- }, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(o);
332
+ return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
333
+ return typeof obj;
334
+ } : function (obj) {
335
+ return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
336
+ }, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(obj);
337
337
  }
338
338
  module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports;
339
339
 
@@ -433,38 +433,38 @@ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
433
433
  var y = x => () => x
434
434
  const shared_namespaceObject = x({ ["debounce"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.debounce, ["random"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.random, ["withInstall"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.withInstall });
435
435
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/typeof.js
436
- function _typeof(o) {
436
+ function _typeof(obj) {
437
437
  "@babel/helpers - typeof";
438
438
 
439
- return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
440
- return typeof o;
441
- } : function (o) {
442
- return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
443
- }, _typeof(o);
439
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
440
+ return typeof obj;
441
+ } : function (obj) {
442
+ return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
443
+ }, _typeof(obj);
444
444
  }
445
445
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toPrimitive.js
446
446
 
447
- function toPrimitive(t, r) {
448
- if ("object" != _typeof(t) || !t) return t;
449
- var e = t[Symbol.toPrimitive];
450
- if (void 0 !== e) {
451
- var i = e.call(t, r || "default");
452
- if ("object" != _typeof(i)) return i;
447
+ function _toPrimitive(input, hint) {
448
+ if (_typeof(input) !== "object" || input === null) return input;
449
+ var prim = input[Symbol.toPrimitive];
450
+ if (prim !== undefined) {
451
+ var res = prim.call(input, hint || "default");
452
+ if (_typeof(res) !== "object") return res;
453
453
  throw new TypeError("@@toPrimitive must return a primitive value.");
454
454
  }
455
- return ("string" === r ? String : Number)(t);
455
+ return (hint === "string" ? String : Number)(input);
456
456
  }
457
457
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
458
458
 
459
459
 
460
- function toPropertyKey(t) {
461
- var i = toPrimitive(t, "string");
462
- return "symbol" == _typeof(i) ? i : String(i);
460
+ function _toPropertyKey(arg) {
461
+ var key = _toPrimitive(arg, "string");
462
+ return _typeof(key) === "symbol" ? key : String(key);
463
463
  }
464
464
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
465
465
 
466
466
  function _defineProperty(obj, key, value) {
467
- key = toPropertyKey(key);
467
+ key = _toPropertyKey(key);
468
468
  if (key in obj) {
469
469
  Object.defineProperty(obj, key, {
470
470
  value: value,
@@ -814,31 +814,31 @@ function _arrayWithHoles(arr) {
814
814
  if (Array.isArray(arr)) return arr;
815
815
  }
816
816
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js
817
- function _iterableToArrayLimit(r, l) {
818
- var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
819
- if (null != t) {
820
- var e,
821
- n,
822
- i,
823
- u,
824
- a = [],
825
- f = !0,
826
- o = !1;
817
+ function _iterableToArrayLimit(arr, i) {
818
+ var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"];
819
+ if (null != _i) {
820
+ var _s,
821
+ _e,
822
+ _x,
823
+ _r,
824
+ _arr = [],
825
+ _n = !0,
826
+ _d = !1;
827
827
  try {
828
- if (i = (t = t.call(r)).next, 0 === l) {
829
- if (Object(t) !== t) return;
830
- f = !1;
831
- } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0);
832
- } catch (r) {
833
- o = !0, n = r;
828
+ if (_x = (_i = _i.call(arr)).next, 0 === i) {
829
+ if (Object(_i) !== _i) return;
830
+ _n = !1;
831
+ } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0);
832
+ } catch (err) {
833
+ _d = !0, _e = err;
834
834
  } finally {
835
835
  try {
836
- if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return;
836
+ if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return;
837
837
  } finally {
838
- if (o) throw n;
838
+ if (_d) throw _e;
839
839
  }
840
840
  }
841
- return a;
841
+ return _arr;
842
842
  }
843
843
  }
844
844
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
@@ -962,7 +962,7 @@ function _defineProperties(target, props) {
962
962
  descriptor.enumerable = descriptor.enumerable || false;
963
963
  descriptor.configurable = true;
964
964
  if ("value" in descriptor) descriptor.writable = true;
965
- Object.defineProperty(target, toPropertyKey(descriptor.key), descriptor);
965
+ Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor);
966
966
  }
967
967
  }
968
968
  function _createClass(Constructor, protoProps, staticProps) {
@@ -1268,10 +1268,9 @@ var SelectedItem = /*#__PURE__*/function () {
1268
1268
 
1269
1269
 
1270
1270
 
1271
-
1272
1271
  // import { Done } from '@bkui-vue/icon';
1273
1272
 
1274
- /* harmony default export */ const menu = ((0,external_vue_namespaceObject.defineComponent)({
1273
+ /* harmony default export */ const menu = (defineComponent({
1275
1274
  name: 'SearchSelectMenu',
1276
1275
  props: {
1277
1276
  list: {
@@ -1322,7 +1321,7 @@ var SelectedItem = /*#__PURE__*/function () {
1322
1321
  var t = (0,config_provider_namespaceObject.useLocale)('searchSelect');
1323
1322
  var _usePrefix = (0,config_provider_namespaceObject.usePrefix)(),
1324
1323
  resolveClassName = _usePrefix.resolveClassName;
1325
- var localFooterBtns = (0,external_vue_namespaceObject.computed)(function () {
1324
+ var localFooterBtns = computed(function () {
1326
1325
  if (props.footerBtns === undefined || props.footerBtns.length === 0) {
1327
1326
  return [{
1328
1327
  id: 'confirm',
@@ -1335,7 +1334,7 @@ var SelectedItem = /*#__PURE__*/function () {
1335
1334
  }
1336
1335
  return props.footerBtns;
1337
1336
  });
1338
- var resolveContentStyles = (0,external_vue_namespaceObject.computed)(function () {
1337
+ var resolveContentStyles = computed(function () {
1339
1338
  return {
1340
1339
  maxHeight: "".concat(props.maxHeight, "px")
1341
1340
  };
@@ -1350,7 +1349,7 @@ var SelectedItem = /*#__PURE__*/function () {
1350
1349
  function handleClickFooterBtn(item) {
1351
1350
  emit('footerClick', item);
1352
1351
  }
1353
- var filterList = (0,external_vue_namespaceObject.computed)(function () {
1352
+ var filterList = computed(function () {
1354
1353
  var _props$list, _props$keyword;
1355
1354
  if (!((_props$list = props.list) !== null && _props$list !== void 0 && _props$list.length)) return [];
1356
1355
  if (!((_props$keyword = props.keyword) !== null && _props$keyword !== void 0 && _props$keyword.length)) return props.list;
@@ -1484,9 +1483,9 @@ var SelectedItem = /*#__PURE__*/function () {
1484
1483
 
1485
1484
 
1486
1485
 
1487
- function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = input_unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
1488
- function input_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return input_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return input_arrayLikeToArray(o, minLen); }
1489
- function input_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
1486
+ function _createForOfIteratorHelper(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (!t) { if (Array.isArray(r) || (t = input_unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { t && (r = t); var _n = 0, F = function F() {}; return { s: F, n: function n() { return _n >= r.length ? { done: !0 } : { done: !1, value: r[_n++] }; }, e: function e(r) { throw r; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var o, a = !0, u = !1; return { s: function s() { t = t.call(r); }, n: function n() { var r = t.next(); return a = r.done, r; }, e: function e(r) { u = !0, o = r; }, f: function f() { try { a || null == t["return"] || t["return"](); } finally { if (u) throw o; } } }; }
1487
+ function input_unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return input_arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? input_arrayLikeToArray(r, a) : void 0; } }
1488
+ function input_arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
1490
1489
 
1491
1490
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1492
1491
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
@@ -1641,7 +1640,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
1641
1640
  function documentArrowEvent(e) {
1642
1641
  var _inputRef$value;
1643
1642
  e.preventDefault();
1644
- (_inputRef$value = inputRef.value) === null || _inputRef$value === void 0 || _inputRef$value.blur();
1643
+ (_inputRef$value = inputRef.value) === null || _inputRef$value === void 0 ? void 0 : _inputRef$value.blur();
1645
1644
  var len = menuList.value.length;
1646
1645
  var index = menuList.value.findIndex(function (set) {
1647
1646
  return set.id === menuHoverId.value;
@@ -1651,7 +1650,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
1651
1650
  var item = menuList.value[index];
1652
1651
  if (item && !item.disabled) {
1653
1652
  var dom = document.getElementById(item.id);
1654
- dom === null || dom === void 0 || dom.focus();
1653
+ dom === null || dom === void 0 ? void 0 : dom.focus();
1655
1654
  menuHoverId.value = item.id;
1656
1655
  break;
1657
1656
  }
@@ -1700,11 +1699,11 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
1700
1699
  if (props.mode === SearchInputMode.EDIT && usingItem.value && !isFocus.value) {
1701
1700
  var nodeList = Array.from(inputRef.value.querySelectorAll("[data-type=\"".concat(usingItem.value.values.length ? 'value' : usingItem.value.type, "\"]")));
1702
1701
  if (!nodeList.length) return;
1703
- event === null || event === void 0 || event.preventDefault();
1702
+ event === null || event === void 0 ? void 0 : event.preventDefault();
1704
1703
  var range = document.createRange();
1705
1704
  var selection = window.getSelection();
1706
1705
  range.selectNodeContents(nodeList.at(-1));
1707
- selection === null || selection === void 0 || selection.removeAllRanges();
1706
+ selection === null || selection === void 0 ? void 0 : selection.removeAllRanges();
1708
1707
  isOriginFocus = true;
1709
1708
  setTimeout(function () {
1710
1709
  isOriginFocus = false;
@@ -1797,13 +1796,13 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
1797
1796
  return _handleKeyEnter.apply(this, arguments);
1798
1797
  }
1799
1798
  function _handleKeyEnter() {
1800
- _handleKeyEnter = _asyncToGenerator( /*#__PURE__*/regenerator_default().mark(function _callee(event) {
1799
+ _handleKeyEnter = _asyncToGenerator(/*#__PURE__*/regenerator_default().mark(function _callee(event) {
1801
1800
  var _usingItem$value6, _usingItem$value7, _usingItem$value8;
1802
1801
  var isValid;
1803
1802
  return regenerator_default().wrap(function _callee$(_context) {
1804
1803
  while (1) switch (_context.prev = _context.next) {
1805
1804
  case 0:
1806
- event === null || event === void 0 || event.preventDefault();
1805
+ event === null || event === void 0 ? void 0 : event.preventDefault();
1807
1806
  // 异步延迟解决确保响应时机问题
1808
1807
  _context.next = 3;
1809
1808
  return new Promise(function (resolve) {
@@ -1904,7 +1903,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
1904
1903
  return _handleSelectItem.apply(this, arguments);
1905
1904
  }
1906
1905
  function _handleSelectItem() {
1907
- _handleSelectItem = _asyncToGenerator( /*#__PURE__*/regenerator_default().mark(function _callee2(item, type) {
1906
+ _handleSelectItem = _asyncToGenerator(/*#__PURE__*/regenerator_default().mark(function _callee2(item, type) {
1908
1907
  var _item$value, _usingItem$value9, _usingItem$value12;
1909
1908
  var _item$realId, selectedItem, _usingItem$value10, _usingItem$value11, isCondition;
1910
1909
  return regenerator_default().wrap(function _callee2$(_context2) {
@@ -2018,7 +2017,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
2018
2017
  return _validateValues.apply(this, arguments);
2019
2018
  }
2020
2019
  function _validateValues() {
2021
- _validateValues = _asyncToGenerator( /*#__PURE__*/regenerator_default().mark(function _callee3(searchItem, value) {
2020
+ _validateValues = _asyncToGenerator(/*#__PURE__*/regenerator_default().mark(function _callee3(searchItem, value) {
2022
2021
  var validateStr;
2023
2022
  return regenerator_default().wrap(function _callee3$(_context3) {
2024
2023
  while (1) switch (_context3.prev = _context3.next) {
@@ -2061,7 +2060,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
2061
2060
  return _validateUsingItemValues.apply(this, arguments);
2062
2061
  }
2063
2062
  function _validateUsingItemValues() {
2064
- _validateUsingItemValues = _asyncToGenerator( /*#__PURE__*/regenerator_default().mark(function _callee4(preValues) {
2063
+ _validateUsingItemValues = _asyncToGenerator(/*#__PURE__*/regenerator_default().mark(function _callee4(preValues) {
2065
2064
  var _usingItem$value13, searchItem, validate, values;
2066
2065
  return regenerator_default().wrap(function _callee4$(_context4) {
2067
2066
  while (1) switch (_context4.prev = _context4.next) {
@@ -2099,7 +2098,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
2099
2098
  return _setMenuList.apply(this, arguments);
2100
2099
  }
2101
2100
  function _setMenuList() {
2102
- _setMenuList = _asyncToGenerator( /*#__PURE__*/regenerator_default().mark(function _callee5() {
2101
+ _setMenuList = _asyncToGenerator(/*#__PURE__*/regenerator_default().mark(function _callee5() {
2103
2102
  var _props$data, _usingItem$value$sear, _usingItem$value$valu;
2104
2103
  var list, _usingItem$value14, _keyword$value3, _iterator, _step, item, isMatched, _list, filterList, _iterator2, _step2, child, _list2, _filterList, _iterator3, _step3, _child, hoverItem;
2105
2104
  return regenerator_default().wrap(function _callee5$(_context5) {
@@ -2230,7 +2229,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
2230
2229
  return _enterNewItemSelected.apply(this, arguments);
2231
2230
  }
2232
2231
  function _enterNewItemSelected() {
2233
- _enterNewItemSelected = _asyncToGenerator( /*#__PURE__*/regenerator_default().mark(function _callee6() {
2232
+ _enterNewItemSelected = _asyncToGenerator(/*#__PURE__*/regenerator_default().mark(function _callee6() {
2234
2233
  var formatItem, valueList, res;
2235
2234
  return regenerator_default().wrap(function _callee6$(_context6) {
2236
2235
  while (1) switch (_context6.prev = _context6.next) {
@@ -2266,7 +2265,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
2266
2265
  return _enterExistingItemSelected.apply(this, arguments);
2267
2266
  }
2268
2267
  function _enterExistingItemSelected() {
2269
- _enterExistingItemSelected = _asyncToGenerator( /*#__PURE__*/regenerator_default().mark(function _callee7() {
2268
+ _enterExistingItemSelected = _asyncToGenerator(/*#__PURE__*/regenerator_default().mark(function _callee7() {
2270
2269
  var valueList, formatItem, isValid;
2271
2270
  return regenerator_default().wrap(function _callee7$(_context7) {
2272
2271
  while (1) switch (_context7.prev = _context7.next) {
@@ -2381,13 +2380,13 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
2381
2380
  }
2382
2381
  function inputFocusForWrapper() {
2383
2382
  var _inputRef$value2;
2384
- (_inputRef$value2 = inputRef.value) === null || _inputRef$value2 === void 0 || _inputRef$value2.focus();
2383
+ (_inputRef$value2 = inputRef.value) === null || _inputRef$value2 === void 0 ? void 0 : _inputRef$value2.focus();
2385
2384
  }
2386
2385
  function inputEnterForWrapper() {
2387
2386
  return _inputEnterForWrapper.apply(this, arguments);
2388
2387
  }
2389
2388
  function _inputEnterForWrapper() {
2390
- _inputEnterForWrapper = _asyncToGenerator( /*#__PURE__*/regenerator_default().mark(function _callee8() {
2389
+ _inputEnterForWrapper = _asyncToGenerator(/*#__PURE__*/regenerator_default().mark(function _callee8() {
2391
2390
  return regenerator_default().wrap(function _callee8$(_context8) {
2392
2391
  while (1) switch (_context8.prev = _context8.next) {
2393
2392
  case 0:
@@ -2753,9 +2752,9 @@ function selected_objectSpread(e) { for (var r = 1; r < arguments.length; r++) {
2753
2752
 
2754
2753
  function search_select_ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2755
2754
  function search_select_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? search_select_ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : search_select_ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2756
- function search_select_createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = search_select_unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
2757
- function search_select_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return search_select_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return search_select_arrayLikeToArray(o, minLen); }
2758
- function search_select_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
2755
+ function search_select_createForOfIteratorHelper(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (!t) { if (Array.isArray(r) || (t = search_select_unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { t && (r = t); var _n = 0, F = function F() {}; return { s: F, n: function n() { return _n >= r.length ? { done: !0 } : { done: !1, value: r[_n++] }; }, e: function e(r) { throw r; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var o, a = !0, u = !1; return { s: function s() { t = t.call(r); }, n: function n() { var r = t.next(); return a = r.done, r; }, e: function e(r) { u = !0, o = r; }, f: function f() { try { a || null == t["return"] || t["return"](); } finally { if (u) throw o; } } }; }
2756
+ function search_select_unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return search_select_arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? search_select_arrayLikeToArray(r, a) : void 0; } }
2757
+ function search_select_arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
2759
2758
  /*
2760
2759
  * Tencent is pleased to support the open source community by making
2761
2760
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -3097,7 +3096,7 @@ var SearchSelectProps = {
3097
3096
  }
3098
3097
  if (v === false) {
3099
3098
  var _wrapRef$value$queryS;
3100
- (_wrapRef$value$queryS = wrapRef.value.querySelector(".".concat(resolveClassName('search-select-container')))) === null || _wrapRef$value$queryS === void 0 || _wrapRef$value$queryS.scrollTo(0, 0);
3099
+ (_wrapRef$value$queryS = wrapRef.value.querySelector(".".concat(resolveClassName('search-select-container')))) === null || _wrapRef$value$queryS === void 0 ? void 0 : _wrapRef$value$queryS.scrollTo(0, 0);
3101
3100
  }
3102
3101
  isFocus.value = v;
3103
3102
  }
@@ -3134,6 +3133,7 @@ var SearchSelectProps = {
3134
3133
  },
3135
3134
  render: function render() {
3136
3135
  var _this = this,
3136
+ _ref2,
3137
3137
  _this$$slots$prepend,
3138
3138
  _this$$slots2;
3139
3139
  var maxHeight = "".concat(this.isFocus ? this.maxHeight : INPUT_MIN_HEIGHT).replace('px', '');
@@ -3149,7 +3149,7 @@ var SearchSelectProps = {
3149
3149
  "ref": "wrapRef",
3150
3150
  "class": this.resolveClassName('search-select')
3151
3151
  }, [(0,external_vue_namespaceObject.createVNode)("div", {
3152
- "class": _defineProperty(_defineProperty({}, this.resolveClassName('search-select-container'), true), 'is-focus', this.isFocus),
3152
+ "class": (_ref2 = {}, _defineProperty(_ref2, this.resolveClassName('search-select-container'), true), _defineProperty(_ref2, 'is-focus', this.isFocus), _ref2),
3153
3153
  "onClick": this.handleWrapClick
3154
3154
  }, [(0,external_vue_namespaceObject.createVNode)("div", {
3155
3155
  "class": "search-prefix"