bkui-vue 0.0.3-beta.6 → 1.0.1

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 (276) hide show
  1. package/README.md +1 -0
  2. package/dist/index.cjs.js +47 -47
  3. package/dist/index.esm.js +10444 -10431
  4. package/dist/index.umd.js +47 -47
  5. package/dist/style.css +1 -1
  6. package/dist/style.variable.css +1 -1
  7. package/lib/affix/index.d.ts +57 -111
  8. package/lib/affix/index.js +35 -34
  9. package/lib/alert/alert.d.ts +1 -1
  10. package/lib/alert/index.d.ts +82 -132
  11. package/lib/alert/index.js +43 -42
  12. package/lib/animate-number/index.d.ts +33 -96
  13. package/lib/animate-number/index.js +7 -7
  14. package/lib/backtop/index.d.ts +69 -117
  15. package/lib/backtop/index.js +23 -22
  16. package/lib/badge/badge.d.ts +1 -1
  17. package/lib/badge/index.d.ts +120 -153
  18. package/lib/badge/index.js +40 -39
  19. package/lib/breadcrumb/index.d.ts +67 -119
  20. package/lib/breadcrumb/index.js +48 -47
  21. package/lib/button/button.d.ts +2 -2
  22. package/lib/button/index.d.ts +119 -155
  23. package/lib/button/index.js +60 -53
  24. package/lib/card/card.d.ts +1 -1
  25. package/lib/card/index.d.ts +129 -158
  26. package/lib/card/index.js +62 -57
  27. package/lib/cascader/cascader.d.ts +3 -3
  28. package/lib/cascader/index.d.ts +393 -354
  29. package/lib/cascader/index.js +338 -320
  30. package/lib/checkbox/checkbox.d.ts +1 -1
  31. package/lib/checkbox/index.d.ts +119 -161
  32. package/lib/checkbox/index.js +77 -78
  33. package/lib/code-diff/code-diff.css +0 -1
  34. package/lib/code-diff/code-diff.d.ts +1 -0
  35. package/lib/code-diff/code-diff.less +1 -1
  36. package/lib/code-diff/code-diff.variable.css +0 -1
  37. package/lib/code-diff/index.d.ts +65 -82
  38. package/lib/code-diff/index.js +532 -452
  39. package/lib/collapse/index.d.ts +144 -168
  40. package/lib/collapse/index.js +67 -66
  41. package/lib/collapse-transition/index.d.ts +19 -94
  42. package/lib/collapse-transition/index.js +10 -10
  43. package/lib/color-picker/color-picker.d.ts +1 -1
  44. package/lib/color-picker/index.d.ts +128 -154
  45. package/lib/color-picker/index.js +74 -76
  46. package/lib/components.js +63 -504
  47. package/lib/config-provider/index.d.ts +159 -226
  48. package/lib/config-provider/index.js +49 -45
  49. package/lib/config-provider/use-global-config.d.ts +2 -2
  50. package/lib/container/container.d.ts +1 -1
  51. package/lib/container/index.d.ts +74 -85
  52. package/lib/container/index.js +47 -46
  53. package/lib/date-picker/base/picker-dropdown.d.ts +1 -1
  54. package/lib/date-picker/base/time-spinner.d.ts +3 -3
  55. package/lib/date-picker/date-picker.d.ts +3 -3
  56. package/lib/date-picker/index.d.ts +384 -351
  57. package/lib/date-picker/index.js +164 -170
  58. package/lib/date-picker/panel/date-range.d.ts +1 -1
  59. package/lib/date-picker/panel/date.d.ts +1 -1
  60. package/lib/date-picker/panel/time-range.d.ts +2 -2
  61. package/lib/date-picker/panel/time.d.ts +1 -1
  62. package/lib/date-picker/time-picker.d.ts +3 -3
  63. package/lib/dialog/index.d.ts +355 -309
  64. package/lib/dialog/index.js +291 -279
  65. package/lib/directives/index.js +51 -51
  66. package/lib/dist.index.js +5 -61
  67. package/lib/divider/index.d.ts +57 -111
  68. package/lib/divider/index.js +16 -15
  69. package/lib/dropdown/dropdown.d.ts +1 -1
  70. package/lib/dropdown/index.d.ts +94 -136
  71. package/lib/dropdown/index.js +56 -49
  72. package/lib/exception/index.d.ts +41 -102
  73. package/lib/exception/index.js +37 -37
  74. package/lib/fixed-navbar/index.d.ts +59 -113
  75. package/lib/fixed-navbar/index.js +16 -15
  76. package/lib/form/form.d.ts +1 -1
  77. package/lib/form/index.d.ts +80 -132
  78. package/lib/form/index.js +83 -83
  79. package/lib/hooks.js +8 -48
  80. package/lib/icon/angle-double-down-line.js +23 -23
  81. package/lib/icon/angle-double-left-line.js +23 -23
  82. package/lib/icon/angle-double-left.js +23 -23
  83. package/lib/icon/angle-double-right-line.js +23 -23
  84. package/lib/icon/angle-double-right.js +23 -23
  85. package/lib/icon/angle-double-up-line.js +23 -23
  86. package/lib/icon/angle-down-fill.js +23 -23
  87. package/lib/icon/angle-down-line.js +23 -23
  88. package/lib/icon/angle-down.js +23 -23
  89. package/lib/icon/angle-left.js +23 -23
  90. package/lib/icon/angle-right.js +23 -23
  91. package/lib/icon/angle-up-fill.js +23 -23
  92. package/lib/icon/angle-up.js +23 -23
  93. package/lib/icon/archive-fill.js +23 -23
  94. package/lib/icon/arrows-left.js +23 -23
  95. package/lib/icon/arrows-right.js +23 -23
  96. package/lib/icon/assistant.js +23 -23
  97. package/lib/icon/audio-fill.js +23 -23
  98. package/lib/icon/bk.js +23 -23
  99. package/lib/icon/circle.js +23 -23
  100. package/lib/icon/close-line.js +23 -23
  101. package/lib/icon/close.js +23 -23
  102. package/lib/icon/code.js +23 -23
  103. package/lib/icon/cog-shape.js +23 -23
  104. package/lib/icon/collapse-left.js +23 -23
  105. package/lib/icon/copy-shape.js +23 -23
  106. package/lib/icon/copy.js +23 -23
  107. package/lib/icon/data-shape.js +23 -23
  108. package/lib/icon/del.js +23 -23
  109. package/lib/icon/doc-fill.js +23 -23
  110. package/lib/icon/done.js +23 -23
  111. package/lib/icon/down-shape.js +23 -23
  112. package/lib/icon/down-small.js +23 -23
  113. package/lib/icon/edit-line.js +23 -23
  114. package/lib/icon/ellipsis.js +23 -23
  115. package/lib/icon/enlarge-line.js +23 -23
  116. package/lib/icon/error.js +23 -23
  117. package/lib/icon/excel-fill.js +23 -23
  118. package/lib/icon/exclamation-circle-shape.js +23 -23
  119. package/lib/icon/eye.js +23 -23
  120. package/lib/icon/filliscreen-line.js +23 -23
  121. package/lib/icon/fix-line.js +23 -23
  122. package/lib/icon/fix-shape.js +23 -23
  123. package/lib/icon/folder-open.js +23 -23
  124. package/lib/icon/folder-shape-open.js +23 -23
  125. package/lib/icon/folder-shape.js +23 -23
  126. package/lib/icon/folder.js +23 -23
  127. package/lib/icon/funnel.js +23 -23
  128. package/lib/icon/grag-fill.js +23 -23
  129. package/lib/icon/help-document-fill.js +23 -23
  130. package/lib/icon/help-fill.js +23 -23
  131. package/lib/icon/help.js +23 -23
  132. package/lib/icon/image-fill.js +29 -29
  133. package/lib/icon/img-error.js +29 -29
  134. package/lib/icon/img-placehoulder.js +29 -29
  135. package/lib/icon/index.js +485 -485
  136. package/lib/icon/info-line.js +29 -29
  137. package/lib/icon/info.js +29 -29
  138. package/lib/icon/left-shape.js +29 -29
  139. package/lib/icon/left-turn-line.js +29 -29
  140. package/lib/icon/loading.js +29 -29
  141. package/lib/icon/narrow-line.js +29 -29
  142. package/lib/icon/original.js +29 -29
  143. package/lib/icon/pdf-fill.js +29 -29
  144. package/lib/icon/play-shape.js +29 -29
  145. package/lib/icon/plus.js +29 -29
  146. package/lib/icon/ppt-fill.js +29 -29
  147. package/lib/icon/qq.js +29 -29
  148. package/lib/icon/right-shape.js +29 -29
  149. package/lib/icon/right-turn-line.js +29 -29
  150. package/lib/icon/search.js +29 -29
  151. package/lib/icon/share.js +29 -29
  152. package/lib/icon/spinner.js +29 -29
  153. package/lib/icon/success.js +29 -29
  154. package/lib/icon/switcher-loading.js +29 -29
  155. package/lib/icon/text-file.js +29 -29
  156. package/lib/icon/text-fill.js +29 -29
  157. package/lib/icon/transfer.js +29 -29
  158. package/lib/icon/tree-application-shape.js +29 -29
  159. package/lib/icon/unfull-screen.js +29 -29
  160. package/lib/icon/unvisible.js +29 -29
  161. package/lib/icon/up-shape.js +29 -29
  162. package/lib/icon/upload.js +29 -29
  163. package/lib/icon/video-fill.js +29 -29
  164. package/lib/icon/warn.js +29 -29
  165. package/lib/icon/weixin-pro.js +29 -29
  166. package/lib/icon/weixin.js +29 -29
  167. package/lib/image/index.d.ts +113 -149
  168. package/lib/image/index.js +62 -62
  169. package/lib/index.js +8 -72
  170. package/lib/info-box/index.js +296 -284
  171. package/lib/input/index.d.ts +326 -293
  172. package/lib/input/index.js +316 -317
  173. package/lib/link/index.d.ts +73 -122
  174. package/lib/link/index.js +16 -15
  175. package/lib/loading/index.d.ts +130 -156
  176. package/lib/loading/index.js +49 -50
  177. package/lib/loading/loading.d.ts +1 -1
  178. package/lib/locale/index.js +2 -4
  179. package/lib/menu/index.d.ts +51 -112
  180. package/lib/menu/index.js +49 -48
  181. package/lib/message/index.js +69 -70
  182. package/lib/message/messageConstructor.d.ts +5 -5
  183. package/lib/modal/index.d.ts +261 -249
  184. package/lib/modal/index.js +535 -75
  185. package/lib/navigation/index.d.ts +152 -188
  186. package/lib/navigation/index.js +17 -16
  187. package/lib/notify/index.js +56 -57
  188. package/lib/notify/notifyConstructor.d.ts +1 -1
  189. package/lib/overflow-title/index.d.ts +314 -242
  190. package/lib/overflow-title/index.js +32 -25
  191. package/lib/pagination/index.d.ts +194 -205
  192. package/lib/pagination/index.js +116 -109
  193. package/lib/plugin-popover/index.js +247 -153
  194. package/lib/plugins/index.js +2 -2
  195. package/lib/pop-confirm/index.d.ts +126 -159
  196. package/lib/pop-confirm/index.js +43 -31
  197. package/lib/pop-confirm/pop-confirm.d.ts +1 -1
  198. package/lib/popover/content.d.ts +1 -1
  199. package/lib/popover/index.d.ts +374 -330
  200. package/lib/popover/index.js +251 -156
  201. package/lib/popover2/index.d.ts +8 -83
  202. package/lib/popover2/index.js +5 -5
  203. package/lib/preset.d.ts +2 -287
  204. package/lib/preset.js +16 -58
  205. package/lib/process/index.d.ts +93 -137
  206. package/lib/process/index.js +253 -254
  207. package/lib/progress/index.d.ts +178 -187
  208. package/lib/progress/index.js +48 -47
  209. package/lib/progress/progress.d.ts +2 -2
  210. package/lib/radio/index.d.ts +83 -135
  211. package/lib/radio/index.js +80 -81
  212. package/lib/rate/index.d.ts +55 -112
  213. package/lib/rate/index.js +43 -43
  214. package/lib/resize-layout/index.d.ts +156 -185
  215. package/lib/resize-layout/index.js +48 -48
  216. package/lib/resize-layout/resize-layout.d.ts +2 -2
  217. package/lib/search-select/index.d.ts +292 -327
  218. package/lib/search-select/index.js +310 -293
  219. package/lib/search-select/input.d.ts +2 -2
  220. package/lib/search-select/search-select.d.ts +3 -3
  221. package/lib/search-select/selected.d.ts +2 -2
  222. package/lib/select/index.d.ts +1234 -1135
  223. package/lib/select/index.js +427 -392
  224. package/lib/select/select.d.ts +121 -161
  225. package/lib/select/selectTagInput.d.ts +2 -2
  226. package/lib/shared/helper.d.ts +4 -0
  227. package/lib/shared/index.js +235 -217
  228. package/lib/sideslider/index.d.ts +247 -233
  229. package/lib/sideslider/index.js +264 -263
  230. package/lib/slider/index.d.ts +204 -204
  231. package/lib/slider/index.js +245 -233
  232. package/lib/steps/index.d.ts +114 -150
  233. package/lib/steps/index.js +257 -257
  234. package/lib/styles/index.d.ts +0 -1
  235. package/lib/swiper/index.d.ts +81 -127
  236. package/lib/swiper/index.js +35 -34
  237. package/lib/switcher/index.d.ts +152 -174
  238. package/lib/switcher/index.js +52 -53
  239. package/lib/tab/index.d.ts +199 -211
  240. package/lib/tab/index.js +78 -79
  241. package/lib/table/components/table-column.d.ts +2 -2
  242. package/lib/table/index.d.ts +605 -593
  243. package/lib/table/index.js +275 -237
  244. package/lib/table/plugins/use-pagination.d.ts +1 -1
  245. package/lib/table/table.d.ts +1 -1
  246. package/lib/table/use-common.d.ts +67 -34
  247. package/lib/table-column/index.d.ts +207 -243
  248. package/lib/table-column/index.js +61 -62
  249. package/lib/tag/index.d.ts +95 -142
  250. package/lib/tag/index.js +41 -40
  251. package/lib/tag-input/index.d.ts +690 -498
  252. package/lib/tag-input/index.js +135 -129
  253. package/lib/tag-input/tag-input.d.ts +5 -5
  254. package/lib/time-picker/index.d.ts +442 -385
  255. package/lib/time-picker/index.js +10 -9
  256. package/lib/timeline/index.d.ts +50 -109
  257. package/lib/timeline/index.js +20 -20
  258. package/lib/transfer/index.d.ts +191 -206
  259. package/lib/transfer/index.js +52 -38
  260. package/lib/tree/index.d.ts +322 -288
  261. package/lib/tree/index.js +129 -113
  262. package/lib/tree/tree.d.ts +1 -1
  263. package/lib/tree/use-tree-init.d.ts +1 -1
  264. package/lib/upload/index.d.ts +281 -254
  265. package/lib/upload/index.js +313 -302
  266. package/lib/upload/upload.d.ts +2 -2
  267. package/lib/virtual-render/index.d.ts +337 -242
  268. package/lib/virtual-render/index.js +66 -65
  269. package/lib/virtual-render/virtual-render.d.ts +1 -1
  270. package/package.json +10 -14
  271. package/lib/version-log/index.d.ts +0 -298
  272. package/lib/version-log/index.js +0 -9045
  273. package/lib/version-log/version-log.css +0 -224
  274. package/lib/version-log/version-log.d.ts +0 -203
  275. package/lib/version-log/version-log.less +0 -239
  276. package/lib/version-log/version-log.variable.css +0 -350
