bm-admin-ui 1.0.90-alpha → 1.0.92-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/attachment/index.d.ts +3 -3
- package/es/components/attachment/src/attachment.vue.d.ts +3 -3
- package/es/components/breadcrumb/index.d.ts +7 -7
- package/es/components/breadcrumb/src/breadcrumb.vue.d.ts +7 -7
- package/es/components/button/index.d.ts +6 -6
- package/es/components/button/src/button.vue.d.ts +6 -6
- package/es/components/cascader/__tests__/index.test.d.ts +1 -0
- package/es/components/cascader/_util/KeyCode.d.ts +110 -0
- package/es/components/cascader/index.d.ts +30 -0
- package/es/components/cascader/index.js +211 -0
- package/es/components/cascader/src/cascader.vue.d.ts +29 -0
- package/es/components/edit-form/index.d.ts +4 -4
- package/es/components/edit-form/src/edit-form.vue.d.ts +4 -4
- package/es/components/feedback/index.d.ts +13 -13
- package/es/components/feedback/src/bmAlert.vue.d.ts +6 -6
- package/es/components/feedback/src/bmModal.vue.d.ts +7 -7
- package/es/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +8 -8
- package/es/components/form-create/index.js +98 -389
- package/es/components/form-designer/index.js +122 -180
- package/es/components/index.d.ts +1 -0
- package/es/components/index.js +1 -0
- package/es/components/search-filter/index.d.ts +0 -28
- package/es/components/search-filter/index.js +3 -35
- package/es/components/search-filter/src/form-select-all.vue.d.ts +6 -6
- package/es/components/search-filter/src/search-filter.d.ts +0 -16
- package/es/components/search-filter/src/search-filter.vue.d.ts +0 -28
- package/es/components/search-filter/src/search-reset-btn.vue.d.ts +3 -29
- package/es/components/select-all/index.d.ts +6 -8
- package/es/components/select-all/index.js +15 -32
- package/es/components/select-all/src/selectAll.vue.d.ts +6 -8
- package/es/components/staffs-selector/index.d.ts +10 -10
- package/es/components/staffs-selector/src/staffs-selector.vue.d.ts +10 -10
- package/es/components/videoView/index.d.ts +1 -1
- package/es/components/videoView/src/videoView.vue.d.ts +1 -1
- package/es/utils/uniqueId.js +2 -2
- package/lib/components/attachment/index.d.ts +3 -3
- package/lib/components/attachment/src/attachment.vue.d.ts +3 -3
- package/lib/components/breadcrumb/index.d.ts +7 -7
- package/lib/components/breadcrumb/src/breadcrumb.vue.d.ts +7 -7
- package/lib/components/button/index.d.ts +6 -6
- package/lib/components/button/src/button.vue.d.ts +6 -6
- package/lib/components/cascader/__tests__/index.test.d.ts +1 -0
- package/lib/components/cascader/_util/KeyCode.d.ts +110 -0
- package/lib/components/cascader/index.d.ts +30 -0
- package/lib/components/cascader/index.js +216 -0
- package/lib/components/cascader/src/cascader.vue.d.ts +29 -0
- package/lib/components/edit-form/index.d.ts +4 -4
- package/lib/components/edit-form/src/edit-form.vue.d.ts +4 -4
- package/lib/components/feedback/index.d.ts +13 -13
- package/lib/components/feedback/src/bmAlert.vue.d.ts +6 -6
- package/lib/components/feedback/src/bmModal.vue.d.ts +7 -7
- package/lib/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +8 -8
- package/lib/components/form-create/index.js +98 -389
- package/lib/components/form-designer/index.js +116 -174
- package/lib/components/index.d.ts +1 -0
- package/lib/components/index.js +7 -0
- package/lib/components/search-filter/index.d.ts +0 -28
- package/lib/components/search-filter/index.js +3 -36
- package/lib/components/search-filter/src/form-select-all.vue.d.ts +6 -6
- package/lib/components/search-filter/src/search-filter.d.ts +0 -16
- package/lib/components/search-filter/src/search-filter.vue.d.ts +0 -28
- package/lib/components/search-filter/src/search-reset-btn.vue.d.ts +3 -29
- package/lib/components/select-all/index.d.ts +6 -8
- package/lib/components/select-all/index.js +14 -31
- package/lib/components/select-all/src/selectAll.vue.d.ts +6 -8
- package/lib/components/staffs-selector/index.d.ts +10 -10
- package/lib/components/staffs-selector/src/staffs-selector.vue.d.ts +10 -10
- package/lib/components/videoView/index.d.ts +1 -1
- package/lib/components/videoView/src/videoView.vue.d.ts +1 -1
- package/lib/utils/uniqueId.js +2 -2
- package/package.json +1 -1
- package/theme-chalk/cascader.css +1 -0
- package/theme-chalk/form-designer.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/select-all.css +1 -1
- package/types/components/attachment/index.d.ts +3 -3
- package/types/components/attachment/src/attachment.vue.d.ts +3 -3
- package/types/components/breadcrumb/index.d.ts +7 -7
- package/types/components/breadcrumb/src/breadcrumb.vue.d.ts +7 -7
- package/types/components/button/index.d.ts +6 -6
- package/types/components/button/src/button.vue.d.ts +6 -6
- package/types/components/cascader/__tests__/index.test.d.ts +1 -0
- package/types/components/cascader/_util/KeyCode.d.ts +110 -0
- package/types/components/cascader/index.d.ts +30 -0
- package/types/components/cascader/src/cascader.vue.d.ts +29 -0
- package/types/components/edit-form/index.d.ts +4 -4
- package/types/components/edit-form/src/edit-form.vue.d.ts +4 -4
- package/types/components/feedback/index.d.ts +13 -13
- package/types/components/feedback/src/bmAlert.vue.d.ts +6 -6
- package/types/components/feedback/src/bmModal.vue.d.ts +7 -7
- package/types/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +8 -8
- package/types/components/index.d.ts +1 -0
- package/types/components/search-filter/index.d.ts +0 -28
- package/types/components/search-filter/src/form-select-all.vue.d.ts +6 -6
- package/types/components/search-filter/src/search-filter.d.ts +0 -16
- package/types/components/search-filter/src/search-filter.vue.d.ts +0 -28
- package/types/components/search-filter/src/search-reset-btn.vue.d.ts +3 -29
- package/types/components/select-all/index.d.ts +6 -8
- package/types/components/select-all/src/selectAll.vue.d.ts +6 -8
- package/types/components/staffs-selector/index.d.ts +10 -10
- package/types/components/staffs-selector/src/staffs-selector.vue.d.ts +10 -10
- package/types/components/videoView/index.d.ts +1 -1
- package/types/components/videoView/src/videoView.vue.d.ts +1 -1
|
@@ -0,0 +1,216 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var withInstall = require('bm-admin-ui/lib/utils/with-install');
|
|
6
|
+
var vue = require('vue');
|
|
7
|
+
var iconsVue = require('@ant-design/icons-vue');
|
|
8
|
+
|
|
9
|
+
var _export_sfc = (sfc, props) => {
|
|
10
|
+
const target = sfc.__vccOpts || sfc;
|
|
11
|
+
for (const [key, val] of props) {
|
|
12
|
+
target[key] = val;
|
|
13
|
+
}
|
|
14
|
+
return target;
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
const _sfc_main = vue.defineComponent({
|
|
18
|
+
name: 'BmLabelSelect',
|
|
19
|
+
components: { DownOutlined: iconsVue.DownOutlined },
|
|
20
|
+
props: {
|
|
21
|
+
tipType: {
|
|
22
|
+
type: String,
|
|
23
|
+
default: () => {
|
|
24
|
+
return 'none'
|
|
25
|
+
},
|
|
26
|
+
},
|
|
27
|
+
width: {
|
|
28
|
+
type: Number,
|
|
29
|
+
default: () => {
|
|
30
|
+
return 200
|
|
31
|
+
},
|
|
32
|
+
},
|
|
33
|
+
},
|
|
34
|
+
setup(props, { emit, attrs }) {
|
|
35
|
+
const nameArr = (arr) => {
|
|
36
|
+
return arr.reduce(
|
|
37
|
+
(acc, cur) => acc.concat(Array.isArray(cur) ? nameArr(cur) : cur),
|
|
38
|
+
[]
|
|
39
|
+
)
|
|
40
|
+
};
|
|
41
|
+
const state = vue.reactive({
|
|
42
|
+
labelNameList: '',
|
|
43
|
+
visible: false,
|
|
44
|
+
});
|
|
45
|
+
const methods = {
|
|
46
|
+
onmouseover() {
|
|
47
|
+
state.labelNameList.length && (state.visible = true);
|
|
48
|
+
},
|
|
49
|
+
onmouseout() {
|
|
50
|
+
state.labelNameList.length && (state.visible = false);
|
|
51
|
+
},
|
|
52
|
+
onchange(value, selectedOptions) {
|
|
53
|
+
if (attrs.multiple === '' || attrs.multiple) {
|
|
54
|
+
let res = selectedOptions.map((v, k) => {
|
|
55
|
+
return v.map((e, i) => {
|
|
56
|
+
return e.label
|
|
57
|
+
})
|
|
58
|
+
});
|
|
59
|
+
state.labelNameList = nameArr(res).join(',');
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
};
|
|
63
|
+
vue.watch(
|
|
64
|
+
() => state.labelNameList.length,
|
|
65
|
+
(val) => {
|
|
66
|
+
if (!val) {
|
|
67
|
+
state.visible = false;
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
{ deep: true }
|
|
71
|
+
);
|
|
72
|
+
vue.onMounted(() => {
|
|
73
|
+
attrs.value?.length &&
|
|
74
|
+
(state.labelNameList = nameArr(attrs.value).join(','));
|
|
75
|
+
});
|
|
76
|
+
return {
|
|
77
|
+
...vue.toRefs(state),
|
|
78
|
+
...methods,
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
});
|
|
82
|
+
|
|
83
|
+
const _hoisted_1 = {
|
|
84
|
+
ref: "BmLabelSelect",
|
|
85
|
+
class: "bm-label-select"
|
|
86
|
+
};
|
|
87
|
+
const _hoisted_2 = { style: {"margin":"8px 0 0 0"} };
|
|
88
|
+
const _hoisted_3 = { style: {"color":"#2243ec"} };
|
|
89
|
+
const _hoisted_4 = { class: "bm-label-select-labelList" };
|
|
90
|
+
|
|
91
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
92
|
+
const _component_DownOutlined = vue.resolveComponent("DownOutlined");
|
|
93
|
+
const _component_a_cascader = vue.resolveComponent("a-cascader");
|
|
94
|
+
const _component_a_popover = vue.resolveComponent("a-popover");
|
|
95
|
+
const _component_a_tooltip = vue.resolveComponent("a-tooltip");
|
|
96
|
+
|
|
97
|
+
return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
|
|
98
|
+
(_ctx.tipType === 'popover')
|
|
99
|
+
? (vue.openBlock(), vue.createBlock(_component_a_popover, {
|
|
100
|
+
key: 0,
|
|
101
|
+
visible: _ctx.visible,
|
|
102
|
+
"get-popup-container":
|
|
103
|
+
(triggerNode) => {
|
|
104
|
+
return triggerNode.parentNode
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
}, vue.createSlots({
|
|
108
|
+
default: vue.withCtx(() => [
|
|
109
|
+
vue.createVNode(_component_a_cascader, vue.mergeProps(_ctx.$attrs, {
|
|
110
|
+
style: {
|
|
111
|
+
width:
|
|
112
|
+
_ctx.$attrs.multiple === '' || _ctx.$attrs.multiple ? _ctx.width + 'px' : 'auto',
|
|
113
|
+
minWidth: _ctx.width + 'px',
|
|
114
|
+
},
|
|
115
|
+
"show-arrow": true,
|
|
116
|
+
onMouseover: _ctx.onmouseover,
|
|
117
|
+
onMouseout: _ctx.onmouseout,
|
|
118
|
+
onChange: _ctx.onchange
|
|
119
|
+
}), {
|
|
120
|
+
suffixIcon: vue.withCtx(() => [
|
|
121
|
+
vue.createVNode(_component_DownOutlined)
|
|
122
|
+
]),
|
|
123
|
+
_: 1 /* STABLE */
|
|
124
|
+
}, 16 /* FULL_PROPS */, ["style", "onMouseover", "onMouseout", "onChange"])
|
|
125
|
+
]),
|
|
126
|
+
_: 2 /* DYNAMIC */
|
|
127
|
+
}, [
|
|
128
|
+
(_ctx.labelNameList)
|
|
129
|
+
? {
|
|
130
|
+
name: "title",
|
|
131
|
+
fn: vue.withCtx(() => [
|
|
132
|
+
vue.createElementVNode("div", _hoisted_2, [
|
|
133
|
+
vue.createTextVNode(" 已选择 "),
|
|
134
|
+
vue.createElementVNode("span", _hoisted_3, vue.toDisplayString(_ctx.labelNameList ? _ctx.labelNameList.split(',')?.length : 0), 1 /* TEXT */),
|
|
135
|
+
vue.createTextVNode(" 项 ")
|
|
136
|
+
])
|
|
137
|
+
]),
|
|
138
|
+
key: "0"
|
|
139
|
+
}
|
|
140
|
+
: undefined,
|
|
141
|
+
(_ctx.labelNameList)
|
|
142
|
+
? {
|
|
143
|
+
name: "content",
|
|
144
|
+
fn: vue.withCtx(() => [
|
|
145
|
+
vue.createElementVNode("div", _hoisted_4, [
|
|
146
|
+
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.labelNameList.split(','), (item) => {
|
|
147
|
+
return (vue.openBlock(), vue.createElementBlock("div", {
|
|
148
|
+
key: item,
|
|
149
|
+
class: "bm-label-select-labelList-tip"
|
|
150
|
+
}, vue.toDisplayString(item), 1 /* TEXT */))
|
|
151
|
+
}), 128 /* KEYED_FRAGMENT */))
|
|
152
|
+
])
|
|
153
|
+
]),
|
|
154
|
+
key: "1"
|
|
155
|
+
}
|
|
156
|
+
: undefined
|
|
157
|
+
]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["visible", "get-popup-container"]))
|
|
158
|
+
: (_ctx.tipType === 'tooltip')
|
|
159
|
+
? (vue.openBlock(), vue.createBlock(_component_a_tooltip, {
|
|
160
|
+
key: 1,
|
|
161
|
+
placement: "top",
|
|
162
|
+
visible: _ctx.visible
|
|
163
|
+
}, vue.createSlots({
|
|
164
|
+
default: vue.withCtx(() => [
|
|
165
|
+
vue.createVNode(_component_a_cascader, vue.mergeProps(_ctx.$attrs, {
|
|
166
|
+
style: {
|
|
167
|
+
width:
|
|
168
|
+
_ctx.$attrs.multiple === '' || _ctx.$attrs.multiple ? _ctx.width + 'px' : 'auto',
|
|
169
|
+
minWidth: _ctx.width + 'px',
|
|
170
|
+
},
|
|
171
|
+
"show-arrow": true,
|
|
172
|
+
onMouseover: _ctx.onmouseover,
|
|
173
|
+
onMouseout: _ctx.onmouseout,
|
|
174
|
+
onChange: _ctx.onchange
|
|
175
|
+
}), {
|
|
176
|
+
suffixIcon: vue.withCtx(() => [
|
|
177
|
+
vue.createVNode(_component_DownOutlined)
|
|
178
|
+
]),
|
|
179
|
+
_: 1 /* STABLE */
|
|
180
|
+
}, 16 /* FULL_PROPS */, ["style", "onMouseover", "onMouseout", "onChange"])
|
|
181
|
+
]),
|
|
182
|
+
_: 2 /* DYNAMIC */
|
|
183
|
+
}, [
|
|
184
|
+
(_ctx.labelNameList)
|
|
185
|
+
? {
|
|
186
|
+
name: "title",
|
|
187
|
+
fn: vue.withCtx(() => [
|
|
188
|
+
vue.createTextVNode(vue.toDisplayString(_ctx.labelNameList), 1 /* TEXT */)
|
|
189
|
+
]),
|
|
190
|
+
key: "0"
|
|
191
|
+
}
|
|
192
|
+
: undefined
|
|
193
|
+
]), 1032 /* PROPS, DYNAMIC_SLOTS */, ["visible"]))
|
|
194
|
+
: (vue.openBlock(), vue.createBlock(_component_a_cascader, vue.mergeProps({
|
|
195
|
+
key: 2,
|
|
196
|
+
visible: _ctx.visible
|
|
197
|
+
}, _ctx.$attrs, {
|
|
198
|
+
style: { width: 'auto', minWidth: _ctx.width + 'px' },
|
|
199
|
+
"show-arrow": true,
|
|
200
|
+
onMouseover: _ctx.onmouseover,
|
|
201
|
+
onMouseout: _ctx.onmouseout,
|
|
202
|
+
onChange: _ctx.onchange
|
|
203
|
+
}), {
|
|
204
|
+
suffixIcon: vue.withCtx(() => [
|
|
205
|
+
vue.createVNode(_component_DownOutlined)
|
|
206
|
+
]),
|
|
207
|
+
_: 1 /* STABLE */
|
|
208
|
+
}, 16 /* FULL_PROPS */, ["visible", "style", "onMouseover", "onMouseout", "onChange"]))
|
|
209
|
+
], 512 /* NEED_PATCH */))
|
|
210
|
+
}
|
|
211
|
+
var cascader = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render],['__file',"cascader.vue"]]);
|
|
212
|
+
|
|
213
|
+
const BmCascader = withInstall.withInstall(cascader);
|
|
214
|
+
|
|
215
|
+
exports.BmCascader = BmCascader;
|
|
216
|
+
exports["default"] = BmCascader;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare var _default: import("vue").DefineComponent<{
|
|
2
|
+
tipType: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: () => string;
|
|
5
|
+
};
|
|
6
|
+
width: {
|
|
7
|
+
type: NumberConstructor;
|
|
8
|
+
default: () => number;
|
|
9
|
+
};
|
|
10
|
+
}, {
|
|
11
|
+
onmouseover(): void;
|
|
12
|
+
onmouseout(): void;
|
|
13
|
+
onchange(value: any, selectedOptions: any): void;
|
|
14
|
+
labelNameList: import("vue").Ref<string>;
|
|
15
|
+
visible: import("vue").Ref<boolean>;
|
|
16
|
+
}, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
+
tipType: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
default: () => string;
|
|
20
|
+
};
|
|
21
|
+
width: {
|
|
22
|
+
type: NumberConstructor;
|
|
23
|
+
default: () => number;
|
|
24
|
+
};
|
|
25
|
+
}>>, {
|
|
26
|
+
tipType: string;
|
|
27
|
+
width: number;
|
|
28
|
+
}>;
|
|
29
|
+
export default _default;
|
|
@@ -79,15 +79,15 @@ declare const BmEditForm: import("bm-admin-ui/es/utils/with-install").SFCWithIns
|
|
|
79
79
|
[key: string]: any;
|
|
80
80
|
}>;
|
|
81
81
|
updateSlot: (key: string, value: any) => void;
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
82
|
+
QuestionCircleOutlined: import("@ant-design/icons-vue/lib/icons/QuestionCircleOutlined").QuestionCircleOutlinedIconType;
|
|
83
|
+
ClockCircleOutlined: import("@ant-design/icons-vue/lib/icons/ClockCircleOutlined").ClockCircleOutlinedIconType;
|
|
84
|
+
CalendarOutlined: import("@ant-design/icons-vue/lib/icons/CalendarOutlined").CalendarOutlinedIconType;
|
|
85
85
|
Group: import("vue").DefineComponent<{}, {
|
|
86
86
|
formItemContext: import("ant-design-vue/lib/form/FormItemContext").FormItemContext;
|
|
87
87
|
onFieldChange: () => void;
|
|
88
88
|
onFieldBlur: () => void;
|
|
89
89
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
90
|
-
|
|
90
|
+
BmOverTooltips: import("bm-admin-ui/es/utils/with-install").SFCWithInstall<{
|
|
91
91
|
name: string;
|
|
92
92
|
props: {
|
|
93
93
|
title: {
|
|
@@ -78,15 +78,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
78
78
|
[key: string]: any;
|
|
79
79
|
}>;
|
|
80
80
|
updateSlot: (key: string, value: any) => void;
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
81
|
+
QuestionCircleOutlined: import("@ant-design/icons-vue/lib/icons/QuestionCircleOutlined").QuestionCircleOutlinedIconType;
|
|
82
|
+
ClockCircleOutlined: import("@ant-design/icons-vue/lib/icons/ClockCircleOutlined").ClockCircleOutlinedIconType;
|
|
83
|
+
CalendarOutlined: import("@ant-design/icons-vue/lib/icons/CalendarOutlined").CalendarOutlinedIconType;
|
|
84
84
|
Group: import("vue").DefineComponent<{}, {
|
|
85
85
|
formItemContext: import("ant-design-vue/lib/form/FormItemContext").FormItemContext;
|
|
86
86
|
onFieldChange: () => void;
|
|
87
87
|
onFieldBlur: () => void;
|
|
88
88
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
89
|
-
|
|
89
|
+
BmOverTooltips: import("../../../utils/with-install").SFCWithInstall<{
|
|
90
90
|
name: string;
|
|
91
91
|
props: {
|
|
92
92
|
title: {
|
|
@@ -43,7 +43,7 @@ declare const BmModal: import("bm-admin-ui/es/utils/with-install").SFCWithInstal
|
|
|
43
43
|
}>>;
|
|
44
44
|
caculWidth: import("vue").ComputedRef<string>;
|
|
45
45
|
onOkCallback: (e: any) => void;
|
|
46
|
-
|
|
46
|
+
AModal: {
|
|
47
47
|
new (...args: any[]): {
|
|
48
48
|
$: import("vue").ComponentInternalInstance;
|
|
49
49
|
$data: {};
|
|
@@ -232,7 +232,7 @@ declare const BmModal: import("bm-admin-ui/es/utils/with-install").SFCWithInstal
|
|
|
232
232
|
modalRender: import("vue").PropType<(arg: {
|
|
233
233
|
originVNode: import("ant-design-vue/lib/_util/type").VueNode;
|
|
234
234
|
}) => import("ant-design-vue/lib/_util/type").VueNode>;
|
|
235
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
235
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "visible" | "keyboard" | "confirmLoading" | "closable" | "centered" | "maskClosable" | "forceRender" | "destroyOnClose" | "getContainer" | "bodyStyle" | "maskStyle" | "mask" | "focusTriggerAfterClose">;
|
|
236
236
|
$attrs: {
|
|
237
237
|
[x: string]: unknown;
|
|
238
238
|
};
|
|
@@ -242,8 +242,8 @@ declare const BmModal: import("bm-admin-ui/es/utils/with-install").SFCWithInstal
|
|
|
242
242
|
$slots: Readonly<{
|
|
243
243
|
[name: string]: import("vue").Slot;
|
|
244
244
|
}>;
|
|
245
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
246
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
245
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
246
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
247
247
|
$emit: (event: string, ...args: any[]) => void;
|
|
248
248
|
$el: any;
|
|
249
249
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -431,7 +431,7 @@ declare const BmModal: import("bm-admin-ui/es/utils/with-install").SFCWithInstal
|
|
|
431
431
|
destroyOnClose: boolean;
|
|
432
432
|
focusTriggerAfterClose: boolean;
|
|
433
433
|
confirmLoading: boolean;
|
|
434
|
-
}
|
|
434
|
+
}> & {
|
|
435
435
|
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
436
436
|
created?: (() => void) | (() => void)[] | undefined;
|
|
437
437
|
beforeMount?: (() => void) | (() => void)[] | undefined;
|
|
@@ -446,7 +446,7 @@ declare const BmModal: import("bm-admin-ui/es/utils/with-install").SFCWithInstal
|
|
|
446
446
|
unmounted?: (() => void) | (() => void)[] | undefined;
|
|
447
447
|
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
448
448
|
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
449
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
449
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[] | undefined;
|
|
450
450
|
};
|
|
451
451
|
$forceUpdate: () => void;
|
|
452
452
|
$nextTick: typeof import("vue").nextTick;
|
|
@@ -811,7 +811,7 @@ declare const BmModal: import("bm-admin-ui/es/utils/with-install").SFCWithInstal
|
|
|
811
811
|
destroyOnClose: boolean;
|
|
812
812
|
focusTriggerAfterClose: boolean;
|
|
813
813
|
confirmLoading: boolean;
|
|
814
|
-
}
|
|
814
|
+
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
|
|
815
815
|
readonly info: import("ant-design-vue/lib/modal/Modal").ModalFunc;
|
|
816
816
|
readonly success: import("ant-design-vue/lib/modal/Modal").ModalFunc;
|
|
817
817
|
readonly error: import("ant-design-vue/lib/modal/Modal").ModalFunc;
|
|
@@ -871,7 +871,7 @@ declare const BmAlert: import("bm-admin-ui/es/utils/with-install").SFCWithInstal
|
|
|
871
871
|
};
|
|
872
872
|
}>> & {}>>;
|
|
873
873
|
getIconCmp: import("vue").ComputedRef<import("@ant-design/icons-vue/lib/icons/CheckCircleFilled").CheckCircleFilledIconType | undefined>;
|
|
874
|
-
|
|
874
|
+
AAlert: {
|
|
875
875
|
new (...args: any[]): {
|
|
876
876
|
$: import("vue").ComponentInternalInstance;
|
|
877
877
|
$data: {};
|
|
@@ -911,8 +911,8 @@ declare const BmAlert: import("bm-admin-ui/es/utils/with-install").SFCWithInstal
|
|
|
911
911
|
$slots: Readonly<{
|
|
912
912
|
[name: string]: import("vue").Slot;
|
|
913
913
|
}>;
|
|
914
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
915
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
914
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
915
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
916
916
|
$emit: (event: string, ...args: any[]) => void;
|
|
917
917
|
$el: any;
|
|
918
918
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -941,7 +941,7 @@ declare const BmAlert: import("bm-admin-ui/es/utils/with-install").SFCWithInstal
|
|
|
941
941
|
showIcon: boolean;
|
|
942
942
|
closable: boolean;
|
|
943
943
|
banner: boolean;
|
|
944
|
-
}
|
|
944
|
+
}> & {
|
|
945
945
|
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
946
946
|
created?: (() => void) | (() => void)[] | undefined;
|
|
947
947
|
beforeMount?: (() => void) | (() => void)[] | undefined;
|
|
@@ -956,7 +956,7 @@ declare const BmAlert: import("bm-admin-ui/es/utils/with-install").SFCWithInstal
|
|
|
956
956
|
unmounted?: (() => void) | (() => void)[] | undefined;
|
|
957
957
|
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
958
958
|
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
959
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
959
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[] | undefined;
|
|
960
960
|
};
|
|
961
961
|
$forceUpdate: () => void;
|
|
962
962
|
$nextTick: typeof import("vue").nextTick;
|
|
@@ -1013,7 +1013,7 @@ declare const BmAlert: import("bm-admin-ui/es/utils/with-install").SFCWithInstal
|
|
|
1013
1013
|
showIcon: boolean;
|
|
1014
1014
|
closable: boolean;
|
|
1015
1015
|
banner: boolean;
|
|
1016
|
-
}
|
|
1016
|
+
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
|
|
1017
1017
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1018
1018
|
type: {
|
|
1019
1019
|
type: StringConstructor;
|
|
@@ -27,7 +27,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27
27
|
};
|
|
28
28
|
}>> & {}>>;
|
|
29
29
|
getIconCmp: import("vue").ComputedRef<import("@ant-design/icons-vue/lib/icons/CheckCircleFilled").CheckCircleFilledIconType | undefined>;
|
|
30
|
-
|
|
30
|
+
AAlert: {
|
|
31
31
|
new (...args: any[]): {
|
|
32
32
|
$: import("vue").ComponentInternalInstance;
|
|
33
33
|
$data: {};
|
|
@@ -67,8 +67,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
67
67
|
$slots: Readonly<{
|
|
68
68
|
[name: string]: import("vue").Slot;
|
|
69
69
|
}>;
|
|
70
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
71
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
70
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
71
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
72
72
|
$emit: (event: string, ...args: any[]) => void;
|
|
73
73
|
$el: any;
|
|
74
74
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -97,7 +97,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
97
97
|
showIcon: boolean;
|
|
98
98
|
closable: boolean;
|
|
99
99
|
banner: boolean;
|
|
100
|
-
}
|
|
100
|
+
}> & {
|
|
101
101
|
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
102
102
|
created?: (() => void) | (() => void)[] | undefined;
|
|
103
103
|
beforeMount?: (() => void) | (() => void)[] | undefined;
|
|
@@ -112,7 +112,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
112
112
|
unmounted?: (() => void) | (() => void)[] | undefined;
|
|
113
113
|
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
114
114
|
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
115
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
115
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[] | undefined;
|
|
116
116
|
};
|
|
117
117
|
$forceUpdate: () => void;
|
|
118
118
|
$nextTick: typeof import("vue").nextTick;
|
|
@@ -169,7 +169,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
169
169
|
showIcon: boolean;
|
|
170
170
|
closable: boolean;
|
|
171
171
|
banner: boolean;
|
|
172
|
-
}
|
|
172
|
+
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
|
|
173
173
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
174
174
|
type: {
|
|
175
175
|
type: StringConstructor;
|
|
@@ -37,7 +37,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
37
37
|
}>>;
|
|
38
38
|
caculWidth: import("vue").ComputedRef<string>;
|
|
39
39
|
onOkCallback: (e: any) => void;
|
|
40
|
-
|
|
40
|
+
AModal: {
|
|
41
41
|
new (...args: any[]): {
|
|
42
42
|
$: import("vue").ComponentInternalInstance;
|
|
43
43
|
$data: {};
|
|
@@ -226,7 +226,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
226
226
|
modalRender: import("vue").PropType<(arg: {
|
|
227
227
|
originVNode: import("ant-design-vue/lib/_util/type").VueNode;
|
|
228
228
|
}) => import("ant-design-vue/lib/_util/type").VueNode>;
|
|
229
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
229
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "visible" | "keyboard" | "confirmLoading" | "closable" | "centered" | "maskClosable" | "forceRender" | "destroyOnClose" | "getContainer" | "bodyStyle" | "maskStyle" | "mask" | "focusTriggerAfterClose">;
|
|
230
230
|
$attrs: {
|
|
231
231
|
[x: string]: unknown;
|
|
232
232
|
};
|
|
@@ -236,8 +236,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
236
236
|
$slots: Readonly<{
|
|
237
237
|
[name: string]: import("vue").Slot;
|
|
238
238
|
}>;
|
|
239
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
240
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
239
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
240
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
241
241
|
$emit: (event: string, ...args: any[]) => void;
|
|
242
242
|
$el: any;
|
|
243
243
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -425,7 +425,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
425
425
|
destroyOnClose: boolean;
|
|
426
426
|
focusTriggerAfterClose: boolean;
|
|
427
427
|
confirmLoading: boolean;
|
|
428
|
-
}
|
|
428
|
+
}> & {
|
|
429
429
|
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
430
430
|
created?: (() => void) | (() => void)[] | undefined;
|
|
431
431
|
beforeMount?: (() => void) | (() => void)[] | undefined;
|
|
@@ -440,7 +440,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
440
440
|
unmounted?: (() => void) | (() => void)[] | undefined;
|
|
441
441
|
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
442
442
|
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
443
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
443
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[] | undefined;
|
|
444
444
|
};
|
|
445
445
|
$forceUpdate: () => void;
|
|
446
446
|
$nextTick: typeof import("vue").nextTick;
|
|
@@ -805,7 +805,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
805
805
|
destroyOnClose: boolean;
|
|
806
806
|
focusTriggerAfterClose: boolean;
|
|
807
807
|
confirmLoading: boolean;
|
|
808
|
-
}
|
|
808
|
+
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
|
|
809
809
|
readonly info: import("ant-design-vue/lib/modal/Modal").ModalFunc;
|
|
810
810
|
readonly success: import("ant-design-vue/lib/modal/Modal").ModalFunc;
|
|
811
811
|
readonly error: import("ant-design-vue/lib/modal/Modal").ModalFunc;
|
|
@@ -50,9 +50,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
50
50
|
default: () => void;
|
|
51
51
|
};
|
|
52
52
|
}>> & {}>>;
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
53
|
+
CloseOutlined: import("@ant-design/icons-vue/lib/icons/CloseOutlined").CloseOutlinedIconType;
|
|
54
|
+
RightOutlined: import("@ant-design/icons-vue/lib/icons/RightOutlined").RightOutlinedIconType;
|
|
55
|
+
Tag: {
|
|
56
56
|
new (...args: any[]): {
|
|
57
57
|
$: import("vue").ComponentInternalInstance;
|
|
58
58
|
$data: {};
|
|
@@ -88,8 +88,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
88
88
|
$slots: Readonly<{
|
|
89
89
|
[name: string]: import("vue").Slot;
|
|
90
90
|
}>;
|
|
91
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
92
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
91
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
92
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
93
93
|
$emit: (event: string, ...args: any[]) => void;
|
|
94
94
|
$el: any;
|
|
95
95
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -114,7 +114,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
114
114
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
115
115
|
visible: boolean;
|
|
116
116
|
closable: boolean;
|
|
117
|
-
}
|
|
117
|
+
}> & {
|
|
118
118
|
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
119
119
|
created?: (() => void) | (() => void)[] | undefined;
|
|
120
120
|
beforeMount?: (() => void) | (() => void)[] | undefined;
|
|
@@ -129,7 +129,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
129
129
|
unmounted?: (() => void) | (() => void)[] | undefined;
|
|
130
130
|
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
131
131
|
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
132
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
132
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[] | undefined;
|
|
133
133
|
};
|
|
134
134
|
$forceUpdate: () => void;
|
|
135
135
|
$nextTick: typeof import("vue").nextTick;
|
|
@@ -179,7 +179,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
179
179
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
180
180
|
visible: boolean;
|
|
181
181
|
closable: boolean;
|
|
182
|
-
}
|
|
182
|
+
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
|
|
183
183
|
readonly CheckableTag: import("vue").DefineComponent<{
|
|
184
184
|
prefixCls: StringConstructor;
|
|
185
185
|
checked: {
|