bkui-vue 0.0.2-beta.138 → 0.0.2-beta.139
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/lib/affix/index.js +14 -13
- package/lib/alert/index.js +23 -22
- package/lib/animate-number/index.js +6 -5
- package/lib/backtop/index.js +21 -20
- package/lib/badge/index.js +20 -19
- package/lib/breadcrumb/index.js +25 -24
- package/lib/button/index.js +36 -28
- package/lib/card/index.js +42 -35
- package/lib/cascader/index.js +99 -80
- package/lib/checkbox/index.js +33 -32
- package/lib/code-diff/index.js +13 -12
- package/lib/collapse/index.js +40 -39
- package/lib/collapse-transition/index.js +8 -8
- package/lib/color-picker/index.js +49 -48
- package/lib/config-provider/index.js +8 -8
- package/lib/container/index.js +20 -19
- package/lib/date-picker/index.js +68 -61
- package/lib/dialog/index.js +62 -49
- package/lib/directives/index.js +12 -12
- package/lib/dist.index.js +3 -3
- package/lib/divider/index.js +14 -13
- package/lib/dropdown/index.js +31 -24
- package/lib/exception/index.js +12 -11
- package/lib/fixed-navbar/index.js +14 -13
- package/lib/form/index.js +49 -48
- package/lib/image/index.js +37 -37
- package/lib/index.js +6 -6
- package/lib/info-box/index.js +63 -50
- package/lib/input/index.js +60 -59
- package/lib/link/index.js +14 -13
- package/lib/loading/index.js +18 -17
- package/lib/menu/index.js +14 -13
- package/lib/message/index.js +39 -38
- package/lib/modal/index.js +32 -31
- package/lib/navigation/index.js +15 -14
- package/lib/notify/index.js +32 -31
- package/lib/overflow-title/index.js +21 -14
- package/lib/pagination/index.js +64 -50
- package/lib/plugin-popover/index.js +53 -53
- package/lib/pop-confirm/index.js +41 -28
- package/lib/popover/index.js +53 -52
- package/lib/popover2/index.js +3 -3
- package/lib/preset.js +4 -4
- package/lib/process/index.js +26 -26
- package/lib/progress/index.js +27 -26
- package/lib/radio/index.js +33 -32
- package/lib/rate/index.js +23 -22
- package/lib/resize-layout/index.js +26 -25
- package/lib/search-select/index.js +67 -49
- package/lib/select/index.js +164 -126
- package/lib/sideslider/index.js +21 -14
- package/lib/slider/index.js +35 -22
- package/lib/steps/index.js +29 -28
- package/lib/swiper/index.js +15 -14
- package/lib/switcher/index.js +30 -29
- package/lib/tab/index.js +45 -44
- package/lib/table/index.js +189 -137
- package/lib/table-column/index.js +40 -40
- package/lib/tag/index.js +21 -20
- package/lib/tag-input/index.js +78 -64
- package/lib/time-picker/index.js +8 -7
- package/lib/timeline/index.js +12 -12
- package/lib/transfer/index.js +50 -36
- package/lib/tree/index.js +91 -72
- package/lib/upload/index.js +62 -48
- package/lib/virtual-render/index.js +34 -33
- package/package.json +1 -1
package/lib/info-box/index.js
CHANGED
@@ -1,9 +1,12 @@
|
|
1
|
-
import
|
1
|
+
import "./info-box.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
|
-
import * as
|
4
|
-
import * as
|
5
|
-
import
|
6
|
-
import * as
|
4
|
+
import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__ from "../config-provider";
|
5
|
+
import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_button_a2ea7c9a__ from "../button";
|
6
|
+
import "../button/button.less";
|
7
|
+
import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__ from "../icon";
|
8
|
+
import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_modal_d1344388__ from "../modal";
|
9
|
+
import "../modal/modal.less";
|
7
10
|
/******/ var __webpack_modules__ = ({
|
8
11
|
|
9
12
|
/***/ 7609:
|
@@ -423,7 +426,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
423
426
|
;// CONCATENATED MODULE: external "../shared"
|
424
427
|
var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
425
428
|
var y = x => () => x
|
426
|
-
const
|
429
|
+
const shared_namespaceObject = x({ ["AlignEnum"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.AlignEnum, ["PropTypes"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.PropTypes, ["ThemeEnum"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.ThemeEnum, ["alignType"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.alignType, ["dialogTypeUnion"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.dialogTypeUnion, ["withInstall"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.withInstall });
|
427
430
|
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/typeof.js
|
428
431
|
function _typeof(obj) {
|
429
432
|
"@babel/helpers - typeof";
|
@@ -508,21 +511,29 @@ var external_vue_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
|
508
511
|
var external_vue_y = x => () => x
|
509
512
|
const external_vue_namespaceObject = external_vue_x({ ["Fragment"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.Fragment, ["computed"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.computed, ["createApp"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createApp, ["createVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createVNode, ["defineComponent"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.defineComponent, ["h"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.h, ["isVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.isVNode, ["mergeProps"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.mergeProps, ["onBeforeUnmount"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onBeforeUnmount, ["onMounted"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onMounted, ["reactive"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.reactive, ["ref"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.ref, ["shallowRef"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.shallowRef, ["watch"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.watch });
|
510
513
|
;// CONCATENATED MODULE: external "../config-provider"
|
511
|
-
var
|
512
|
-
var
|
513
|
-
const
|
514
|
+
var config_provider_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
515
|
+
var config_provider_y = x => () => x
|
516
|
+
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 });
|
514
517
|
;// CONCATENATED MODULE: external "../button"
|
515
|
-
var
|
516
|
-
var
|
517
|
-
const
|
518
|
+
var button_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
519
|
+
var button_y = x => () => x
|
520
|
+
const button_namespaceObject = button_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_button_a2ea7c9a__["default"] });
|
521
|
+
;// CONCATENATED MODULE: external "../button/button.less"
|
522
|
+
var button_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
523
|
+
var button_less_y = x => () => x
|
524
|
+
const button_less_namespaceObject = button_less_x({ });
|
518
525
|
;// CONCATENATED MODULE: external "../icon"
|
519
|
-
var
|
520
|
-
var
|
521
|
-
const
|
526
|
+
var icon_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
527
|
+
var icon_y = x => () => x
|
528
|
+
const icon_namespaceObject = icon_x({ ["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, ["Success"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Success, ["Warn"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Warn });
|
522
529
|
;// CONCATENATED MODULE: external "../modal"
|
523
|
-
var
|
524
|
-
var
|
525
|
-
const
|
530
|
+
var modal_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
531
|
+
var modal_y = x => () => x
|
532
|
+
const modal_namespaceObject = modal_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_modal_d1344388__["default"], ["propsMixin"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_modal_d1344388__.propsMixin });
|
533
|
+
;// CONCATENATED MODULE: external "../modal/modal.less"
|
534
|
+
var modal_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
535
|
+
var modal_less_y = x => () => x
|
536
|
+
const modal_less_namespaceObject = modal_less_x({ });
|
526
537
|
;// CONCATENATED MODULE: ../../packages/dialog/src/props.ts
|
527
538
|
|
528
539
|
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; }
|
@@ -554,36 +565,36 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
|
|
554
565
|
*/
|
555
566
|
|
556
567
|
|
557
|
-
var props = _objectSpread(_objectSpread({},
|
558
|
-
width:
|
559
|
-
height:
|
568
|
+
var props = _objectSpread(_objectSpread({}, modal_namespaceObject.propsMixin), {}, {
|
569
|
+
width: shared_namespaceObject.PropTypes.oneOfType([String, Number]).def(''),
|
570
|
+
height: shared_namespaceObject.PropTypes.oneOfType([String, Number]).def(''),
|
560
571
|
// 确认按钮文字
|
561
572
|
// confirmText: PropTypes.string.def('确定'),
|
562
|
-
confirmText:
|
573
|
+
confirmText: shared_namespaceObject.PropTypes.string,
|
563
574
|
// 取消按钮文字
|
564
575
|
// cancelText: PropTypes.string.def('取消'),
|
565
|
-
cancelText:
|
576
|
+
cancelText: shared_namespaceObject.PropTypes.string,
|
566
577
|
// 步骤按钮文字
|
567
578
|
// prevText: PropTypes.string.def('上一步'),
|
568
|
-
prevText:
|
579
|
+
prevText: shared_namespaceObject.PropTypes.string,
|
569
580
|
// nextText: PropTypes.string.def('下一步'),
|
570
|
-
nextText:
|
581
|
+
nextText: shared_namespaceObject.PropTypes.string,
|
571
582
|
// 当前步骤
|
572
|
-
current:
|
583
|
+
current: shared_namespaceObject.PropTypes.number.def(1),
|
573
584
|
// 总步数
|
574
|
-
totalStep:
|
585
|
+
totalStep: shared_namespaceObject.PropTypes.number,
|
575
586
|
// 弹框的标题
|
576
|
-
title:
|
587
|
+
title: shared_namespaceObject.PropTypes.string.def('title'),
|
577
588
|
// 显示 header 的位置
|
578
|
-
headerAlign: (0,
|
589
|
+
headerAlign: (0,shared_namespaceObject.alignType)().def(shared_namespaceObject.AlignEnum.LEFT),
|
579
590
|
// 显示 footer 的位置
|
580
|
-
footerAlign: (0,
|
591
|
+
footerAlign: (0,shared_namespaceObject.alignType)().def(shared_namespaceObject.AlignEnum.RIGHT),
|
581
592
|
// 颜色 按钮类型
|
582
|
-
theme:
|
593
|
+
theme: shared_namespaceObject.PropTypes.theme().def(shared_namespaceObject.ThemeEnum.PRIMARY),
|
583
594
|
// 对话框类型
|
584
|
-
dialogType: (0,
|
595
|
+
dialogType: (0,shared_namespaceObject.dialogTypeUnion)(),
|
585
596
|
// 按钮loading
|
586
|
-
isLoading:
|
597
|
+
isLoading: shared_namespaceObject.PropTypes.bool.def(false)
|
587
598
|
});
|
588
599
|
/* harmony default export */ const src_props = (props);
|
589
600
|
;// CONCATENATED MODULE: ../../packages/dialog/src/dialog.tsx
|
@@ -621,6 +632,8 @@ var props = _objectSpread(_objectSpread({}, external_modal_namespaceObject.props
|
|
621
632
|
|
622
633
|
|
623
634
|
|
635
|
+
|
636
|
+
|
624
637
|
function _isSlot(s) {
|
625
638
|
return typeof s === 'function' || Object.prototype.toString.call(s) === '[object Object]' && !(0,external_vue_namespaceObject.isVNode)(s);
|
626
639
|
}
|
@@ -631,7 +644,7 @@ function _isSlot(s) {
|
|
631
644
|
emits: ['closed', 'update:isShow', 'confirm', 'prev', 'next', 'value-change'],
|
632
645
|
setup: function setup(props, _ref) {
|
633
646
|
var emit = _ref.emit;
|
634
|
-
var t = (0,
|
647
|
+
var t = (0,config_provider_namespaceObject.useLocale)('dialog');
|
635
648
|
var localConfirmText = (0,external_vue_namespaceObject.computed)(function () {
|
636
649
|
if (props.confirmText === undefined) {
|
637
650
|
return t.value.ok;
|
@@ -795,7 +808,7 @@ function _isSlot(s) {
|
|
795
808
|
document.onmouseup = null;
|
796
809
|
};
|
797
810
|
};
|
798
|
-
var _usePrefix = (0,
|
811
|
+
var _usePrefix = (0,config_provider_namespaceObject.usePrefix)(),
|
799
812
|
resolveClassName = _usePrefix.resolveClassName;
|
800
813
|
return {
|
801
814
|
data: data,
|
@@ -818,16 +831,16 @@ function _isSlot(s) {
|
|
818
831
|
var _this = this;
|
819
832
|
var renderIcon = function renderIcon() {
|
820
833
|
var iconMap = {
|
821
|
-
loading: (0,external_vue_namespaceObject.createVNode)(
|
834
|
+
loading: (0,external_vue_namespaceObject.createVNode)(icon_namespaceObject.Spinner, {
|
822
835
|
"class": [_this.resolveClassName('info-icon'), 'primary']
|
823
836
|
}, null),
|
824
|
-
warning: (0,external_vue_namespaceObject.createVNode)(
|
837
|
+
warning: (0,external_vue_namespaceObject.createVNode)(icon_namespaceObject.Warn, {
|
825
838
|
"class": [_this.resolveClassName('info-icon'), 'warning']
|
826
839
|
}, null),
|
827
|
-
success: (0,external_vue_namespaceObject.createVNode)(
|
840
|
+
success: (0,external_vue_namespaceObject.createVNode)(icon_namespaceObject.Success, {
|
828
841
|
"class": [_this.resolveClassName('info-icon'), 'success']
|
829
842
|
}, null),
|
830
|
-
danger: (0,external_vue_namespaceObject.createVNode)(
|
843
|
+
danger: (0,external_vue_namespaceObject.createVNode)(icon_namespaceObject.Close, {
|
831
844
|
"class": [_this.resolveClassName('info-icon'), 'danger']
|
832
845
|
}, null)
|
833
846
|
};
|
@@ -859,21 +872,21 @@ function _isSlot(s) {
|
|
859
872
|
return (0,external_vue_namespaceObject.createVNode)("div", {
|
860
873
|
"class": _this.resolveClassName('dialog-footer'),
|
861
874
|
"style": "text-align: ".concat(_this.footerAlign)
|
862
|
-
}, [_this.dialogType === 'process' ? (_this$$slots$footer = (_this$$slots$footer2 = (_this$$slots4 = _this.$slots).footer) === null || _this$$slots$footer2 === void 0 ? void 0 : _this$$slots$footer2.call(_this$$slots4)) !== null && _this$$slots$footer !== void 0 ? _this$$slots$footer : (0,external_vue_namespaceObject.createVNode)(external_vue_namespaceObject.Fragment, null, [_this.current === 1 ? '' : (0,external_vue_namespaceObject.createVNode)(
|
875
|
+
}, [_this.dialogType === 'process' ? (_this$$slots$footer = (_this$$slots$footer2 = (_this$$slots4 = _this.$slots).footer) === null || _this$$slots$footer2 === void 0 ? void 0 : _this$$slots$footer2.call(_this$$slots4)) !== null && _this$$slots$footer !== void 0 ? _this$$slots$footer : (0,external_vue_namespaceObject.createVNode)(external_vue_namespaceObject.Fragment, null, [_this.current === 1 ? '' : (0,external_vue_namespaceObject.createVNode)(button_namespaceObject["default"], {
|
863
876
|
"class": _this.resolveClassName('dialog-perv'),
|
864
877
|
"onClick": _this.handlePrevStep
|
865
878
|
}, {
|
866
879
|
"default": function _default() {
|
867
880
|
return [_this.localPrevText];
|
868
881
|
}
|
869
|
-
}), _this.current === _this.totalStep ? '' : (0,external_vue_namespaceObject.createVNode)(
|
882
|
+
}), _this.current === _this.totalStep ? '' : (0,external_vue_namespaceObject.createVNode)(button_namespaceObject["default"], {
|
870
883
|
"class": _this.resolveClassName('dialog-next'),
|
871
884
|
"onClick": _this.handleNextStep
|
872
885
|
}, {
|
873
886
|
"default": function _default() {
|
874
887
|
return [_this.localNextText];
|
875
888
|
}
|
876
|
-
}), _this.current === _this.totalStep ? (0,external_vue_namespaceObject.createVNode)(
|
889
|
+
}), _this.current === _this.totalStep ? (0,external_vue_namespaceObject.createVNode)(button_namespaceObject["default"], {
|
877
890
|
"onClick": _this.handleConfirm,
|
878
891
|
"theme": _this.theme,
|
879
892
|
"loading": _this.isLoading
|
@@ -881,7 +894,7 @@ function _isSlot(s) {
|
|
881
894
|
"default": function _default() {
|
882
895
|
return [_this.localConfirmText];
|
883
896
|
}
|
884
|
-
}) : '', (0,external_vue_namespaceObject.createVNode)(
|
897
|
+
}) : '', (0,external_vue_namespaceObject.createVNode)(button_namespaceObject["default"], {
|
885
898
|
"class": _this.resolveClassName('dialog-cancel'),
|
886
899
|
"onClick": _this.handleClose,
|
887
900
|
"disabled": _this.isLoading
|
@@ -889,7 +902,7 @@ function _isSlot(s) {
|
|
889
902
|
"default": function _default() {
|
890
903
|
return [_this.localCancelText];
|
891
904
|
}
|
892
|
-
})]) : '', _this.dialogType === 'operation' ? (_this$$slots$footer3 = (_this$$slots$footer4 = (_this$$slots5 = _this.$slots).footer) === null || _this$$slots$footer4 === void 0 ? void 0 : _this$$slots$footer4.call(_this$$slots5)) !== null && _this$$slots$footer3 !== void 0 ? _this$$slots$footer3 : (0,external_vue_namespaceObject.createVNode)(external_vue_namespaceObject.Fragment, null, [(0,external_vue_namespaceObject.createVNode)(
|
905
|
+
})]) : '', _this.dialogType === 'operation' ? (_this$$slots$footer3 = (_this$$slots$footer4 = (_this$$slots5 = _this.$slots).footer) === null || _this$$slots$footer4 === void 0 ? void 0 : _this$$slots$footer4.call(_this$$slots5)) !== null && _this$$slots$footer3 !== void 0 ? _this$$slots$footer3 : (0,external_vue_namespaceObject.createVNode)(external_vue_namespaceObject.Fragment, null, [(0,external_vue_namespaceObject.createVNode)(button_namespaceObject["default"], {
|
893
906
|
"onClick": _this.handleConfirm,
|
894
907
|
"theme": _this.theme,
|
895
908
|
"loading": _this.isLoading
|
@@ -897,7 +910,7 @@ function _isSlot(s) {
|
|
897
910
|
"default": function _default() {
|
898
911
|
return [_this.localConfirmText];
|
899
912
|
}
|
900
|
-
}), (0,external_vue_namespaceObject.createVNode)(
|
913
|
+
}), (0,external_vue_namespaceObject.createVNode)(button_namespaceObject["default"], {
|
901
914
|
"class": _this.resolveClassName('dialog-cancel'),
|
902
915
|
"onClick": _this.handleClose,
|
903
916
|
"disabled": _this.isLoading
|
@@ -905,7 +918,7 @@ function _isSlot(s) {
|
|
905
918
|
"default": function _default() {
|
906
919
|
return [_this.localCancelText];
|
907
920
|
}
|
908
|
-
})]) : '', _this.dialogType === 'confirm' ? (_this$$slots$footer5 = (_this$$slots$footer6 = (_this$$slots6 = _this.$slots).footer) === null || _this$$slots$footer6 === void 0 ? void 0 : _this$$slots$footer6.call(_this$$slots6)) !== null && _this$$slots$footer5 !== void 0 ? _this$$slots$footer5 : (0,external_vue_namespaceObject.createVNode)(external_vue_namespaceObject.Fragment, null, [(0,external_vue_namespaceObject.createVNode)(
|
921
|
+
})]) : '', _this.dialogType === 'confirm' ? (_this$$slots$footer5 = (_this$$slots$footer6 = (_this$$slots6 = _this.$slots).footer) === null || _this$$slots$footer6 === void 0 ? void 0 : _this$$slots$footer6.call(_this$$slots6)) !== null && _this$$slots$footer5 !== void 0 ? _this$$slots$footer5 : (0,external_vue_namespaceObject.createVNode)(external_vue_namespaceObject.Fragment, null, [(0,external_vue_namespaceObject.createVNode)(button_namespaceObject["default"], {
|
909
922
|
"onClick": _this.handleConfirm,
|
910
923
|
"theme": _this.theme,
|
911
924
|
"loading": _this.isLoading
|
@@ -917,13 +930,13 @@ function _isSlot(s) {
|
|
917
930
|
},
|
918
931
|
// eslint-disable-next-line @typescript-eslint/no-misused-promises
|
919
932
|
close: function close() {
|
920
|
-
return (0,external_vue_namespaceObject.createVNode)(
|
933
|
+
return (0,external_vue_namespaceObject.createVNode)(icon_namespaceObject.Error, {
|
921
934
|
"onClick": _this.handleClose
|
922
935
|
}, null);
|
923
936
|
}
|
924
937
|
};
|
925
938
|
var className = "".concat(this.resolveClassName('dialog-wrapper '), " ").concat(this.scrollable ? 'scroll-able' : '', " ").concat(this.multiInstance ? 'multi-instance' : '', " ").concat(this.hasFooter ? 'has-footer' : 'no-footer');
|
926
|
-
return (0,external_vue_namespaceObject.createVNode)(
|
939
|
+
return (0,external_vue_namespaceObject.createVNode)(modal_namespaceObject["default"], (0,external_vue_namespaceObject.mergeProps)(this.$props, {
|
927
940
|
"class": className,
|
928
941
|
"onClose": this.handleClose,
|
929
942
|
"isShow": this.isModalShow,
|
@@ -1066,7 +1079,7 @@ var InfoBox = function InfoBox(config) {
|
|
1066
1079
|
expose({
|
1067
1080
|
update: update
|
1068
1081
|
});
|
1069
|
-
var _usePrefix = (0,
|
1082
|
+
var _usePrefix = (0,config_provider_namespaceObject.usePrefix)(),
|
1070
1083
|
resolveClassName = _usePrefix.resolveClassName;
|
1071
1084
|
var getContent = function getContent() {
|
1072
1085
|
var children = [];
|
@@ -1153,7 +1166,7 @@ var InfoBox = function InfoBox(config) {
|
|
1153
1166
|
*/
|
1154
1167
|
|
1155
1168
|
|
1156
|
-
var BkInfoBox = (0,
|
1169
|
+
var BkInfoBox = (0,shared_namespaceObject.withInstall)(info_box);
|
1157
1170
|
/* harmony default export */ const src = (BkInfoBox);
|
1158
1171
|
})();
|
1159
1172
|
|
package/lib/input/index.js
CHANGED
@@ -1,8 +1,9 @@
|
|
1
|
-
import
|
1
|
+
import "./input.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
|
-
import * as
|
4
|
-
import * as
|
5
|
-
import * as
|
4
|
+
import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__ from "../config-provider";
|
5
|
+
import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_directives_45d4776f__ from "../directives";
|
6
|
+
import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__ from "../icon";
|
6
7
|
/******/ var __webpack_modules__ = ({
|
7
8
|
|
8
9
|
/***/ 7609:
|
@@ -422,7 +423,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
422
423
|
;// CONCATENATED MODULE: external "../shared"
|
423
424
|
var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
424
425
|
var y = x => () => x
|
425
|
-
const
|
426
|
+
const shared_namespaceObject = x({ ["InputBehaviorType"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.InputBehaviorType, ["PropTypes"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.PropTypes, ["classes"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.classes, ["useFormItem"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.useFormItem, ["withInstall"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.withInstall });
|
426
427
|
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js
|
427
428
|
function _arrayWithHoles(arr) {
|
428
429
|
if (Array.isArray(arr)) return arr;
|
@@ -597,17 +598,17 @@ const external_vue_namespaceObject = external_vue_x({ ["Fragment"]: () => __WEBP
|
|
597
598
|
var regenerator = __webpack_require__(2841);
|
598
599
|
var regenerator_default = /*#__PURE__*/__webpack_require__.n(regenerator);
|
599
600
|
;// CONCATENATED MODULE: external "../config-provider"
|
600
|
-
var
|
601
|
-
var
|
602
|
-
const
|
601
|
+
var config_provider_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
602
|
+
var config_provider_y = x => () => x
|
603
|
+
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 });
|
603
604
|
;// CONCATENATED MODULE: external "../directives"
|
604
|
-
var
|
605
|
-
var
|
606
|
-
const
|
605
|
+
var directives_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
606
|
+
var directives_y = x => () => x
|
607
|
+
const directives_namespaceObject = directives_x({ ["bkTooltips"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_directives_45d4776f__.bkTooltips });
|
607
608
|
;// CONCATENATED MODULE: external "../icon"
|
608
|
-
var
|
609
|
-
var
|
610
|
-
const
|
609
|
+
var icon_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
610
|
+
var icon_y = x => () => x
|
611
|
+
const icon_namespaceObject = icon_x({ ["Close"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Close, ["DownSmall"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.DownSmall, ["Eye"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Eye, ["Search"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Search, ["Unvisible"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Unvisible });
|
611
612
|
;// CONCATENATED MODULE: ../../packages/input/src/util.ts
|
612
613
|
/*
|
613
614
|
* Tencent is pleased to support the open source community by making
|
@@ -740,37 +741,37 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
|
|
740
741
|
|
741
742
|
|
742
743
|
var inputType = {
|
743
|
-
type:
|
744
|
-
clearable:
|
745
|
-
disabled:
|
746
|
-
readonly:
|
747
|
-
placeholder:
|
748
|
-
prefixIcon:
|
749
|
-
suffixIcon:
|
750
|
-
suffix:
|
751
|
-
prefix:
|
752
|
-
step:
|
753
|
-
max:
|
754
|
-
min:
|
755
|
-
maxlength:
|
756
|
-
maxcharacter:
|
757
|
-
behavior: (0,
|
758
|
-
showWordLimit:
|
759
|
-
showControl:
|
760
|
-
showClearOnlyHover:
|
761
|
-
precision:
|
744
|
+
type: shared_namespaceObject.PropTypes.string.def('text'),
|
745
|
+
clearable: shared_namespaceObject.PropTypes.bool,
|
746
|
+
disabled: shared_namespaceObject.PropTypes.bool,
|
747
|
+
readonly: shared_namespaceObject.PropTypes.bool,
|
748
|
+
placeholder: shared_namespaceObject.PropTypes.string.def(''),
|
749
|
+
prefixIcon: shared_namespaceObject.PropTypes.string,
|
750
|
+
suffixIcon: shared_namespaceObject.PropTypes.string,
|
751
|
+
suffix: shared_namespaceObject.PropTypes.string,
|
752
|
+
prefix: shared_namespaceObject.PropTypes.string,
|
753
|
+
step: shared_namespaceObject.PropTypes.integer,
|
754
|
+
max: shared_namespaceObject.PropTypes.integer,
|
755
|
+
min: shared_namespaceObject.PropTypes.integer,
|
756
|
+
maxlength: shared_namespaceObject.PropTypes.integer,
|
757
|
+
maxcharacter: shared_namespaceObject.PropTypes.integer,
|
758
|
+
behavior: (0,shared_namespaceObject.InputBehaviorType)(),
|
759
|
+
showWordLimit: shared_namespaceObject.PropTypes.bool,
|
760
|
+
showControl: shared_namespaceObject.PropTypes.bool.def(true),
|
761
|
+
showClearOnlyHover: shared_namespaceObject.PropTypes.bool.def(true),
|
762
|
+
precision: shared_namespaceObject.PropTypes.number.def(0).validate(function (val) {
|
762
763
|
return val >= 0 && val < 20;
|
763
764
|
}),
|
764
|
-
modelValue:
|
765
|
-
size:
|
766
|
-
rows:
|
767
|
-
selectReadonly:
|
768
|
-
withValidate:
|
769
|
-
overMaxLengthLimit:
|
770
|
-
showOverflowTooltips:
|
771
|
-
resize:
|
772
|
-
autosize:
|
773
|
-
stopPropagation:
|
765
|
+
modelValue: shared_namespaceObject.PropTypes.oneOfType([shared_namespaceObject.PropTypes.string, shared_namespaceObject.PropTypes.number]),
|
766
|
+
size: shared_namespaceObject.PropTypes.size(),
|
767
|
+
rows: shared_namespaceObject.PropTypes.number,
|
768
|
+
selectReadonly: shared_namespaceObject.PropTypes.bool.def(false),
|
769
|
+
withValidate: shared_namespaceObject.PropTypes.bool.def(true),
|
770
|
+
overMaxLengthLimit: shared_namespaceObject.PropTypes.bool.def(false),
|
771
|
+
showOverflowTooltips: shared_namespaceObject.PropTypes.bool.def(true),
|
772
|
+
resize: shared_namespaceObject.PropTypes.bool.def(true),
|
773
|
+
autosize: shared_namespaceObject.PropTypes.oneOfType([Boolean, Object]).def(false),
|
774
|
+
stopPropagation: shared_namespaceObject.PropTypes.bool.def(true)
|
774
775
|
};
|
775
776
|
var EVENTS;
|
776
777
|
(function (EVENTS) {
|
@@ -809,16 +810,16 @@ var inputEmitEventsType = (_inputEmitEventsType = {}, _defineProperty(_inputEmit
|
|
809
810
|
// eslint-disable-next-line vue/no-reserved-component-names
|
810
811
|
name: 'Input',
|
811
812
|
directives: {
|
812
|
-
bkTooltips:
|
813
|
+
bkTooltips: directives_namespaceObject.bkTooltips
|
813
814
|
},
|
814
815
|
inheritAttrs: false,
|
815
816
|
props: inputType,
|
816
817
|
emits: inputEmitEventsType,
|
817
818
|
setup: function setup(props, ctx) {
|
818
|
-
var _usePrefix = (0,
|
819
|
+
var _usePrefix = (0,config_provider_namespaceObject.usePrefix)(),
|
819
820
|
resolveClassName = _usePrefix.resolveClassName;
|
820
|
-
var formItem = (0,
|
821
|
-
var t = (0,
|
821
|
+
var formItem = (0,shared_namespaceObject.useFormItem)();
|
822
|
+
var t = (0,config_provider_namespaceObject.useLocale)('input');
|
822
823
|
var isFocused = (0,external_vue_namespaceObject.ref)(false);
|
823
824
|
var isCNInput = (0,external_vue_namespaceObject.ref)(false);
|
824
825
|
var isTextArea = (0,external_vue_namespaceObject.computed)(function () {
|
@@ -837,7 +838,7 @@ var inputEmitEventsType = (_inputEmitEventsType = {}, _defineProperty(_inputEmit
|
|
837
838
|
});
|
838
839
|
var inputCls = (0,external_vue_namespaceObject.computed)(function () {
|
839
840
|
var _classes;
|
840
|
-
return (0,
|
841
|
+
return (0,shared_namespaceObject.classes)((_classes = {}, _defineProperty(_classes, "".concat(inputClsPrefix.value, "--").concat(props.size), !!props.size), _defineProperty(_classes, "resizable", props.resize), _defineProperty(_classes, 'is-focused', isFocused.value), _defineProperty(_classes, 'is-readonly', props.readonly && !props.selectReadonly), _defineProperty(_classes, 'is-disabled', props.disabled), _defineProperty(_classes, 'is-simplicity', props.behavior === 'simplicity'), _defineProperty(_classes, "".concat(ctx.attrs["class"]), !!ctx.attrs["class"]), _classes), inputClsPrefix.value);
|
841
842
|
});
|
842
843
|
var isOverflow = (0,external_vue_namespaceObject.ref)(false);
|
843
844
|
var textareaCalcStyle = (0,external_vue_namespaceObject.ref)({});
|
@@ -876,10 +877,10 @@ var inputEmitEventsType = (_inputEmitEventsType = {}, _defineProperty(_inputEmit
|
|
876
877
|
var suffixCls = getCls('suffix-icon');
|
877
878
|
var suffixIconMap = {
|
878
879
|
search: function search() {
|
879
|
-
return (0,external_vue_namespaceObject.createVNode)(
|
880
|
+
return (0,external_vue_namespaceObject.createVNode)(icon_namespaceObject.Search, null, null);
|
880
881
|
},
|
881
882
|
password: function password() {
|
882
|
-
return (0,external_vue_namespaceObject.createVNode)(
|
883
|
+
return (0,external_vue_namespaceObject.createVNode)(icon_namespaceObject.Unvisible, {
|
883
884
|
"onClick": handleVisibleChange,
|
884
885
|
"class": suffixCls
|
885
886
|
}, null);
|
@@ -888,7 +889,7 @@ var inputEmitEventsType = (_inputEmitEventsType = {}, _defineProperty(_inputEmit
|
|
888
889
|
var suffixIcon = (0,external_vue_namespaceObject.computed)(function () {
|
889
890
|
var icon = suffixIconMap[props.type];
|
890
891
|
if (pwdVisible.value) {
|
891
|
-
return (0,external_vue_namespaceObject.createVNode)(
|
892
|
+
return (0,external_vue_namespaceObject.createVNode)(icon_namespaceObject.Eye, {
|
892
893
|
"class": suffixCls,
|
893
894
|
"onClick": handleVisibleChange
|
894
895
|
}, null);
|
@@ -906,13 +907,13 @@ var inputEmitEventsType = (_inputEmitEventsType = {}, _defineProperty(_inputEmit
|
|
906
907
|
});
|
907
908
|
var pwdVisible = (0,external_vue_namespaceObject.ref)(false);
|
908
909
|
var clearCls = (0,external_vue_namespaceObject.computed)(function () {
|
909
|
-
return (0,
|
910
|
+
return (0,shared_namespaceObject.classes)(_defineProperty({
|
910
911
|
'show-clear-only-hover': props.showClearOnlyHover
|
911
912
|
}, "".concat(inputClsPrefix.value, "--clear-icon"), true), suffixCls);
|
912
913
|
});
|
913
914
|
var maxLengthCls = (0,external_vue_namespaceObject.computed)(function () {
|
914
915
|
var _classes3;
|
915
|
-
return (0,
|
916
|
+
return (0,shared_namespaceObject.classes)((_classes3 = {}, _defineProperty(_classes3, getCls('max-length'), true), _defineProperty(_classes3, 'is-over-limit', ceilMaxLength.value - modelValueLength.value < 0), _classes3));
|
916
917
|
});
|
917
918
|
var getValueLimits = function getValueLimits(val) {
|
918
919
|
if (typeof props.maxcharacter === 'number') {
|
@@ -938,12 +939,12 @@ var inputEmitEventsType = (_inputEmitEventsType = {}, _defineProperty(_inputEmit
|
|
938
939
|
return getValueLimits(modelValue).len;
|
939
940
|
});
|
940
941
|
var incControlCls = (0,external_vue_namespaceObject.computed)(function () {
|
941
|
-
return (0,
|
942
|
+
return (0,shared_namespaceObject.classes)({
|
942
943
|
'is-disabled': props.disabled || props.modelValue >= props.max
|
943
944
|
});
|
944
945
|
});
|
945
946
|
var decControlCls = (0,external_vue_namespaceObject.computed)(function () {
|
946
|
-
return (0,
|
947
|
+
return (0,shared_namespaceObject.classes)({
|
947
948
|
'is-disabled': props.disabled || props.modelValue <= props.min
|
948
949
|
});
|
949
950
|
});
|
@@ -1179,14 +1180,14 @@ var inputEmitEventsType = (_inputEmitEventsType = {}, _defineProperty(_inputEmit
|
|
1179
1180
|
}, eventListener, bindProps.value, innerInputValue.value), null), !isTextArea.value && props.clearable && !!props.modelValue && (0,external_vue_namespaceObject.createVNode)("span", {
|
1180
1181
|
"class": clearCls.value,
|
1181
1182
|
"onClick": clear
|
1182
|
-
}, [(0,external_vue_namespaceObject.createVNode)(
|
1183
|
+
}, [(0,external_vue_namespaceObject.createVNode)(icon_namespaceObject.Close, null, null)]), suffixIcon.value, showMaxLimit.value && (props.showWordLimit || isTextArea.value) && (0,external_vue_namespaceObject.createVNode)("p", {
|
1183
1184
|
"class": maxLengthCls.value
|
1184
1185
|
}, [props.overMaxLengthLimit ? ceilMaxLength.value - modelValueLength.value : (0,external_vue_namespaceObject.createVNode)(external_vue_namespaceObject.Fragment, null, [modelValueLength.value, (0,external_vue_namespaceObject.createTextVNode)(" / "), (0,external_vue_namespaceObject.createVNode)("span", null, [ceilMaxLength.value])])]), isNumberInput.value && props.showControl && (0,external_vue_namespaceObject.createVNode)("div", {
|
1185
1186
|
"class": getCls('number-control')
|
1186
|
-
}, [(0,external_vue_namespaceObject.createVNode)(
|
1187
|
+
}, [(0,external_vue_namespaceObject.createVNode)(icon_namespaceObject.DownSmall, {
|
1187
1188
|
"class": incControlCls.value,
|
1188
1189
|
"onClick": handleInc
|
1189
|
-
}, null), (0,external_vue_namespaceObject.createVNode)(
|
1190
|
+
}, null), (0,external_vue_namespaceObject.createVNode)(icon_namespaceObject.DownSmall, {
|
1190
1191
|
"class": decControlCls.value,
|
1191
1192
|
"onClick": handleDec
|
1192
1193
|
}, null)]), (_ctx$slots$suffix = (_ctx$slots2 = ctx.slots) === null || _ctx$slots2 === void 0 || (_ctx$slots2$suffix = _ctx$slots2.suffix) === null || _ctx$slots2$suffix === void 0 ? void 0 : _ctx$slots2$suffix.call(_ctx$slots2)) !== null && _ctx$slots$suffix !== void 0 ? _ctx$slots$suffix : props.suffix && (0,external_vue_namespaceObject.createVNode)("div", {
|
@@ -1225,7 +1226,7 @@ var inputEmitEventsType = (_inputEmitEventsType = {}, _defineProperty(_inputEmit
|
|
1225
1226
|
*/
|
1226
1227
|
|
1227
1228
|
|
1228
|
-
var BkInput = (0,
|
1229
|
+
var BkInput = (0,shared_namespaceObject.withInstall)(input);
|
1229
1230
|
/* harmony default export */ const src = (BkInput);
|
1230
1231
|
})();
|
1231
1232
|
|
package/lib/link/index.js
CHANGED
@@ -1,7 +1,8 @@
|
|
1
|
-
import
|
1
|
+
import "./link.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 __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__ from "../config-provider";
|
5
6
|
/******/ // The require scope
|
6
7
|
/******/ var __webpack_require__ = {};
|
7
8
|
/******/
|
@@ -34,7 +35,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
34
35
|
;// CONCATENATED MODULE: external "../shared"
|
35
36
|
var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
36
37
|
var y = x => () => x
|
37
|
-
const
|
38
|
+
const shared_namespaceObject = x({ ["PropTypes"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.PropTypes, ["classes"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.classes, ["withInstall"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.withInstall });
|
38
39
|
;// CONCATENATED MODULE: external "vue"
|
39
40
|
var external_vue_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
40
41
|
var external_vue_y = x => () => x
|
@@ -44,9 +45,9 @@ var external_vue_types_x = y => { var x = {}; __webpack_require__.d(x, y); retur
|
|
44
45
|
var external_vue_types_y = x => () => x
|
45
46
|
const external_vue_types_namespaceObject = external_vue_types_x({ ["toType"]: () => __WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__.toType });
|
46
47
|
;// CONCATENATED MODULE: external "../config-provider"
|
47
|
-
var
|
48
|
-
var
|
49
|
-
const
|
48
|
+
var config_provider_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
49
|
+
var config_provider_y = x => () => x
|
50
|
+
const config_provider_namespaceObject = config_provider_x({ ["usePrefix"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.usePrefix });
|
50
51
|
;// CONCATENATED MODULE: ../../packages/link/src/link.tsx
|
51
52
|
|
52
53
|
/*
|
@@ -90,10 +91,10 @@ var LinkThemeEnum;
|
|
90
91
|
name: 'Link',
|
91
92
|
props: {
|
92
93
|
theme: (0,external_vue_types_namespaceObject.toType)('linkTheme', {}).def(LinkThemeEnum.DEFAULT),
|
93
|
-
href:
|
94
|
-
disabled:
|
95
|
-
underline:
|
96
|
-
target:
|
94
|
+
href: shared_namespaceObject.PropTypes.string.def(''),
|
95
|
+
disabled: shared_namespaceObject.PropTypes.bool.def(false),
|
96
|
+
underline: shared_namespaceObject.PropTypes.bool.def(false),
|
97
|
+
target: shared_namespaceObject.PropTypes.string.def('_self')
|
97
98
|
},
|
98
99
|
emits: ['click'],
|
99
100
|
setup: function setup(props, _ref) {
|
@@ -105,7 +106,7 @@ var LinkThemeEnum;
|
|
105
106
|
}
|
106
107
|
emit('click', event);
|
107
108
|
};
|
108
|
-
var _usePrefix = (0,
|
109
|
+
var _usePrefix = (0,config_provider_namespaceObject.usePrefix)(),
|
109
110
|
resolveClassName = _usePrefix.resolveClassName;
|
110
111
|
return {
|
111
112
|
handleClick: handleClick,
|
@@ -114,7 +115,7 @@ var LinkThemeEnum;
|
|
114
115
|
},
|
115
116
|
render: function render() {
|
116
117
|
var _this$$slots$default, _this$$slots;
|
117
|
-
var linkClass = (0,
|
118
|
+
var linkClass = (0,shared_namespaceObject.classes)({
|
118
119
|
'is-disabled': this.disabled,
|
119
120
|
'has-underline': this.underline
|
120
121
|
}, "".concat(this.theme, " ").concat(this.resolveClassName('link')));
|
@@ -154,7 +155,7 @@ var LinkThemeEnum;
|
|
154
155
|
*/
|
155
156
|
|
156
157
|
|
157
|
-
var BkLink = (0,
|
158
|
+
var BkLink = (0,shared_namespaceObject.withInstall)(src_link);
|
158
159
|
/* harmony default export */ const src = (BkLink);
|
159
160
|
var __webpack_exports__default = __webpack_exports__.Z;
|
160
161
|
export { __webpack_exports__default as default };
|