@@ -1,12 +1,16 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__ from "../shared";
1
+ import "./cascader.less";
2
+ import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__ from "../shared";
2
3
  import * as __WEBPACK_EXTERNAL_MODULE_vue__ from "vue";
3
4
  import * as __WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__ from "vue-types";
4
- import * as __WEBPACK_EXTERNAL_MODULE__config_provider_9d0186d9__ from "../config-provider";
5
- import * as __WEBPACK_EXTERNAL_MODULE__directives_9cc9ba10__ from "../directives";
6
- import * as __WEBPACK_EXTERNAL_MODULE__icon_85385c3e__ from "../icon";
7
- import * as __WEBPACK_EXTERNAL_MODULE__popover_cf5f8dce__ from "../popover";
8
- import * as __WEBPACK_EXTERNAL_MODULE__tag_7d126a1d__ from "../tag";
9
- import * as __WEBPACK_EXTERNAL_MODULE__checkbox_a57bcb84__ from "../checkbox";
5
+ import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__ from "../config-provider";
6
+ import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_directives_45d4776f__ from "../directives";
7
+ import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__ from "../icon";
8
+ import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__ from "../popover";
9
+ import "../popover/popover.less";
10
+ import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_tag_d74826be__ from "../tag";
11
+ import "../tag/tag.less";
12
+ import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_checkbox_13b1cb4a__ from "../checkbox";
13
+ import "../checkbox/checkbox.less";
10
14
  /******/ var __webpack_modules__ = ({
11
15
 
12
16
  /***/ 7609:
@@ -16,304 +20,304 @@ var _typeof = (__webpack_require__(7425)["default"]);
16
20
  function _regeneratorRuntime() {
17
21
  "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
18
22
  module.exports = _regeneratorRuntime = function _regeneratorRuntime() {
19
- return exports;
23
+ return e;
20
24
  }, module.exports.__esModule = true, module.exports["default"] = module.exports;
21
- var exports = {},
22
- Op = Object.prototype,
23
- hasOwn = Op.hasOwnProperty,
24
- defineProperty = Object.defineProperty || function (obj, key, desc) {
25
- obj[key] = desc.value;
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;
26
31
  },
27
- $Symbol = "function" == typeof Symbol ? Symbol : {},
28
- iteratorSymbol = $Symbol.iterator || "@@iterator",
29
- asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator",
30
- toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag";
31
- function define(obj, key, value) {
32
- return Object.defineProperty(obj, key, {
33
- value: value,
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,
34
39
  enumerable: !0,
35
40
  configurable: !0,
36
41
  writable: !0
37
- }), obj[key];
42
+ }), t[e];
38
43
  }
39
44
  try {
40
45
  define({}, "");
41
- } catch (err) {
42
- define = function define(obj, key, value) {
43
- return obj[key] = value;
46
+ } catch (t) {
47
+ define = function define(t, e, r) {
48
+ return t[e] = r;
44
49
  };
45
50
  }
46
- function wrap(innerFn, outerFn, self, tryLocsList) {
47
- var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator,
48
- generator = Object.create(protoGenerator.prototype),
49
- context = new Context(tryLocsList || []);
50
- return defineProperty(generator, "_invoke", {
51
- value: makeInvokeMethod(innerFn, self, context)
52
- }), generator;
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;
53
58
  }
54
- function tryCatch(fn, obj, arg) {
59
+ function tryCatch(t, e, r) {
55
60
  try {
56
61
  return {
57
62
  type: "normal",
58
- arg: fn.call(obj, arg)
63
+ arg: t.call(e, r)
59
64
  };
60
- } catch (err) {
65
+ } catch (t) {
61
66
  return {
62
67
  type: "throw",
63
- arg: err
68
+ arg: t
64
69
  };
65
70
  }
66
71
  }
67
- exports.wrap = wrap;
68
- var ContinueSentinel = {};
72
+ e.wrap = wrap;
73
+ var h = "suspendedStart",
74
+ l = "suspendedYield",
75
+ f = "executing",
76
+ s = "completed",
77
+ y = {};
69
78
  function Generator() {}
70
79
  function GeneratorFunction() {}
71
80
  function GeneratorFunctionPrototype() {}
72
- var IteratorPrototype = {};
73
- define(IteratorPrototype, iteratorSymbol, function () {
81
+ var p = {};
82
+ define(p, a, function () {
74
83
  return this;
75
84
  });
76
- var getProto = Object.getPrototypeOf,
77
- NativeIteratorPrototype = getProto && getProto(getProto(values([])));
78
- NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype);
79
- var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype);
80
- function defineIteratorMethods(prototype) {
81
- ["next", "throw", "return"].forEach(function (method) {
82
- define(prototype, method, function (arg) {
83
- return this._invoke(method, arg);
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);
84
93
  });
85
94
  });
86
95
  }
87
- function AsyncIterator(generator, PromiseImpl) {
88
- function invoke(method, arg, resolve, reject) {
89
- var record = tryCatch(generator[method], generator, arg);
90
- if ("throw" !== record.type) {
91
- var result = record.arg,
92
- value = result.value;
93
- return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) {
94
- invoke("next", value, resolve, reject);
95
- }, function (err) {
96
- invoke("throw", err, resolve, reject);
97
- }) : PromiseImpl.resolve(value).then(function (unwrapped) {
98
- result.value = unwrapped, resolve(result);
99
- }, function (error) {
100
- return invoke("throw", error, resolve, reject);
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);
101
110
  });
102
111
  }
103
- reject(record.arg);
112
+ a(c.arg);
104
113
  }
