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.
- package/README.md +1 -0
- package/dist/index.cjs.js +47 -47
- package/dist/index.esm.js +10444 -10431
- package/dist/index.umd.js +47 -47
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/affix/index.d.ts +57 -111
- package/lib/affix/index.js +35 -34
- package/lib/alert/alert.d.ts +1 -1
- package/lib/alert/index.d.ts +82 -132
- package/lib/alert/index.js +43 -42
- package/lib/animate-number/index.d.ts +33 -96
- package/lib/animate-number/index.js +7 -7
- package/lib/backtop/index.d.ts +69 -117
- package/lib/backtop/index.js +23 -22
- package/lib/badge/badge.d.ts +1 -1
- package/lib/badge/index.d.ts +120 -153
- package/lib/badge/index.js +40 -39
- package/lib/breadcrumb/index.d.ts +67 -119
- package/lib/breadcrumb/index.js +48 -47
- package/lib/button/button.d.ts +2 -2
- package/lib/button/index.d.ts +119 -155
- package/lib/button/index.js +60 -53
- package/lib/card/card.d.ts +1 -1
- package/lib/card/index.d.ts +129 -158
- package/lib/card/index.js +62 -57
- package/lib/cascader/cascader.d.ts +3 -3
- package/lib/cascader/index.d.ts +393 -354
- package/lib/cascader/index.js +338 -320
- package/lib/checkbox/checkbox.d.ts +1 -1
- package/lib/checkbox/index.d.ts +119 -161
- package/lib/checkbox/index.js +77 -78
- package/lib/code-diff/code-diff.css +0 -1
- package/lib/code-diff/code-diff.d.ts +1 -0
- package/lib/code-diff/code-diff.less +1 -1
- package/lib/code-diff/code-diff.variable.css +0 -1
- package/lib/code-diff/index.d.ts +65 -82
- package/lib/code-diff/index.js +532 -452
- package/lib/collapse/index.d.ts +144 -168
- package/lib/collapse/index.js +67 -66
- package/lib/collapse-transition/index.d.ts +19 -94
- package/lib/collapse-transition/index.js +10 -10
- package/lib/color-picker/color-picker.d.ts +1 -1
- package/lib/color-picker/index.d.ts +128 -154
- package/lib/color-picker/index.js +74 -76
- package/lib/components.js +63 -504
- package/lib/config-provider/index.d.ts +159 -226
- package/lib/config-provider/index.js +49 -45
- package/lib/config-provider/use-global-config.d.ts +2 -2
- package/lib/container/container.d.ts +1 -1
- package/lib/container/index.d.ts +74 -85
- package/lib/container/index.js +47 -46
- package/lib/date-picker/base/picker-dropdown.d.ts +1 -1
- package/lib/date-picker/base/time-spinner.d.ts +3 -3
- package/lib/date-picker/date-picker.d.ts +3 -3
- package/lib/date-picker/index.d.ts +384 -351
- package/lib/date-picker/index.js +164 -170
- package/lib/date-picker/panel/date-range.d.ts +1 -1
- package/lib/date-picker/panel/date.d.ts +1 -1
- package/lib/date-picker/panel/time-range.d.ts +2 -2
- package/lib/date-picker/panel/time.d.ts +1 -1
- package/lib/date-picker/time-picker.d.ts +3 -3
- package/lib/dialog/index.d.ts +355 -309
- package/lib/dialog/index.js +291 -279
- package/lib/directives/index.js +51 -51
- package/lib/dist.index.js +5 -61
- package/lib/divider/index.d.ts +57 -111
- package/lib/divider/index.js +16 -15
- package/lib/dropdown/dropdown.d.ts +1 -1
- package/lib/dropdown/index.d.ts +94 -136
- package/lib/dropdown/index.js +56 -49
- package/lib/exception/index.d.ts +41 -102
- package/lib/exception/index.js +37 -37
- package/lib/fixed-navbar/index.d.ts +59 -113
- package/lib/fixed-navbar/index.js +16 -15
- package/lib/form/form.d.ts +1 -1
- package/lib/form/index.d.ts +80 -132
- package/lib/form/index.js +83 -83
- package/lib/hooks.js +8 -48
- package/lib/icon/angle-double-down-line.js +23 -23
- package/lib/icon/angle-double-left-line.js +23 -23
- package/lib/icon/angle-double-left.js +23 -23
- package/lib/icon/angle-double-right-line.js +23 -23
- package/lib/icon/angle-double-right.js +23 -23
- package/lib/icon/angle-double-up-line.js +23 -23
- package/lib/icon/angle-down-fill.js +23 -23
- package/lib/icon/angle-down-line.js +23 -23
- package/lib/icon/angle-down.js +23 -23
- package/lib/icon/angle-left.js +23 -23
- package/lib/icon/angle-right.js +23 -23
- package/lib/icon/angle-up-fill.js +23 -23
- package/lib/icon/angle-up.js +23 -23
- package/lib/icon/archive-fill.js +23 -23
- package/lib/icon/arrows-left.js +23 -23
- package/lib/icon/arrows-right.js +23 -23
- package/lib/icon/assistant.js +23 -23
- package/lib/icon/audio-fill.js +23 -23
- package/lib/icon/bk.js +23 -23
- package/lib/icon/circle.js +23 -23
- package/lib/icon/close-line.js +23 -23
- package/lib/icon/close.js +23 -23
- package/lib/icon/code.js +23 -23
- package/lib/icon/cog-shape.js +23 -23
- package/lib/icon/collapse-left.js +23 -23
- package/lib/icon/copy-shape.js +23 -23
- package/lib/icon/copy.js +23 -23
- package/lib/icon/data-shape.js +23 -23
- package/lib/icon/del.js +23 -23
- package/lib/icon/doc-fill.js +23 -23
- package/lib/icon/done.js +23 -23
- package/lib/icon/down-shape.js +23 -23
- package/lib/icon/down-small.js +23 -23
- package/lib/icon/edit-line.js +23 -23
- package/lib/icon/ellipsis.js +23 -23
- package/lib/icon/enlarge-line.js +23 -23
- package/lib/icon/error.js +23 -23
- package/lib/icon/excel-fill.js +23 -23
- package/lib/icon/exclamation-circle-shape.js +23 -23
- package/lib/icon/eye.js +23 -23
- package/lib/icon/filliscreen-line.js +23 -23
- package/lib/icon/fix-line.js +23 -23
- package/lib/icon/fix-shape.js +23 -23
- package/lib/icon/folder-open.js +23 -23
- package/lib/icon/folder-shape-open.js +23 -23
- package/lib/icon/folder-shape.js +23 -23
- package/lib/icon/folder.js +23 -23
- package/lib/icon/funnel.js +23 -23
- package/lib/icon/grag-fill.js +23 -23
- package/lib/icon/help-document-fill.js +23 -23
- package/lib/icon/help-fill.js +23 -23
- package/lib/icon/help.js +23 -23
- package/lib/icon/image-fill.js +29 -29
- package/lib/icon/img-error.js +29 -29
- package/lib/icon/img-placehoulder.js +29 -29
- package/lib/icon/index.js +485 -485
- package/lib/icon/info-line.js +29 -29
- package/lib/icon/info.js +29 -29
- package/lib/icon/left-shape.js +29 -29
- package/lib/icon/left-turn-line.js +29 -29
- package/lib/icon/loading.js +29 -29
- package/lib/icon/narrow-line.js +29 -29
- package/lib/icon/original.js +29 -29
- package/lib/icon/pdf-fill.js +29 -29
- package/lib/icon/play-shape.js +29 -29
- package/lib/icon/plus.js +29 -29
- package/lib/icon/ppt-fill.js +29 -29
- package/lib/icon/qq.js +29 -29
- package/lib/icon/right-shape.js +29 -29
- package/lib/icon/right-turn-line.js +29 -29
- package/lib/icon/search.js +29 -29
- package/lib/icon/share.js +29 -29
- package/lib/icon/spinner.js +29 -29
- package/lib/icon/success.js +29 -29
- package/lib/icon/switcher-loading.js +29 -29
- package/lib/icon/text-file.js +29 -29
- package/lib/icon/text-fill.js +29 -29
- package/lib/icon/transfer.js +29 -29
- package/lib/icon/tree-application-shape.js +29 -29
- package/lib/icon/unfull-screen.js +29 -29
- package/lib/icon/unvisible.js +29 -29
- package/lib/icon/up-shape.js +29 -29
- package/lib/icon/upload.js +29 -29
- package/lib/icon/video-fill.js +29 -29
- package/lib/icon/warn.js +29 -29
- package/lib/icon/weixin-pro.js +29 -29
- package/lib/icon/weixin.js +29 -29
- package/lib/image/index.d.ts +113 -149
- package/lib/image/index.js +62 -62
- package/lib/index.js +8 -72
- package/lib/info-box/index.js +296 -284
- package/lib/input/index.d.ts +326 -293
- package/lib/input/index.js +316 -317
- package/lib/link/index.d.ts +73 -122
- package/lib/link/index.js +16 -15
- package/lib/loading/index.d.ts +130 -156
- package/lib/loading/index.js +49 -50
- package/lib/loading/loading.d.ts +1 -1
- package/lib/locale/index.js +2 -4
- package/lib/menu/index.d.ts +51 -112
- package/lib/menu/index.js +49 -48
- package/lib/message/index.js +69 -70
- package/lib/message/messageConstructor.d.ts +5 -5
- package/lib/modal/index.d.ts +261 -249
- package/lib/modal/index.js +535 -75
- package/lib/navigation/index.d.ts +152 -188
- package/lib/navigation/index.js +17 -16
- package/lib/notify/index.js +56 -57
- package/lib/notify/notifyConstructor.d.ts +1 -1
- package/lib/overflow-title/index.d.ts +314 -242
- package/lib/overflow-title/index.js +32 -25
- package/lib/pagination/index.d.ts +194 -205
- package/lib/pagination/index.js +116 -109
- package/lib/plugin-popover/index.js +247 -153
- package/lib/plugins/index.js +2 -2
- package/lib/pop-confirm/index.d.ts +126 -159
- package/lib/pop-confirm/index.js +43 -31
- package/lib/pop-confirm/pop-confirm.d.ts +1 -1
- package/lib/popover/content.d.ts +1 -1
- package/lib/popover/index.d.ts +374 -330
- package/lib/popover/index.js +251 -156
- package/lib/popover2/index.d.ts +8 -83
- package/lib/popover2/index.js +5 -5
- package/lib/preset.d.ts +2 -287
- package/lib/preset.js +16 -58
- package/lib/process/index.d.ts +93 -137
- package/lib/process/index.js +253 -254
- package/lib/progress/index.d.ts +178 -187
- package/lib/progress/index.js +48 -47
- package/lib/progress/progress.d.ts +2 -2
- package/lib/radio/index.d.ts +83 -135
- package/lib/radio/index.js +80 -81
- package/lib/rate/index.d.ts +55 -112
- package/lib/rate/index.js +43 -43
- package/lib/resize-layout/index.d.ts +156 -185
- package/lib/resize-layout/index.js +48 -48
- package/lib/resize-layout/resize-layout.d.ts +2 -2
- package/lib/search-select/index.d.ts +292 -327
- package/lib/search-select/index.js +310 -293
- package/lib/search-select/input.d.ts +2 -2
- package/lib/search-select/search-select.d.ts +3 -3
- package/lib/search-select/selected.d.ts +2 -2
- package/lib/select/index.d.ts +1234 -1135
- package/lib/select/index.js +427 -392
- package/lib/select/select.d.ts +121 -161
- package/lib/select/selectTagInput.d.ts +2 -2
- package/lib/shared/helper.d.ts +4 -0
- package/lib/shared/index.js +235 -217
- package/lib/sideslider/index.d.ts +247 -233
- package/lib/sideslider/index.js +264 -263
- package/lib/slider/index.d.ts +204 -204
- package/lib/slider/index.js +245 -233
- package/lib/steps/index.d.ts +114 -150
- package/lib/steps/index.js +257 -257
- package/lib/styles/index.d.ts +0 -1
- package/lib/swiper/index.d.ts +81 -127
- package/lib/swiper/index.js +35 -34
- package/lib/switcher/index.d.ts +152 -174
- package/lib/switcher/index.js +52 -53
- package/lib/tab/index.d.ts +199 -211
- package/lib/tab/index.js +78 -79
- package/lib/table/components/table-column.d.ts +2 -2
- package/lib/table/index.d.ts +605 -593
- package/lib/table/index.js +275 -237
- package/lib/table/plugins/use-pagination.d.ts +1 -1
- package/lib/table/table.d.ts +1 -1
- package/lib/table/use-common.d.ts +67 -34
- package/lib/table-column/index.d.ts +207 -243
- package/lib/table-column/index.js +61 -62
- package/lib/tag/index.d.ts +95 -142
- package/lib/tag/index.js +41 -40
- package/lib/tag-input/index.d.ts +690 -498
- package/lib/tag-input/index.js +135 -129
- package/lib/tag-input/tag-input.d.ts +5 -5
- package/lib/time-picker/index.d.ts +442 -385
- package/lib/time-picker/index.js +10 -9
- package/lib/timeline/index.d.ts +50 -109
- package/lib/timeline/index.js +20 -20
- package/lib/transfer/index.d.ts +191 -206
- package/lib/transfer/index.js +52 -38
- package/lib/tree/index.d.ts +322 -288
- package/lib/tree/index.js +129 -113
- package/lib/tree/tree.d.ts +1 -1
- package/lib/tree/use-tree-init.d.ts +1 -1
- package/lib/upload/index.d.ts +281 -254
- package/lib/upload/index.js +313 -302
- package/lib/upload/upload.d.ts +2 -2
- package/lib/virtual-render/index.d.ts +337 -242
- package/lib/virtual-render/index.js +66 -65
- package/lib/virtual-render/virtual-render.d.ts +1 -1
- package/package.json +10 -14
- package/lib/version-log/index.d.ts +0 -298
- package/lib/version-log/index.js +0 -9045
- package/lib/version-log/version-log.css +0 -224
- package/lib/version-log/version-log.d.ts +0 -203
- package/lib/version-log/version-log.less +0 -239
- package/lib/version-log/version-log.variable.css +0 -350
package/lib/cascader/index.js
CHANGED
@@ -1,12 +1,16 @@
|
|
1
|
-
import
|
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
|
5
|
-
import * as
|
6
|
-
import * as
|
7
|
-
import * as
|
8
|
-
import
|
9
|
-
import * as
|
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
|
23
|
+
return e;
|
20
24
|
}, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
21
|
-
var
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
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
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
function define(
|
32
|
-
return Object.defineProperty(
|
33
|
-
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
|
-
}),
|
42
|
+
}), t[e];
|
38
43
|
}
|
39
44
|
try {
|
40
45
|
define({}, "");
|
41
|
-
} catch (
|
42
|
-
define = function define(
|
43
|
-
return
|
46
|
+
} catch (t) {
|
47
|
+
define = function define(t, e, r) {
|
48
|
+
return t[e] = r;
|
44
49
|
};
|
45
50
|
}
|
46
|
-
function wrap(
|
47
|
-
var
|
48
|
-
|
49
|
-
|
50
|
-
return
|
51
|
-
value: makeInvokeMethod(
|
52
|
-
}),
|
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(
|
59
|
+
function tryCatch(t, e, r) {
|
55
60
|
try {
|
56
61
|
return {
|
57
62
|
type: "normal",
|
58
|
-
arg:
|
63
|
+
arg: t.call(e, r)
|
59
64
|
};
|
60
|
-
} catch (
|
65
|
+
} catch (t) {
|
61
66
|
return {
|
62
67
|
type: "throw",
|
63
|
-
arg:
|
68
|
+
arg: t
|
64
69
|
};
|
65
70
|
}
|
66
71
|
}
|
67
|
-
|
68
|
-
var
|
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
|
73
|
-
define(
|
81
|
+
var p = {};
|
82
|
+
define(p, a, function () {
|
74
83
|
return this;
|
75
84
|
});
|
76
|
-
var
|
77
|
-
|
78
|
-
|
79
|
-
var
|
80
|
-
function defineIteratorMethods(
|
81
|
-
["next", "throw", "return"].forEach(function (
|
82
|
-
define(
|
83
|
-
return this._invoke(
|
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(
|
88
|
-
function invoke(
|
89
|
-
var
|
90
|
-
if ("throw" !==
|
91
|
-
var
|
92
|
-
|
93
|
-
return
|
94
|
-
invoke("next",
|
95
|
-
}, function (
|
96
|
-
invoke("throw",
|
97
|
-
}) :
|
98
|
-
|
99
|
-
}, function (
|
100
|
-
return invoke("throw",
|
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
|
-
|
112
|
+
a(c.arg);
|
104
113
|
}
|
105
|
-
var
|
106
|
-
|
107
|
-
value: function value(
|
114
|
+
var r;
|
115
|
+
o(this, "_invoke", {
|
116
|
+
value: function value(t, n) {
|
108
117
|
function callInvokeWithMethodAndArg() {
|
109
|
-
return new
|
110
|
-
invoke(
|
118
|
+
return new e(function (e, r) {
|
119
|
+
invoke(t, n, e, r);
|
111
120
|
});
|
112
121
|
}
|
113
|
-
return
|
122
|
+
return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
|
114
123
|
}
|
115
124
|
});
|
116
125
|
}
|
117
|
-
function makeInvokeMethod(
|
118
|
-
var
|
119
|
-
return function (
|
120
|
-
if (
|
121
|
-
if (
|
122
|
-
if ("throw" ===
|
123
|
-
return
|
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 (
|
126
|
-
var
|
127
|
-
if (
|
128
|
-
var
|
129
|
-
if (
|
130
|
-
if (
|
131
|
-
return
|
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" ===
|
135
|
-
if (
|
136
|
-
|
137
|
-
} else "return" ===
|
138
|
-
|
139
|
-
var
|
140
|
-
if ("normal" ===
|
141
|
-
if (
|
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:
|
144
|
-
done:
|
155
|
+
value: p.arg,
|
156
|
+
done: n.done
|
145
157
|
};
|
146
158
|
}
|
147
|
-
"throw" ===
|
159
|
+
"throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg);
|
148
160
|
}
|
149
161
|
};
|
150
162
|
}
|
151
|
-
function maybeInvokeDelegate(
|
152
|
-
var
|
153
|
-
|
154
|
-
if (
|
155
|
-
var
|
156
|
-
if ("throw" ===
|
157
|
-
var
|
158
|
-
return
|
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(
|
161
|
-
var
|
162
|
-
tryLoc:
|
172
|
+
function pushTryEntry(t) {
|
173
|
+
var e = {
|
174
|
+
tryLoc: t[0]
|
163
175
|
};
|
164
|
-
1 in
|
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(
|
167
|
-
var
|
168
|
-
|
178
|
+
function resetTryEntry(t) {
|
179
|
+
var e = t.completion || {};
|
180
|
+
e.type = "normal", delete e.arg, t.completion = e;
|
169
181
|
}
|
170
|
-
function Context(
|
182
|
+
function Context(t) {
|
171
183
|
this.tryEntries = [{
|
172
184
|
tryLoc: "root"
|
173
|
-
}],
|
185
|
+
}], t.forEach(pushTryEntry, this), this.reset(!0);
|
174
186
|
}
|
175
|
-
function values(
|
176
|
-
if (
|
177
|
-
var
|
178
|
-
if (
|
179
|
-
if ("function" == typeof
|
180
|
-
if (!isNaN(
|
181
|
-
var
|
182
|
-
|
183
|
-
for (; ++
|
184
|
-
return next.value =
|
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
|
198
|
+
return i.next = i;
|
187
199
|
}
|
188
200
|
}
|
189
|
-
|
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,
|
203
|
+
return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", {
|
200
204
|
value: GeneratorFunctionPrototype,
|
201
205
|
configurable: !0
|
202
|
-
}),
|
206
|
+
}), o(GeneratorFunctionPrototype, "constructor", {
|
203
207
|
value: GeneratorFunction,
|
204
208
|
configurable: !0
|
205
|
-
}), GeneratorFunction.displayName = define(GeneratorFunctionPrototype,
|
206
|
-
var
|
207
|
-
return !!
|
208
|
-
},
|
209
|
-
return Object.setPrototypeOf ? Object.setPrototypeOf(
|
210
|
-
},
|
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:
|
216
|
+
__await: t
|
213
217
|
};
|
214
|
-
}, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype,
|
218
|
+
}, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () {
|
215
219
|
return this;
|
216
|
-
}),
|
217
|
-
void 0 ===
|
218
|
-
var
|
219
|
-
return
|
220
|
-
return
|
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(
|
226
|
+
}, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () {
|
223
227
|
return this;
|
224
|
-
}), define(
|
228
|
+
}), define(g, "toString", function () {
|
225
229
|
return "[object Generator]";
|
226
|
-
}),
|
227
|
-
var
|
228
|
-
|
229
|
-
for (var
|
230
|
-
return
|
231
|
-
for (;
|
232
|
-
var
|
233
|
-
if (
|
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
|
-
},
|
241
|
+
}, e.values = values, Context.prototype = {
|
238
242
|
constructor: Context,
|
239
|
-
reset: function reset(
|
240
|
-
if (this.prev = 0, this.next = 0, this.sent = this._sent =
|
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
|
245
|
-
if ("throw" ===
|
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(
|
249
|
-
if (this.done) throw
|
250
|
-
var
|
251
|
-
function handle(
|
252
|
-
return
|
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
|
255
|
-
var
|
256
|
-
|
257
|
-
if ("root" ===
|
258
|
-
if (
|
259
|
-
var
|
260
|
-
|
261
|
-
if (
|
262
|
-
if (this.prev <
|
263
|
-
if (this.prev <
|
264
|
-
} else if (
|
265
|
-
if (this.prev <
|
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 (!
|
268
|
-
if (this.prev <
|
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(
|
274
|
-
for (var
|
275
|
-
var
|
276
|
-
if (
|
277
|
-
var
|
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
|
-
|
282
|
-
var
|
283
|
-
return
|
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(
|
286
|
-
if ("throw" ===
|
287
|
-
return "break" ===
|
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(
|
290
|
-
for (var
|
291
|
-
var
|
292
|
-
if (
|
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(
|
296
|
-
for (var
|
297
|
-
var
|
298
|
-
if (
|
299
|
-
var
|
300
|
-
if ("throw" ===
|
301
|
-
var
|
302
|
-
resetTryEntry(
|
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
|
308
|
+
return o;
|
305
309
|
}
|
306
310
|
}
|
307
311
|
throw new Error("illegal catch attempt");
|
308
312
|
},
|
309
|
-
delegateYield: function delegateYield(
|
313
|
+
delegateYield: function delegateYield(e, r, n) {
|
310
314
|
return this.delegate = {
|
311
|
-
iterator: values(
|
312
|
-
resultName:
|
313
|
-
nextLoc:
|
314
|
-
}, "next" === this.method && (this.arg =
|
315
|
+
iterator: values(e),
|
316
|
+
resultName: r,
|
317
|
+
nextLoc: n
|
318
|
+
}, "next" === this.method && (this.arg = t), y;
|
315
319
|
}
|
316
|
-
},
|
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(
|
329
|
+
function _typeof(o) {
|
326
330
|
"@babel/helpers - typeof";
|
327
331
|
|
328
|
-
return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (
|
329
|
-
return typeof
|
330
|
-
} : function (
|
331
|
-
return
|
332
|
-
}, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(
|
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
|
-
|
412
|
-
|
413
|
-
|
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
|
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
|
430
|
-
var
|
431
|
-
const
|
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
|
434
|
-
var
|
435
|
-
const
|
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
|
438
|
-
var
|
439
|
-
const
|
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
|
442
|
-
var
|
443
|
-
const
|
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
|
446
|
-
var
|
447
|
-
const
|
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
|
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
|
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(
|
635
|
-
function _objectSpread(
|
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
|
814
|
-
var
|
815
|
-
const
|
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:
|
856
|
-
height:
|
857
|
-
store:
|
858
|
-
separator:
|
859
|
-
suggestions:
|
860
|
-
isFiltering:
|
861
|
-
searchKey:
|
862
|
-
modelValue:
|
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,
|
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,
|
1021
|
+
return (0,shared_namespaceObject.arrayEqual)(val, node.path);
|
1005
1022
|
});
|
1006
1023
|
}
|
1007
|
-
return (0,
|
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)(
|
1032
|
+
return node.loading ? (0,external_vue_namespaceObject.createVNode)(icon_namespaceObject.Spinner, {
|
1016
1033
|
"class": "icon-spinner"
|
1017
|
-
}, null) : (0,external_vue_namespaceObject.createVNode)(
|
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,
|
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)(
|
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(
|
1145
|
+
function _typeof(o) {
|
1129
1146
|
"@babel/helpers - typeof";
|
1130
1147
|
|
1131
|
-
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (
|
1132
|
-
return typeof
|
1133
|
-
} : function (
|
1134
|
-
return
|
1135
|
-
}, _typeof(
|
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
|
1140
|
-
if (
|
1141
|
-
var
|
1142
|
-
if (
|
1143
|
-
var
|
1144
|
-
if (
|
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 (
|
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
|
1153
|
-
var
|
1154
|
-
return _typeof(
|
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,
|
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,
|
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
|
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,
|
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
|
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,
|
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,
|
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,
|
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:
|
1588
|
+
bkTooltips: directives_namespaceObject.bkTooltips
|
1570
1589
|
},
|
1571
1590
|
props: {
|
1572
|
-
modelValue:
|
1573
|
-
list:
|
1574
|
-
placeholder:
|
1575
|
-
behavior:
|
1576
|
-
filterable:
|
1577
|
-
multiple:
|
1578
|
-
disabled:
|
1579
|
-
clearable:
|
1580
|
-
trigger:
|
1581
|
-
checkAnyLevel:
|
1582
|
-
isRemote:
|
1583
|
-
remoteMethod:
|
1584
|
-
showCompleteName:
|
1585
|
-
idKey:
|
1586
|
-
nameKey:
|
1587
|
-
childrenKey:
|
1588
|
-
separator:
|
1589
|
-
limitOneLine:
|
1590
|
-
extCls:
|
1591
|
-
filterMethod:
|
1592
|
-
scrollHeight:
|
1593
|
-
scrollWidth:
|
1594
|
-
customTextFillback:
|
1595
|
-
customTagsFillback:
|
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,
|
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
|
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
|
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,
|
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,
|
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)(
|
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)(
|
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)(
|
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)(
|
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)(
|
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,
|
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__.
|
2051
|
-
var __webpack_exports__BkCascaderPanel = __webpack_exports__.
|
2052
|
-
var __webpack_exports__default = __webpack_exports__
|
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 };
|