bm-admin-ui 1.0.9-alpha → 1.0.12-alpha
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/es/components/float-table/index.d.ts +2 -2
- package/es/components/float-table/src/float-table.vue.d.ts +2 -2
- package/es/components/over-tooltips/index.d.ts +2 -2
- package/es/components/over-tooltips/index.js +14 -5
- package/es/components/over-tooltips/src/over-tooltips.vue.d.ts +2 -2
- package/es/components/staffs-selector/src/multipleCmp.vue.d.ts +2 -2
- package/es/components/upload/index.d.ts +2 -2
- package/es/components/upload/index.js +14 -5
- package/es/components/upload/src/upload.vue.d.ts +2 -2
- package/index.esm.js +13 -4
- package/index.js +13 -4
- package/lib/components/float-table/index.d.ts +2 -2
- package/lib/components/float-table/src/float-table.vue.d.ts +2 -2
- package/lib/components/over-tooltips/index.d.ts +2 -2
- package/lib/components/over-tooltips/index.js +13 -4
- package/lib/components/over-tooltips/src/over-tooltips.vue.d.ts +2 -2
- package/lib/components/staffs-selector/src/multipleCmp.vue.d.ts +2 -2
- package/lib/components/upload/index.d.ts +2 -2
- package/lib/components/upload/index.js +13 -4
- package/lib/components/upload/src/upload.vue.d.ts +2 -2
- package/package.json +1 -1
- package/theme-chalk/feedback.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/types/components/float-table/index.d.ts +2 -2
- package/types/components/float-table/src/float-table.vue.d.ts +2 -2
- package/types/components/over-tooltips/index.d.ts +2 -2
- package/types/components/over-tooltips/src/over-tooltips.vue.d.ts +2 -2
- package/types/components/staffs-selector/src/multipleCmp.vue.d.ts +2 -2
- package/types/components/upload/index.d.ts +2 -2
- package/types/components/upload/src/upload.vue.d.ts +2 -2
|
@@ -42,9 +42,9 @@ declare const BmFloatTable: import("bm-admin-ui/es/utils/with-install").SFCWithI
|
|
|
42
42
|
gridOptions: import("vue").ComputedRef<any>;
|
|
43
43
|
gridEvents: import("vue").ComputedRef<any>;
|
|
44
44
|
pager: import("vue").ComputedRef<any>;
|
|
45
|
-
simpleImage: import("vue").Ref<
|
|
45
|
+
simpleImage: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
46
46
|
[key: string]: any;
|
|
47
|
-
}> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
47
|
+
}> | null | undefined) | JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
48
48
|
[key: string]: any;
|
|
49
49
|
}> | null | undefined)[]>;
|
|
50
50
|
floatRefsId: import("vue").Ref<{}>;
|
|
@@ -42,9 +42,9 @@ declare const _default: {
|
|
|
42
42
|
gridOptions: import("vue").ComputedRef<any>;
|
|
43
43
|
gridEvents: import("vue").ComputedRef<any>;
|
|
44
44
|
pager: import("vue").ComputedRef<any>;
|
|
45
|
-
simpleImage: import("vue").Ref<
|
|
45
|
+
simpleImage: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
46
46
|
[key: string]: any;
|
|
47
|
-
}> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
47
|
+
}> | null | undefined) | JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
48
48
|
[key: string]: any;
|
|
49
49
|
}> | null | undefined)[]>;
|
|
50
50
|
floatRefsId: import("vue").Ref<{}>;
|
|
@@ -3,11 +3,11 @@ declare const BmOverTooltips: import("bm-admin-ui/es/utils/with-install").SFCWit
|
|
|
3
3
|
props: {
|
|
4
4
|
title: {
|
|
5
5
|
type: StringConstructor;
|
|
6
|
-
default:
|
|
6
|
+
default: undefined;
|
|
7
7
|
};
|
|
8
8
|
labelTitle: {
|
|
9
9
|
type: StringConstructor;
|
|
10
|
-
default:
|
|
10
|
+
default: undefined;
|
|
11
11
|
};
|
|
12
12
|
line: {
|
|
13
13
|
type: NumberConstructor;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { withInstall } from 'bm-admin-ui/es/utils/with-install';
|
|
2
|
-
import { reactive, onBeforeUnmount, ref, watch, nextTick, toRefs, resolveComponent, openBlock, createBlock, withCtx, createElementVNode, normalizeStyle, normalizeClass, toDisplayString } from 'vue';
|
|
2
|
+
import { reactive, onBeforeUnmount, ref, watch, nextTick, toRefs, resolveComponent, openBlock, createBlock, withCtx, renderSlot, createElementVNode, normalizeStyle, normalizeClass, createTextVNode, toDisplayString } from 'vue';
|
|
3
3
|
|
|
4
4
|
var _export_sfc = (sfc, props) => {
|
|
5
5
|
const target = sfc.__vccOpts || sfc;
|
|
@@ -14,11 +14,11 @@ const _sfc_main = {
|
|
|
14
14
|
props: {
|
|
15
15
|
title: {
|
|
16
16
|
type: String,
|
|
17
|
-
default:
|
|
17
|
+
default: void 0
|
|
18
18
|
},
|
|
19
19
|
labelTitle: {
|
|
20
20
|
type: String,
|
|
21
|
-
default:
|
|
21
|
+
default: void 0
|
|
22
22
|
},
|
|
23
23
|
line: {
|
|
24
24
|
type: Number,
|
|
@@ -97,6 +97,9 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
97
97
|
"get-popup-container": $setup.getPopupContainer,
|
|
98
98
|
onVisibleChange: $setup.handleVisibleChange
|
|
99
99
|
}, {
|
|
100
|
+
title: withCtx(() => [
|
|
101
|
+
renderSlot(_ctx.$slots, "title")
|
|
102
|
+
]),
|
|
100
103
|
default: withCtx(() => [
|
|
101
104
|
createElementVNode("div", {
|
|
102
105
|
ref: "mySelf",
|
|
@@ -105,9 +108,15 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
105
108
|
WebkitLineClamp: $props.line
|
|
106
109
|
}),
|
|
107
110
|
class: normalizeClass($props.line === 1 ? `bm-over-tooltip` : `bm-over-tooltip-multi`)
|
|
108
|
-
},
|
|
111
|
+
}, [
|
|
112
|
+
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
113
|
+
renderSlot(_ctx.$slots, "title", {}, () => [
|
|
114
|
+
createTextVNode(toDisplayString($props.title), 1)
|
|
115
|
+
])
|
|
116
|
+
])
|
|
117
|
+
], 6)
|
|
109
118
|
]),
|
|
110
|
-
_:
|
|
119
|
+
_: 3
|
|
111
120
|
}, 8, ["visible", "title", "get-popup-container", "onVisibleChange"]);
|
|
112
121
|
}
|
|
113
122
|
var OverTooltips = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "over-tooltips.vue"]]);
|
|
@@ -32,9 +32,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
32
32
|
searchVal: import("vue").Ref<string>;
|
|
33
33
|
selectAll: import("vue").Ref<boolean>;
|
|
34
34
|
indeterminate: import("vue").Ref<boolean>;
|
|
35
|
-
emptyPic: import("vue").Ref<
|
|
35
|
+
emptyPic: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
36
36
|
[key: string]: any;
|
|
37
|
-
}> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
37
|
+
}> | null | undefined) | JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
38
38
|
[key: string]: any;
|
|
39
39
|
}> | null | undefined)[]>;
|
|
40
40
|
listChecked: import("vue").Ref<{}>;
|
|
@@ -7,11 +7,11 @@ declare const BmUpload: import("bm-admin-ui/es/utils/with-install").SFCWithInsta
|
|
|
7
7
|
props: {
|
|
8
8
|
title: {
|
|
9
9
|
type: StringConstructor;
|
|
10
|
-
default:
|
|
10
|
+
default: undefined;
|
|
11
11
|
};
|
|
12
12
|
labelTitle: {
|
|
13
13
|
type: StringConstructor;
|
|
14
|
-
default:
|
|
14
|
+
default: undefined;
|
|
15
15
|
};
|
|
16
16
|
line: {
|
|
17
17
|
type: NumberConstructor;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { withInstall } from 'bm-admin-ui/es/utils/with-install';
|
|
2
|
-
import { h, nextTick, createVNode, reactive, onBeforeUnmount, ref, watch, toRefs, resolveComponent, openBlock, createBlock, withCtx, createElementVNode, normalizeStyle, normalizeClass, toDisplayString, computed, watchEffect, createElementBlock, Fragment, renderList, createCommentVNode,
|
|
2
|
+
import { h, nextTick, createVNode, reactive, onBeforeUnmount, ref, watch, toRefs, resolveComponent, openBlock, createBlock, withCtx, renderSlot, createElementVNode, normalizeStyle, normalizeClass, createTextVNode, toDisplayString, computed, watchEffect, createElementBlock, Fragment, renderList, createCommentVNode, mergeProps } from 'vue';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Take input from [0, n] and return it as [0, 1]
|
|
@@ -1159,11 +1159,11 @@ const _sfc_main$1 = {
|
|
|
1159
1159
|
props: {
|
|
1160
1160
|
title: {
|
|
1161
1161
|
type: String,
|
|
1162
|
-
default:
|
|
1162
|
+
default: void 0
|
|
1163
1163
|
},
|
|
1164
1164
|
labelTitle: {
|
|
1165
1165
|
type: String,
|
|
1166
|
-
default:
|
|
1166
|
+
default: void 0
|
|
1167
1167
|
},
|
|
1168
1168
|
line: {
|
|
1169
1169
|
type: Number,
|
|
@@ -1242,6 +1242,9 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1242
1242
|
"get-popup-container": $setup.getPopupContainer,
|
|
1243
1243
|
onVisibleChange: $setup.handleVisibleChange
|
|
1244
1244
|
}, {
|
|
1245
|
+
title: withCtx(() => [
|
|
1246
|
+
renderSlot(_ctx.$slots, "title")
|
|
1247
|
+
]),
|
|
1245
1248
|
default: withCtx(() => [
|
|
1246
1249
|
createElementVNode("div", {
|
|
1247
1250
|
ref: "mySelf",
|
|
@@ -1250,9 +1253,15 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1250
1253
|
WebkitLineClamp: $props.line
|
|
1251
1254
|
}),
|
|
1252
1255
|
class: normalizeClass($props.line === 1 ? `bm-over-tooltip` : `bm-over-tooltip-multi`)
|
|
1253
|
-
},
|
|
1256
|
+
}, [
|
|
1257
|
+
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
1258
|
+
renderSlot(_ctx.$slots, "title", {}, () => [
|
|
1259
|
+
createTextVNode(toDisplayString($props.title), 1)
|
|
1260
|
+
])
|
|
1261
|
+
])
|
|
1262
|
+
], 6)
|
|
1254
1263
|
]),
|
|
1255
|
-
_:
|
|
1264
|
+
_: 3
|
|
1256
1265
|
}, 8, ["visible", "title", "get-popup-container", "onVisibleChange"]);
|
|
1257
1266
|
}
|
|
1258
1267
|
var OverTooltips$1 = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__file", "over-tooltips.vue"]]);
|
|
@@ -7,11 +7,11 @@ declare const _default: {
|
|
|
7
7
|
props: {
|
|
8
8
|
title: {
|
|
9
9
|
type: StringConstructor;
|
|
10
|
-
default:
|
|
10
|
+
default: undefined;
|
|
11
11
|
};
|
|
12
12
|
labelTitle: {
|
|
13
13
|
type: StringConstructor;
|
|
14
|
-
default:
|
|
14
|
+
default: undefined;
|
|
15
15
|
};
|
|
16
16
|
line: {
|
|
17
17
|
type: NumberConstructor;
|
package/index.esm.js
CHANGED
|
@@ -45826,11 +45826,11 @@ const _sfc_main$3 = {
|
|
|
45826
45826
|
props: {
|
|
45827
45827
|
title: {
|
|
45828
45828
|
type: String,
|
|
45829
|
-
default:
|
|
45829
|
+
default: void 0
|
|
45830
45830
|
},
|
|
45831
45831
|
labelTitle: {
|
|
45832
45832
|
type: String,
|
|
45833
|
-
default:
|
|
45833
|
+
default: void 0
|
|
45834
45834
|
},
|
|
45835
45835
|
line: {
|
|
45836
45836
|
type: Number,
|
|
@@ -45909,6 +45909,9 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
45909
45909
|
"get-popup-container": $setup.getPopupContainer,
|
|
45910
45910
|
onVisibleChange: $setup.handleVisibleChange
|
|
45911
45911
|
}, {
|
|
45912
|
+
title: withCtx(() => [
|
|
45913
|
+
renderSlot(_ctx.$slots, "title")
|
|
45914
|
+
]),
|
|
45912
45915
|
default: withCtx(() => [
|
|
45913
45916
|
createElementVNode("div", {
|
|
45914
45917
|
ref: "mySelf",
|
|
@@ -45917,9 +45920,15 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
45917
45920
|
WebkitLineClamp: $props.line
|
|
45918
45921
|
}),
|
|
45919
45922
|
class: normalizeClass($props.line === 1 ? `bm-over-tooltip` : `bm-over-tooltip-multi`)
|
|
45920
|
-
},
|
|
45923
|
+
}, [
|
|
45924
|
+
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
45925
|
+
renderSlot(_ctx.$slots, "title", {}, () => [
|
|
45926
|
+
createTextVNode(toDisplayString($props.title), 1)
|
|
45927
|
+
])
|
|
45928
|
+
])
|
|
45929
|
+
], 6)
|
|
45921
45930
|
]),
|
|
45922
|
-
_:
|
|
45931
|
+
_: 3
|
|
45923
45932
|
}, 8, ["visible", "title", "get-popup-container", "onVisibleChange"]);
|
|
45924
45933
|
}
|
|
45925
45934
|
var OverTooltips = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$1], ["__file", "over-tooltips.vue"]]);
|
package/index.js
CHANGED
|
@@ -45834,11 +45834,11 @@ var process = {
|
|
|
45834
45834
|
props: {
|
|
45835
45835
|
title: {
|
|
45836
45836
|
type: String,
|
|
45837
|
-
default:
|
|
45837
|
+
default: void 0
|
|
45838
45838
|
},
|
|
45839
45839
|
labelTitle: {
|
|
45840
45840
|
type: String,
|
|
45841
|
-
default:
|
|
45841
|
+
default: void 0
|
|
45842
45842
|
},
|
|
45843
45843
|
line: {
|
|
45844
45844
|
type: Number,
|
|
@@ -45917,6 +45917,9 @@ var process = {
|
|
|
45917
45917
|
"get-popup-container": $setup.getPopupContainer,
|
|
45918
45918
|
onVisibleChange: $setup.handleVisibleChange
|
|
45919
45919
|
}, {
|
|
45920
|
+
title: require$$1$1.withCtx(() => [
|
|
45921
|
+
require$$1$1.renderSlot(_ctx.$slots, "title")
|
|
45922
|
+
]),
|
|
45920
45923
|
default: require$$1$1.withCtx(() => [
|
|
45921
45924
|
require$$1$1.createElementVNode("div", {
|
|
45922
45925
|
ref: "mySelf",
|
|
@@ -45925,9 +45928,15 @@ var process = {
|
|
|
45925
45928
|
WebkitLineClamp: $props.line
|
|
45926
45929
|
}),
|
|
45927
45930
|
class: require$$1$1.normalizeClass($props.line === 1 ? `bm-over-tooltip` : `bm-over-tooltip-multi`)
|
|
45928
|
-
},
|
|
45931
|
+
}, [
|
|
45932
|
+
require$$1$1.renderSlot(_ctx.$slots, "default", {}, () => [
|
|
45933
|
+
require$$1$1.renderSlot(_ctx.$slots, "title", {}, () => [
|
|
45934
|
+
require$$1$1.createTextVNode(require$$1$1.toDisplayString($props.title), 1)
|
|
45935
|
+
])
|
|
45936
|
+
])
|
|
45937
|
+
], 6)
|
|
45929
45938
|
]),
|
|
45930
|
-
_:
|
|
45939
|
+
_: 3
|
|
45931
45940
|
}, 8, ["visible", "title", "get-popup-container", "onVisibleChange"]);
|
|
45932
45941
|
}
|
|
45933
45942
|
var OverTooltips = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$1], ["__file", "over-tooltips.vue"]]);
|
|
@@ -42,9 +42,9 @@ declare const BmFloatTable: import("bm-admin-ui/es/utils/with-install").SFCWithI
|
|
|
42
42
|
gridOptions: import("vue").ComputedRef<any>;
|
|
43
43
|
gridEvents: import("vue").ComputedRef<any>;
|
|
44
44
|
pager: import("vue").ComputedRef<any>;
|
|
45
|
-
simpleImage: import("vue").Ref<
|
|
45
|
+
simpleImage: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
46
46
|
[key: string]: any;
|
|
47
|
-
}> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
47
|
+
}> | null | undefined) | JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
48
48
|
[key: string]: any;
|
|
49
49
|
}> | null | undefined)[]>;
|
|
50
50
|
floatRefsId: import("vue").Ref<{}>;
|
|
@@ -42,9 +42,9 @@ declare const _default: {
|
|
|
42
42
|
gridOptions: import("vue").ComputedRef<any>;
|
|
43
43
|
gridEvents: import("vue").ComputedRef<any>;
|
|
44
44
|
pager: import("vue").ComputedRef<any>;
|
|
45
|
-
simpleImage: import("vue").Ref<
|
|
45
|
+
simpleImage: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
46
46
|
[key: string]: any;
|
|
47
|
-
}> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
47
|
+
}> | null | undefined) | JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
48
48
|
[key: string]: any;
|
|
49
49
|
}> | null | undefined)[]>;
|
|
50
50
|
floatRefsId: import("vue").Ref<{}>;
|
|
@@ -3,11 +3,11 @@ declare const BmOverTooltips: import("bm-admin-ui/es/utils/with-install").SFCWit
|
|
|
3
3
|
props: {
|
|
4
4
|
title: {
|
|
5
5
|
type: StringConstructor;
|
|
6
|
-
default:
|
|
6
|
+
default: undefined;
|
|
7
7
|
};
|
|
8
8
|
labelTitle: {
|
|
9
9
|
type: StringConstructor;
|
|
10
|
-
default:
|
|
10
|
+
default: undefined;
|
|
11
11
|
};
|
|
12
12
|
line: {
|
|
13
13
|
type: NumberConstructor;
|
|
@@ -18,11 +18,11 @@ const _sfc_main = {
|
|
|
18
18
|
props: {
|
|
19
19
|
title: {
|
|
20
20
|
type: String,
|
|
21
|
-
default:
|
|
21
|
+
default: void 0
|
|
22
22
|
},
|
|
23
23
|
labelTitle: {
|
|
24
24
|
type: String,
|
|
25
|
-
default:
|
|
25
|
+
default: void 0
|
|
26
26
|
},
|
|
27
27
|
line: {
|
|
28
28
|
type: Number,
|
|
@@ -101,6 +101,9 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
101
101
|
"get-popup-container": $setup.getPopupContainer,
|
|
102
102
|
onVisibleChange: $setup.handleVisibleChange
|
|
103
103
|
}, {
|
|
104
|
+
title: vue.withCtx(() => [
|
|
105
|
+
vue.renderSlot(_ctx.$slots, "title")
|
|
106
|
+
]),
|
|
104
107
|
default: vue.withCtx(() => [
|
|
105
108
|
vue.createElementVNode("div", {
|
|
106
109
|
ref: "mySelf",
|
|
@@ -109,9 +112,15 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
109
112
|
WebkitLineClamp: $props.line
|
|
110
113
|
}),
|
|
111
114
|
class: vue.normalizeClass($props.line === 1 ? `bm-over-tooltip` : `bm-over-tooltip-multi`)
|
|
112
|
-
},
|
|
115
|
+
}, [
|
|
116
|
+
vue.renderSlot(_ctx.$slots, "default", {}, () => [
|
|
117
|
+
vue.renderSlot(_ctx.$slots, "title", {}, () => [
|
|
118
|
+
vue.createTextVNode(vue.toDisplayString($props.title), 1)
|
|
119
|
+
])
|
|
120
|
+
])
|
|
121
|
+
], 6)
|
|
113
122
|
]),
|
|
114
|
-
_:
|
|
123
|
+
_: 3
|
|
115
124
|
}, 8, ["visible", "title", "get-popup-container", "onVisibleChange"]);
|
|
116
125
|
}
|
|
117
126
|
var OverTooltips = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "over-tooltips.vue"]]);
|
|
@@ -32,9 +32,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
32
32
|
searchVal: import("vue").Ref<string>;
|
|
33
33
|
selectAll: import("vue").Ref<boolean>;
|
|
34
34
|
indeterminate: import("vue").Ref<boolean>;
|
|
35
|
-
emptyPic: import("vue").Ref<
|
|
35
|
+
emptyPic: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
36
36
|
[key: string]: any;
|
|
37
|
-
}> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
37
|
+
}> | null | undefined) | JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
38
38
|
[key: string]: any;
|
|
39
39
|
}> | null | undefined)[]>;
|
|
40
40
|
listChecked: import("vue").Ref<{}>;
|
|
@@ -7,11 +7,11 @@ declare const BmUpload: import("bm-admin-ui/es/utils/with-install").SFCWithInsta
|
|
|
7
7
|
props: {
|
|
8
8
|
title: {
|
|
9
9
|
type: StringConstructor;
|
|
10
|
-
default:
|
|
10
|
+
default: undefined;
|
|
11
11
|
};
|
|
12
12
|
labelTitle: {
|
|
13
13
|
type: StringConstructor;
|
|
14
|
-
default:
|
|
14
|
+
default: undefined;
|
|
15
15
|
};
|
|
16
16
|
line: {
|
|
17
17
|
type: NumberConstructor;
|
|
@@ -1163,11 +1163,11 @@ const _sfc_main$1 = {
|
|
|
1163
1163
|
props: {
|
|
1164
1164
|
title: {
|
|
1165
1165
|
type: String,
|
|
1166
|
-
default:
|
|
1166
|
+
default: void 0
|
|
1167
1167
|
},
|
|
1168
1168
|
labelTitle: {
|
|
1169
1169
|
type: String,
|
|
1170
|
-
default:
|
|
1170
|
+
default: void 0
|
|
1171
1171
|
},
|
|
1172
1172
|
line: {
|
|
1173
1173
|
type: Number,
|
|
@@ -1246,6 +1246,9 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1246
1246
|
"get-popup-container": $setup.getPopupContainer,
|
|
1247
1247
|
onVisibleChange: $setup.handleVisibleChange
|
|
1248
1248
|
}, {
|
|
1249
|
+
title: vue.withCtx(() => [
|
|
1250
|
+
vue.renderSlot(_ctx.$slots, "title")
|
|
1251
|
+
]),
|
|
1249
1252
|
default: vue.withCtx(() => [
|
|
1250
1253
|
vue.createElementVNode("div", {
|
|
1251
1254
|
ref: "mySelf",
|
|
@@ -1254,9 +1257,15 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1254
1257
|
WebkitLineClamp: $props.line
|
|
1255
1258
|
}),
|
|
1256
1259
|
class: vue.normalizeClass($props.line === 1 ? `bm-over-tooltip` : `bm-over-tooltip-multi`)
|
|
1257
|
-
},
|
|
1260
|
+
}, [
|
|
1261
|
+
vue.renderSlot(_ctx.$slots, "default", {}, () => [
|
|
1262
|
+
vue.renderSlot(_ctx.$slots, "title", {}, () => [
|
|
1263
|
+
vue.createTextVNode(vue.toDisplayString($props.title), 1)
|
|
1264
|
+
])
|
|
1265
|
+
])
|
|
1266
|
+
], 6)
|
|
1258
1267
|
]),
|
|
1259
|
-
_:
|
|
1268
|
+
_: 3
|
|
1260
1269
|
}, 8, ["visible", "title", "get-popup-container", "onVisibleChange"]);
|
|
1261
1270
|
}
|
|
1262
1271
|
var OverTooltips$1 = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__file", "over-tooltips.vue"]]);
|
|
@@ -7,11 +7,11 @@ declare const _default: {
|
|
|
7
7
|
props: {
|
|
8
8
|
title: {
|
|
9
9
|
type: StringConstructor;
|
|
10
|
-
default:
|
|
10
|
+
default: undefined;
|
|
11
11
|
};
|
|
12
12
|
labelTitle: {
|
|
13
13
|
type: StringConstructor;
|
|
14
|
-
default:
|
|
14
|
+
default: undefined;
|
|
15
15
|
};
|
|
16
16
|
line: {
|
|
17
17
|
type: NumberConstructor;
|