105
- var previousPromise;
106
- defineProperty(this, "_invoke", {
107
- value: function value(method, arg) {
114
+ var r;
115
+ o(this, "_invoke", {
116
+ value: function value(t, n) {
108
117
  function callInvokeWithMethodAndArg() {
109
- return new PromiseImpl(function (resolve, reject) {
110
- invoke(method, arg, resolve, reject);
118
+ return new e(function (e, r) {
119
+ invoke(t, n, e, r);
111
120
  });
112
121
  }
113
- return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
122
+ return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
114
123
  }
115
124
  });
116
125
  }
117
- function makeInvokeMethod(innerFn, self, context) {
118
- var state = "suspendedStart";
119
- return function (method, arg) {
120
- if ("executing" === state) throw new Error("Generator is already running");
121
- if ("completed" === state) {
122
- if ("throw" === method) throw arg;
123
- return doneResult();
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
+ };
124
136
  }
125
- for (context.method = method, context.arg = arg;;) {
126
- var delegate = context.delegate;
127
- if (delegate) {
128
- var delegateResult = maybeInvokeDelegate(delegate, context);
129
- if (delegateResult) {
130
- if (delegateResult === ContinueSentinel) continue;
131
- return delegateResult;
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;
132
144
  }
133
145
  }
134
- if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) {
135
- if ("suspendedStart" === state) throw state = "completed", context.arg;
136
- context.dispatchException(context.arg);
137
- } else "return" === context.method && context.abrupt("return", context.arg);
138
- state = "executing";
139
- var record = tryCatch(innerFn, self, context);
140
- if ("normal" === record.type) {
141
- if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue;
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;
142
154
  return {
143
- value: record.arg,
144
- done: context.done
155
+ value: p.arg,
156
+ done: n.done
145
157
  };
146
158
  }
147
- "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg);
159
+ "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg);
148
160
  }
149
161
  };
150
162
  }
151
- function maybeInvokeDelegate(delegate, context) {
152
- var methodName = context.method,
153
- method = delegate.iterator[methodName];
154
- 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;
155
- var record = tryCatch(method, delegate.iterator, context.arg);
156
- if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel;
157
- var info = record.arg;
158
- 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);
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);
159
171
  }
160
- function pushTryEntry(locs) {
161
- var entry = {
162
- tryLoc: locs[0]
172
+ function pushTryEntry(t) {
173
+ var e = {
174
+ tryLoc: t[0]
163
175
  };
164
- 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry);
176
+ 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e);
165
177
  }
166
- function resetTryEntry(entry) {
167
- var record = entry.completion || {};
168
- record.type = "normal", delete record.arg, entry.completion = record;
178
+ function resetTryEntry(t) {
179
+ var e = t.completion || {};
180
+ e.type = "normal", delete e.arg, t.completion = e;
169
181
  }
170
- function Context(tryLocsList) {
182
+ function Context(t) {
171
183
  this.tryEntries = [{
172
184
  tryLoc: "root"
173
- }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0);
185
+ }], t.forEach(pushTryEntry, this), this.reset(!0);
174
186
  }
175
- function values(iterable) {
176
- if (iterable) {
177
- var iteratorMethod = iterable[iteratorSymbol];
178
- if (iteratorMethod) return iteratorMethod.call(iterable);
179
- if ("function" == typeof iterable.next) return iterable;
180
- if (!isNaN(iterable.length)) {
181
- var i = -1,
182
- next = function next() {
183
- for (; ++i < iterable.length;) if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next;
184
- return next.value = undefined, next.done = !0, next;
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;
185
197
  };
186
- return next.next = next;
198
+ return i.next = i;
187
199
  }
188
200
  }
189
- return {
190
- next: doneResult
191
- };
192
- }
193
- function doneResult() {
194
- return {
195
- value: undefined,
196
- done: !0
197
- };
201
+ throw new TypeError(_typeof(e) + " is not iterable");
198
202
  }
199
- return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", {
203
+ return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", {
200
204
  value: GeneratorFunctionPrototype,
201
205
  configurable: !0
202
- }), defineProperty(GeneratorFunctionPrototype, "constructor", {
206
+ }), o(GeneratorFunctionPrototype, "constructor", {
203
207
  value: GeneratorFunction,
204
208
  configurable: !0
205
- }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) {
206
- var ctor = "function" == typeof genFun && genFun.constructor;
207
- return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name));
208
- }, exports.mark = function (genFun) {
209
- return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun;
210
- }, exports.awrap = function (arg) {
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) {
211
215
  return {
212
- __await: arg
216
+ __await: t
213
217
  };
214
- }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () {
218
+ }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () {
215
219
  return this;
216
- }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) {
217
- void 0 === PromiseImpl && (PromiseImpl = Promise);
218
- var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl);
219
- return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) {
220
- return result.done ? result.value : iter.next();
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();
221
225
  });
222
- }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () {
226
+ }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () {
223
227
  return this;
224
- }), define(Gp, "toString", function () {
228
+ }), define(g, "toString", function () {
225
229
  return "[object Generator]";
226
- }), exports.keys = function (val) {
227
- var object = Object(val),
228
- keys = [];
229
- for (var key in object) keys.push(key);
230
- return keys.reverse(), function next() {
231
- for (; keys.length;) {
232
- var key = keys.pop();
233
- if (key in object) return next.value = key, next.done = !1, next;
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;
234
238
  }
235
239
  return next.done = !0, next;
236
240
  };
237
- }, exports.values = values, Context.prototype = {
241
+ }, e.values = values, Context.prototype = {
238
242
  constructor: Context,
239
- reset: function reset(skipTempReset) {
240
- 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);
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);
241
245
  },
242
246
  stop: function stop() {
243
247
  this.done = !0;
244
- var rootRecord = this.tryEntries[0].completion;
245
- if ("throw" === rootRecord.type) throw rootRecord.arg;
248
+ var t = this.tryEntries[0].completion;
249
+ if ("throw" === t.type) throw t.arg;
246
250
  return this.rval;
247
251
  },
248
- dispatchException: function dispatchException(exception) {
249
- if (this.done) throw exception;
250
- var context = this;
251
- function handle(loc, caught) {
252
- return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught;
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;
253
257
  }
254
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
255
- var entry = this.tryEntries[i],
256
- record = entry.completion;
257
- if ("root" === entry.tryLoc) return handle("end");
258
- if (entry.tryLoc <= this.prev) {
259
- var hasCatch = hasOwn.call(entry, "catchLoc"),
260
- hasFinally = hasOwn.call(entry, "finallyLoc");
261
- if (hasCatch && hasFinally) {
262
- if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0);
263
- if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc);
264
- } else if (hasCatch) {
265
- if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0);
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);
266
270
  } else {
267
- if (!hasFinally) throw new Error("try statement without catch or finally");
268
- if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc);
271
+ if (!u) throw new Error("try statement without catch or finally");
272
+ if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
269
273
  }
270
274
  }
271
275
  }
272
276
  },
273
- abrupt: function abrupt(type, arg) {
274
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
275
- var entry = this.tryEntries[i];
276
- if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) {
277
- var finallyEntry = entry;
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;
278
282
  break;
279
283
  }
280
284
  }
281
- finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null);
282
- var record = finallyEntry ? finallyEntry.completion : {};
283
- return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record);
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);
284
288
  },
285
- complete: function complete(record, afterLoc) {
286
- if ("throw" === record.type) throw record.arg;
287
- 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;
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;
288
292
  },
289
- finish: function finish(finallyLoc) {
290
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
291
- var entry = this.tryEntries[i];
292
- if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel;
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
297
  }
294
298
  },
295
- "catch": function _catch(tryLoc) {
296
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
297
- var entry = this.tryEntries[i];
298
- if (entry.tryLoc === tryLoc) {
299
- var record = entry.completion;
300
- if ("throw" === record.type) {
301
- var thrown = record.arg;
302
- resetTryEntry(entry);
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);
303
307
  }
304
- return thrown;
308
+ return o;
305
309
  }
306
310
  }
307
311
  throw new Error("illegal catch attempt");
308
312
  },
309
- delegateYield: function delegateYield(iterable, resultName, nextLoc) {
313
+ delegateYield: function delegateYield(e, r, n) {
310
314
  return this.delegate = {
311
- iterator: values(iterable),
312
- resultName: resultName,
313
- nextLoc: nextLoc
314
- }, "next" === this.method && (this.arg = undefined), ContinueSentinel;
315
+ iterator: values(e),
316
+ resultName: r,
317
+ nextLoc: n
318
+ }, "next" === this.method && (this.arg = t), y;
315
319
  }
316
- }, exports;
320
+ }, e;
317
321
  }
318
322
  module.exports = _regeneratorRuntime, module.exports.__esModule = true, module.exports["default"] = module.exports;
319
323
 
@@ -322,14 +326,14 @@ module.exports = _regeneratorRuntime, module.exports.__esModule = true, module.e
322
326
  /***/ 7425:
323
327
  /***/ ((module) => {
324
328
 
325
- function _typeof(obj) {
329
+ function _typeof(o) {
326
330
  "@babel/helpers - typeof";
327
331
 
328
- return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
329
- return typeof obj;
330
- } : function (obj) {
331
- return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
332
- }, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(obj);
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);
333
337
  }
334
338
  module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports;
335
339
 
@@ -408,15 +412,15 @@ var __webpack_exports__ = {};
408
412
 
409
413
  // EXPORTS
410
414
  __webpack_require__.d(__webpack_exports__, {
411
- ib: () => (/* binding */ BkCascader),
412
- Hf: () => (/* reexport */ cascader_panel),
413
- ZP: () => (/* binding */ src)
415
+ BkCascader: () => (/* binding */ BkCascader),
416
+ BkCascaderPanel: () => (/* reexport */ cascader_panel),
417
+ "default": () => (/* binding */ src)
414
418
  });
415
419
 
416
420
  ;// CONCATENATED MODULE: external "../shared"
417
421
  var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
418
422
  var y = x => () => x
419
- const external_shared_namespaceObject = x({ ["PropTypes"]: () => __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__.PropTypes, ["arrayEqual"]: () => __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__.arrayEqual, ["capitalize"]: () => __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__.capitalize, ["debounce"]: () => __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__.debounce, ["withInstallProps"]: () => __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__.withInstallProps });
423
+ const shared_namespaceObject = x({ ["PropTypes"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.PropTypes, ["arrayEqual"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.arrayEqual, ["capitalize"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.capitalize, ["debounce"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.debounce, ["withInstallProps"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.withInstallProps });
420
424
  ;// CONCATENATED MODULE: external "vue"
421
425
  var external_vue_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
422
426
  var external_vue_y = x => () => x
@@ -426,25 +430,33 @@ var external_vue_types_x = y => { var x = {}; __webpack_require__.d(x, y); retur
426
430
  var external_vue_types_y = x => () => x
427
431
  const external_vue_types_namespaceObject = external_vue_types_x({ ["array"]: () => __WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__.array, ["object"]: () => __WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__.object });
428
432
  ;// CONCATENATED MODULE: external "../config-provider"
429
- var external_config_provider_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
430
- var external_config_provider_y = x => () => x
431
- const external_config_provider_namespaceObject = external_config_provider_x({ ["useLocale"]: () => __WEBPACK_EXTERNAL_MODULE__config_provider_9d0186d9__.useLocale, ["usePrefix"]: () => __WEBPACK_EXTERNAL_MODULE__config_provider_9d0186d9__.usePrefix });
433
+ var config_provider_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
434
+ var config_provider_y = x => () => x
435
+ const config_provider_namespaceObject = config_provider_x({ ["useLocale"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.useLocale, ["usePrefix"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.usePrefix });
432
436
  ;// CONCATENATED MODULE: external "../directives"
433
- var external_directives_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
434
- var external_directives_y = x => () => x
435
- const external_directives_namespaceObject = external_directives_x({ ["bkTooltips"]: () => __WEBPACK_EXTERNAL_MODULE__directives_9cc9ba10__.bkTooltips });
437
+ var directives_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
438
+ var directives_y = x => () => x
439
+ const directives_namespaceObject = directives_x({ ["bkTooltips"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_directives_45d4776f__.bkTooltips });
436
440
  ;// CONCATENATED MODULE: external "../icon"
437
- var external_icon_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
438
- var external_icon_y = x => () => x
439
- const external_icon_namespaceObject = external_icon_x({ ["AngleRight"]: () => __WEBPACK_EXTERNAL_MODULE__icon_85385c3e__.AngleRight, ["AngleUp"]: () => __WEBPACK_EXTERNAL_MODULE__icon_85385c3e__.AngleUp, ["Close"]: () => __WEBPACK_EXTERNAL_MODULE__icon_85385c3e__.Close, ["Error"]: () => __WEBPACK_EXTERNAL_MODULE__icon_85385c3e__.Error, ["Spinner"]: () => __WEBPACK_EXTERNAL_MODULE__icon_85385c3e__.Spinner });
441
+ var icon_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
442
+ var icon_y = x => () => x
443
+ const icon_namespaceObject = icon_x({ ["AngleRight"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.AngleRight, ["AngleUp"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.AngleUp, ["Close"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Close, ["Error"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Error, ["Spinner"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Spinner });
440
444
  ;// CONCATENATED MODULE: external "../popover"
441
- var external_popover_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
442
- var external_popover_y = x => () => x
443
- const external_popover_namespaceObject = external_popover_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE__popover_cf5f8dce__["default"] });
445
+ var popover_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
446
+ var popover_y = x => () => x
447
+ const popover_namespaceObject = popover_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__["default"] });
448
+ ;// CONCATENATED MODULE: external "../popover/popover.less"
449
+ var popover_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
450
+ var popover_less_y = x => () => x
451
+ const popover_less_namespaceObject = popover_less_x({ });
444
452
  ;// CONCATENATED MODULE: external "../tag"
445
- var external_tag_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
446
- var external_tag_y = x => () => x
447
- const external_tag_namespaceObject = external_tag_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE__tag_7d126a1d__["default"] });
453
+ var tag_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
454
+ var tag_y = x => () => x
455
+ const tag_namespaceObject = tag_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_tag_d74826be__["default"] });
456
+ ;// CONCATENATED MODULE: external "../tag/tag.less"
457
+ var tag_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
458
+ var tag_less_y = x => () => x
459
+ const tag_less_namespaceObject = tag_less_x({ });
448
460
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/regenerator/index.js
449
461
  var regenerator = __webpack_require__(2841);
450
462
  ;// CONCATENATED MODULE: ../../packages/select/src/common.ts
@@ -562,7 +574,7 @@ function usePopover(config, triggerRef) {
562
574
  });
563
575
  onBeforeUnmount(function () {
564
576
  var _observerIns;
565
- (_observerIns = observerIns) === null || _observerIns === void 0 ? void 0 : _observerIns.stop();
577
+ (_observerIns = observerIns) === null || _observerIns === void 0 || _observerIns.stop();
566
578
  observerIns = null;
567
579
  });
568
580
  return {
@@ -598,7 +610,7 @@ function useRemoteSearch(method, callBack) {
598
610
  console.error(_context.t0);
599
611
  case 10:
600
612
  _context.prev = 10;
601
- callBack === null || callBack === void 0 ? void 0 : callBack();
613
+ callBack === null || callBack === void 0 || callBack();
602
614
  return _context.finish(10);
603
615
  case 13:
604
616
  case "end":
@@ -631,8 +643,8 @@ function isInViewPort(el, client) {
631
643
  ;// CONCATENATED MODULE: ../../packages/tag-input/src/common.ts
632
644
 
633
645
 
634
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
635
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
646
+ 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; }
647
+ 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; }
636
648
  /*
637
649
  * Tencent is pleased to support the open source community by making
638
650
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -810,9 +822,13 @@ var useTagsOverflow = function useTagsOverflow(tagInputRef, collapseTags, select
810
822
  };
811
823
  };
812
824
  ;// CONCATENATED MODULE: external "../checkbox"
813
- var external_checkbox_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
814
- var external_checkbox_y = x => () => x
815
- const external_checkbox_namespaceObject = external_checkbox_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE__checkbox_a57bcb84__["default"] });
825
+ var checkbox_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
826
+ var checkbox_y = x => () => x
827
+ const checkbox_namespaceObject = checkbox_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_checkbox_13b1cb4a__["default"] });
828
+ ;// CONCATENATED MODULE: external "../checkbox/checkbox.less"
829
+ var checkbox_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
830
+ var checkbox_less_y = x => () => x
831
+ const checkbox_less_namespaceObject = checkbox_less_x({ });
816
832
  ;// CONCATENATED MODULE: ../../packages/cascader/src/cascader-panel.tsx
817
833
 
818
834
  function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _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; } } }; }
@@ -849,22 +865,23 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
849
865
 
850
866
 
851
867
 
868
+
852
869
  /* harmony default export */ const cascader_panel = ((0,external_vue_namespaceObject.defineComponent)({
853
870
  name: 'CascaderPanel',
854
871
  props: {
855
- width: external_shared_namespaceObject.PropTypes.oneOfType([external_shared_namespaceObject.PropTypes.number, external_shared_namespaceObject.PropTypes.string]).def('auto'),
856
- height: external_shared_namespaceObject.PropTypes.oneOfType([external_shared_namespaceObject.PropTypes.number, external_shared_namespaceObject.PropTypes.string]).def(216),
857
- store: external_shared_namespaceObject.PropTypes.object.def({}),
858
- separator: external_shared_namespaceObject.PropTypes.string.def(''),
859
- suggestions: external_shared_namespaceObject.PropTypes.arrayOf((0,external_vue_types_namespaceObject.object)()),
860
- isFiltering: external_shared_namespaceObject.PropTypes.bool.def(false),
861
- searchKey: external_shared_namespaceObject.PropTypes.oneOfType([external_shared_namespaceObject.PropTypes.string, external_shared_namespaceObject.PropTypes.number]).def(''),
862
- modelValue: external_shared_namespaceObject.PropTypes.arrayOf(external_shared_namespaceObject.PropTypes.oneOfType([(0,external_vue_types_namespaceObject.array)(), String, Number]))
872
+ width: shared_namespaceObject.PropTypes.oneOfType([shared_namespaceObject.PropTypes.number, shared_namespaceObject.PropTypes.string]).def('auto'),
873
+ height: shared_namespaceObject.PropTypes.oneOfType([shared_namespaceObject.PropTypes.number, shared_namespaceObject.PropTypes.string]).def(216),
874
+ store: shared_namespaceObject.PropTypes.object.def({}),
875
+ separator: shared_namespaceObject.PropTypes.string.def(''),
876
+ suggestions: shared_namespaceObject.PropTypes.arrayOf((0,external_vue_types_namespaceObject.object)()),
877
+ isFiltering: shared_namespaceObject.PropTypes.bool.def(false),
878
+ searchKey: shared_namespaceObject.PropTypes.oneOfType([shared_namespaceObject.PropTypes.string, shared_namespaceObject.PropTypes.number]).def(''),
879
+ modelValue: shared_namespaceObject.PropTypes.arrayOf(shared_namespaceObject.PropTypes.oneOfType([(0,external_vue_types_namespaceObject.array)(), String, Number]))
863
880
  },
864
881
  emits: ['update:modelValue'],
865
882
  setup: function setup(props, _ref) {
866
883
  var emit = _ref.emit;
867
- var t = (0,external_config_provider_namespaceObject.useLocale)('cascader');
884
+ var t = (0,config_provider_namespaceObject.useLocale)('cascader');
868
885
  var store = props.store;
869
886
  var menus = (0,external_vue_namespaceObject.reactive)({
870
887
  list: [props.store.getNodes()]
@@ -1001,10 +1018,10 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
1001
1018
  var multiple = node.config.multiple;
1002
1019
  if (multiple) {
1003
1020
  return checkValue.some(function (val) {
1004
- return (0,external_shared_namespaceObject.arrayEqual)(val, node.path);
1021
+ return (0,shared_namespaceObject.arrayEqual)(val, node.path);
1005
1022
  });
1006
1023
  }
1007
- return (0,external_shared_namespaceObject.arrayEqual)(checkValue, node.path);
1024
+ return (0,shared_namespaceObject.arrayEqual)(checkValue, node.path);
1008
1025
  };
1009
1026
  /** 多选节点checkbox点击的回调 */
1010
1027
  var checkNode = function checkNode(node, value) {
@@ -1012,9 +1029,9 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
1012
1029
  nodeCheckHandler(node);
1013
1030
  };
1014
1031
  var iconRender = function iconRender(node) {
1015
- return node.loading ? (0,external_vue_namespaceObject.createVNode)(external_icon_namespaceObject.Spinner, {
1032
+ return node.loading ? (0,external_vue_namespaceObject.createVNode)(icon_namespaceObject.Spinner, {
1016
1033
  "class": "icon-spinner"
1017
- }, null) : (0,external_vue_namespaceObject.createVNode)(external_icon_namespaceObject.AngleRight, {
1034
+ }, null) : (0,external_vue_namespaceObject.createVNode)(icon_namespaceObject.AngleRight, {
1018
1035
  "class": "icon-angle-right"
1019
1036
  }, null);
1020
1037
  };
@@ -1030,7 +1047,7 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
1030
1047
  }, function (value) {
1031
1048
  menus.list = [value.getNodes()];
1032
1049
  });
1033
- var _usePrefix = (0,external_config_provider_namespaceObject.usePrefix)(),
1050
+ var _usePrefix = (0,config_provider_namespaceObject.usePrefix)(),
1034
1051
  resolveClassName = _usePrefix.resolveClassName;
1035
1052
  return {
1036
1053
  menus: menus,
@@ -1097,7 +1114,7 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
1097
1114
  }, {
1098
1115
  'is-checked': !node.config.multiple && _this.isCheckedNode(node, _this.checkValue)
1099
1116
  }]
1100
- }, Object.assign(_this.nodeEvent(node), node.config.multiple ? {} : {})), [node.config.multiple && (0,external_vue_namespaceObject.createVNode)(external_checkbox_namespaceObject["default"], {
1117
+ }, Object.assign(_this.nodeEvent(node), node.config.multiple ? {} : {})), [node.config.multiple && (0,external_vue_namespaceObject.createVNode)(checkbox_namespaceObject["default"], {
1101
1118
  "disabled": node.isDisabled,
1102
1119
  "modelValue": node.checked,
1103
1120
  "onUpdate:modelValue": function onUpdateModelValue($event) {
@@ -1125,33 +1142,33 @@ function _classCallCheck(instance, Constructor) {
1125
1142
  }
1126
1143
  }
1127
1144
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/typeof.js
1128
- function _typeof(obj) {
1145
+ function _typeof(o) {
1129
1146
  "@babel/helpers - typeof";
1130
1147
 
1131
- return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
1132
- return typeof obj;
1133
- } : function (obj) {
1134
- return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
1135
- }, _typeof(obj);
1148
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
1149
+ return typeof o;
1150
+ } : function (o) {
1151
+ return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
1152
+ }, _typeof(o);
1136
1153
  }
1137
1154
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toPrimitive.js
1138
1155
 
1139
- function _toPrimitive(input, hint) {
1140
- if (_typeof(input) !== "object" || input === null) return input;
1141
- var prim = input[Symbol.toPrimitive];
1142
- if (prim !== undefined) {
1143
- var res = prim.call(input, hint || "default");
1144
- if (_typeof(res) !== "object") return res;
1156
+ function toPrimitive(t, r) {
1157
+ if ("object" != _typeof(t) || !t) return t;
1158
+ var e = t[Symbol.toPrimitive];
1159
+ if (void 0 !== e) {
1160
+ var i = e.call(t, r || "default");
1161
+ if ("object" != _typeof(i)) return i;
1145
1162
  throw new TypeError("@@toPrimitive must return a primitive value.");
1146
1163
  }
1147
- return (hint === "string" ? String : Number)(input);
1164
+ return ("string" === r ? String : Number)(t);
1148
1165
  }
1149
1166
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
1150
1167
 
1151
1168
 
1152
- function _toPropertyKey(arg) {
1153
- var key = _toPrimitive(arg, "string");
1154
- return _typeof(key) === "symbol" ? key : String(key);
1169
+ function toPropertyKey(t) {
1170
+ var i = toPrimitive(t, "string");
1171
+ return "symbol" == _typeof(i) ? i : String(i);
1155
1172
  }
1156
1173
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/createClass.js
1157
1174
 
@@ -1161,7 +1178,7 @@ function _defineProperties(target, props) {
1161
1178
  descriptor.enumerable = descriptor.enumerable || false;
1162
1179
  descriptor.configurable = true;
1163
1180
  if ("value" in descriptor) descriptor.writable = true;
1164
- Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor);
1181
+ Object.defineProperty(target, toPropertyKey(descriptor.key), descriptor);
1165
1182
  }
1166
1183
  }
1167
1184
  function _createClass(Constructor, protoProps, staticProps) {
@@ -1285,13 +1302,13 @@ var Node = /*#__PURE__*/function () {
1285
1302
  }, {
1286
1303
  key: "broadcast",
1287
1304
  value: function broadcast(event, checkStatus) {
1288
- var handlerName = "onParent".concat((0,external_shared_namespaceObject.capitalize)(event));
1305
+ var handlerName = "onParent".concat((0,shared_namespaceObject.capitalize)(event));
1289
1306
  this.children.forEach(function (child) {
1290
1307
  if (child) {
1291
1308
  var _child$handlerName;
1292
1309
  // 自底向上广播事件
1293
1310
  child.broadcast(event, checkStatus);
1294
- (_child$handlerName = child[handlerName]) === null || _child$handlerName === void 0 ? void 0 : _child$handlerName.call(child, checkStatus);
1311
+ (_child$handlerName = child[handlerName]) === null || _child$handlerName === void 0 || _child$handlerName.call(child, checkStatus);
1295
1312
  }
1296
1313
  });
1297
1314
  }
@@ -1300,10 +1317,10 @@ var Node = /*#__PURE__*/function () {
1300
1317
  key: "emit",
1301
1318
  value: function emit(event) {
1302
1319
  var parent = this.parent;
1303
- var handlerName = "onChild".concat((0,external_shared_namespaceObject.capitalize)(event));
1320
+ var handlerName = "onChild".concat((0,shared_namespaceObject.capitalize)(event));
1304
1321
  if (parent) {
1305
1322
  var _parent$handlerName;
1306
- (_parent$handlerName = parent[handlerName]) === null || _parent$handlerName === void 0 ? void 0 : _parent$handlerName.call(parent);
1323
+ (_parent$handlerName = parent[handlerName]) === null || _parent$handlerName === void 0 || _parent$handlerName.call(parent);
1307
1324
  parent.emit(event);
1308
1325
  }
1309
1326
  }
@@ -1441,7 +1458,7 @@ var Store = /*#__PURE__*/function () {
1441
1458
  key: "removeTag",
1442
1459
  value: function removeTag(tag) {
1443
1460
  this.getFlattedNodes().find(function (node) {
1444
- if ((0,external_shared_namespaceObject.arrayEqual)(tag, node.path)) {
1461
+ if ((0,shared_namespaceObject.arrayEqual)(tag, node.path)) {
1445
1462
  node.setNodeCheck(false);
1446
1463
  return true;
1447
1464
  }
@@ -1463,7 +1480,7 @@ var Store = /*#__PURE__*/function () {
1463
1480
  this.getFlattedNodes().forEach(function (node) {
1464
1481
  node.setNodeCheck(false);
1465
1482
  var checkedNode = nodes.find(function (nodeValue) {
1466
- return (0,external_shared_namespaceObject.arrayEqual)(node.path, nodeValue);
1483
+ return (0,shared_namespaceObject.arrayEqual)(node.path, nodeValue);
1467
1484
  });
1468
1485
  if (checkedNode) {
1469
1486
  var currentNode = _this2.getNodeByValue(checkedNode);
@@ -1493,7 +1510,7 @@ var Store = /*#__PURE__*/function () {
1493
1510
  value: function getNodeByValue(value) {
1494
1511
  var _nodes$;
1495
1512
  var nodes = this.getFlattedNodes().filter(function (node) {
1496
- return (0,external_shared_namespaceObject.arrayEqual)(node.path, value);
1513
+ return (0,shared_namespaceObject.arrayEqual)(node.path, value);
1497
1514
  });
1498
1515
  return (_nodes$ = nodes[0]) !== null && _nodes$ !== void 0 ? _nodes$ : null;
1499
1516
  }
@@ -1563,36 +1580,38 @@ var Store = /*#__PURE__*/function () {
1563
1580
 
1564
1581
 
1565
1582
 
1583
+
1584
+
1566
1585
  /* harmony default export */ const cascader = ((0,external_vue_namespaceObject.defineComponent)({
1567
1586
  name: 'Cascader',
1568
1587
  directives: {
1569
- bkTooltips: external_directives_namespaceObject.bkTooltips
1588
+ bkTooltips: directives_namespaceObject.bkTooltips
1570
1589
  },
1571
1590
  props: {
1572
- modelValue: external_shared_namespaceObject.PropTypes.arrayOf(external_shared_namespaceObject.PropTypes.oneOfType([(0,external_vue_types_namespaceObject.array)(), String, Number])),
1573
- list: external_shared_namespaceObject.PropTypes.array.def([]),
1574
- placeholder: external_shared_namespaceObject.PropTypes.string.def(''),
1575
- behavior: external_shared_namespaceObject.PropTypes.string.def('normal'),
1576
- filterable: external_shared_namespaceObject.PropTypes.bool.def(false),
1577
- multiple: external_shared_namespaceObject.PropTypes.bool.def(false),
1578
- disabled: external_shared_namespaceObject.PropTypes.bool.def(false),
1579
- clearable: external_shared_namespaceObject.PropTypes.bool.def(true),
1580
- trigger: external_shared_namespaceObject.PropTypes.string.def('click'),
1581
- checkAnyLevel: external_shared_namespaceObject.PropTypes.bool.def(false),
1582
- isRemote: external_shared_namespaceObject.PropTypes.bool.def(false),
1583
- remoteMethod: external_shared_namespaceObject.PropTypes.func,
1584
- showCompleteName: external_shared_namespaceObject.PropTypes.bool.def(true),
1585
- idKey: external_shared_namespaceObject.PropTypes.string.def('id'),
1586
- nameKey: external_shared_namespaceObject.PropTypes.string.def('name'),
1587
- childrenKey: external_shared_namespaceObject.PropTypes.string.def('children'),
1588
- separator: external_shared_namespaceObject.PropTypes.string.def('/'),
1589
- limitOneLine: external_shared_namespaceObject.PropTypes.bool.def(false),
1590
- extCls: external_shared_namespaceObject.PropTypes.string.def(''),
1591
- filterMethod: external_shared_namespaceObject.PropTypes.func,
1592
- scrollHeight: external_shared_namespaceObject.PropTypes.oneOfType([external_shared_namespaceObject.PropTypes.number, external_shared_namespaceObject.PropTypes.string]).def(216),
1593
- scrollWidth: external_shared_namespaceObject.PropTypes.oneOfType([external_shared_namespaceObject.PropTypes.number, external_shared_namespaceObject.PropTypes.string]).def('auto'),
1594
- customTextFillback: external_shared_namespaceObject.PropTypes.func,
1595
- customTagsFillback: external_shared_namespaceObject.PropTypes.func,
1591
+ modelValue: shared_namespaceObject.PropTypes.arrayOf(shared_namespaceObject.PropTypes.oneOfType([(0,external_vue_types_namespaceObject.array)(), String, Number])),
1592
+ list: shared_namespaceObject.PropTypes.array.def([]),
1593
+ placeholder: shared_namespaceObject.PropTypes.string.def(''),
1594
+ behavior: shared_namespaceObject.PropTypes.string.def('normal'),
1595
+ filterable: shared_namespaceObject.PropTypes.bool.def(false),
1596
+ multiple: shared_namespaceObject.PropTypes.bool.def(false),
1597
+ disabled: shared_namespaceObject.PropTypes.bool.def(false),
1598
+ clearable: shared_namespaceObject.PropTypes.bool.def(true),
1599
+ trigger: shared_namespaceObject.PropTypes.string.def('click'),
1600
+ checkAnyLevel: shared_namespaceObject.PropTypes.bool.def(false),
1601
+ isRemote: shared_namespaceObject.PropTypes.bool.def(false),
1602
+ remoteMethod: shared_namespaceObject.PropTypes.func,
1603
+ showCompleteName: shared_namespaceObject.PropTypes.bool.def(true),
1604
+ idKey: shared_namespaceObject.PropTypes.string.def('id'),
1605
+ nameKey: shared_namespaceObject.PropTypes.string.def('name'),
1606
+ childrenKey: shared_namespaceObject.PropTypes.string.def('children'),
1607
+ separator: shared_namespaceObject.PropTypes.string.def('/'),
1608
+ limitOneLine: shared_namespaceObject.PropTypes.bool.def(false),
1609
+ extCls: shared_namespaceObject.PropTypes.string.def(''),
1610
+ filterMethod: shared_namespaceObject.PropTypes.func,
1611
+ scrollHeight: shared_namespaceObject.PropTypes.oneOfType([shared_namespaceObject.PropTypes.number, shared_namespaceObject.PropTypes.string]).def(216),
1612
+ scrollWidth: shared_namespaceObject.PropTypes.oneOfType([shared_namespaceObject.PropTypes.number, shared_namespaceObject.PropTypes.string]).def('auto'),
1613
+ customTextFillback: shared_namespaceObject.PropTypes.func,
1614
+ customTagsFillback: shared_namespaceObject.PropTypes.func,
1596
1615
  collapseTags: {
1597
1616
  type: Boolean,
1598
1617
  "default": true
@@ -1607,7 +1626,7 @@ var Store = /*#__PURE__*/function () {
1607
1626
  setup: function setup(props, _ref) {
1608
1627
  var emit = _ref.emit,
1609
1628
  slots = _ref.slots;
1610
- var t = (0,external_config_provider_namespaceObject.useLocale)('cascader');
1629
+ var t = (0,config_provider_namespaceObject.useLocale)('cascader');
1611
1630
  var separator = props.separator,
1612
1631
  multiple = props.multiple;
1613
1632
  // 用useHover自定义hook来处理鼠标hover状态
@@ -1691,7 +1710,6 @@ var Store = /*#__PURE__*/function () {
1691
1710
  key: node.id // 获取节点的唯一键
1692
1711
  };
1693
1712
  });
1694
-
1695
1713
  selectedText.value = selectedTags.value.map(function (item) {
1696
1714
  return item.text;
1697
1715
  }).join(', '); // 生成选中文本
@@ -1700,7 +1718,7 @@ var Store = /*#__PURE__*/function () {
1700
1718
  // 如果 checkAnyLevel 配置为 false,则隐藏弹出框
1701
1719
  if (!props.checkAnyLevel) {
1702
1720
  var _popover$value;
1703
- popover === null || popover === void 0 || (_popover$value = popover.value) === null || _popover$value === void 0 ? void 0 : _popover$value.hide();
1721
+ popover === null || popover === void 0 || (_popover$value = popover.value) === null || _popover$value === void 0 || _popover$value.hide();
1704
1722
  }
1705
1723
  // 获取与选中值对应的节点
1706
1724
  var node = store.value.getNodeByValue(val);
@@ -1740,7 +1758,7 @@ var Store = /*#__PURE__*/function () {
1740
1758
  emit('update:modelValue', value);
1741
1759
  oldValue !== undefined && emit('change', value); // oldValue = undefined代表初始化,init不派发change事件
1742
1760
  // 如果有过滤搜索,选择后,自动focus到input
1743
- inputRef === null || inputRef === void 0 || (_inputRef$value = inputRef.value) === null || _inputRef$value === void 0 ? void 0 : _inputRef$value.focus();
1761
+ inputRef === null || inputRef === void 0 || (_inputRef$value = inputRef.value) === null || _inputRef$value === void 0 || _inputRef$value.focus();
1744
1762
  // 选择后过滤条件清除,面板初始化渲染
1745
1763
  isFiltering.value = false;
1746
1764
  };
@@ -1767,7 +1785,7 @@ var Store = /*#__PURE__*/function () {
1767
1785
  }
1768
1786
  };
1769
1787
  // 搜索框输入的处理函数
1770
- var searchInputHandler = (0,external_shared_namespaceObject.debounce)(200, function (e) {
1788
+ var searchInputHandler = (0,shared_namespaceObject.debounce)(200, function (e) {
1771
1789
  var target = e.target;
1772
1790
  searchKey.value = target.value;
1773
1791
  if (searchKey.value === '') {
@@ -1829,7 +1847,7 @@ var Store = /*#__PURE__*/function () {
1829
1847
  overflowTagIndex: null
1830
1848
  } : useTagsOverflow(bkCascaderRef, isEditMode, tagList),
1831
1849
  overflowTagIndex = _ref2.overflowTagIndex;
1832
- var _usePrefix = (0,external_config_provider_namespaceObject.usePrefix)(),
1850
+ var _usePrefix = (0,config_provider_namespaceObject.usePrefix)(),
1833
1851
  resolveClassName = _usePrefix.resolveClassName;
1834
1852
  // 返回组件所需的变量和函数
1835
1853
  return {
@@ -1871,13 +1889,13 @@ var Store = /*#__PURE__*/function () {
1871
1889
  var suffixIcon = function suffixIcon() {
1872
1890
  if (_this.clearable && _this.isHover && !_this.disabled) {
1873
1891
  // 当可清空、鼠标悬浮且未禁用时,渲染清空图标
1874
- return (0,external_vue_namespaceObject.createVNode)(external_icon_namespaceObject.Close, {
1892
+ return (0,external_vue_namespaceObject.createVNode)(icon_namespaceObject.Close, {
1875
1893
  "class": _this.resolveClassName('icon-clear-icon'),
1876
1894
  "onClick": _this.handleClear
1877
1895
  }, null);
1878
1896
  }
1879
1897
  // 否则渲染展开/收起图标
1880
- return (0,external_vue_namespaceObject.createVNode)(external_icon_namespaceObject.AngleUp, {
1898
+ return (0,external_vue_namespaceObject.createVNode)(icon_namespaceObject.AngleUp, {
1881
1899
  "class": [_this.resolveClassName('icon-angle-up'), _this.isShowPanel ? 'active' : '']
1882
1900
  }, null);
1883
1901
  };
@@ -1911,14 +1929,14 @@ var Store = /*#__PURE__*/function () {
1911
1929
  "key": tag
1912
1930
  }, [(0,external_vue_namespaceObject.createVNode)("span", {
1913
1931
  "class": "tag-item-name"
1914
- }, [tag]), (0,external_vue_namespaceObject.createVNode)(external_icon_namespaceObject.Error, {
1932
+ }, [tag]), (0,external_vue_namespaceObject.createVNode)(icon_namespaceObject.Error, {
1915
1933
  "class": _this.resolveClassName('icon-clear-icon'),
1916
1934
  "onClick": function onClick(e) {
1917
1935
  e.stopPropagation();
1918
1936
  _this.removeTag(_this.modelValue, index, e);
1919
1937
  }
1920
1938
  }, null)]);
1921
- }), _this.overflowTagIndex !== null && !_this.isCollapse && (0,external_vue_namespaceObject.withDirectives)((0,external_vue_namespaceObject.createVNode)(external_tag_namespaceObject["default"], {
1939
+ }), _this.overflowTagIndex !== null && !_this.isCollapse && (0,external_vue_namespaceObject.withDirectives)((0,external_vue_namespaceObject.createVNode)(tag_namespaceObject["default"], {
1922
1940
  "style": "margin-top: 0"
1923
1941
  }, {
1924
1942
  "default": function _default() {
@@ -1934,7 +1952,7 @@ var Store = /*#__PURE__*/function () {
1934
1952
  };
1935
1953
  // 定义popoverRender函数,用于渲染弹出框
1936
1954
  var popoverRender = function popoverRender() {
1937
- return (0,external_vue_namespaceObject.createVNode)(external_popover_namespaceObject["default"], {
1955
+ return (0,external_vue_namespaceObject.createVNode)(popover_namespaceObject["default"], {
1938
1956
  "placement": "bottom-start",
1939
1957
  "theme": "light ".concat(_this.resolveClassName('cascader-popover')),
1940
1958
  "trigger": "click",
@@ -2040,14 +2058,14 @@ var Store = /*#__PURE__*/function () {
2040
2058
 
2041
2059
 
2042
2060
 
2043
- var BkCascader = (0,external_shared_namespaceObject.withInstallProps)(cascader, {
2061
+ var BkCascader = (0,shared_namespaceObject.withInstallProps)(cascader, {
2044
2062
  CascaderPanel: cascader_panel
2045
2063
  });
2046
2064
  /* harmony default export */ const src = (BkCascader);
2047
2065
 
2048
2066
  })();
2049
2067
 
2050
- var __webpack_exports__BkCascader = __webpack_exports__.ib;
2051
- var __webpack_exports__BkCascaderPanel = __webpack_exports__.Hf;
2052
- var __webpack_exports__default = __webpack_exports__.ZP;
2068
+ var __webpack_exports__BkCascader = __webpack_exports__.BkCascader;
2069
+ var __webpack_exports__BkCascaderPanel = __webpack_exports__.BkCascaderPanel;
2070
+ var __webpack_exports__default = __webpack_exports__["default"];
2053
2071
  export { __webpack_exports__BkCascader as BkCascader, __webpack_exports__BkCascaderPanel as BkCascaderPanel, __webpack_exports__default as default };