bm-admin-ui 1.1.2-alpha → 1.1.4-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/index.js +77 -77
- package/es/components/edit-form/index.d.ts +4 -4
- package/es/components/edit-form/index.js +1 -1
- 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/index.js +1 -1
- package/es/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +8 -8
- package/es/components/form-create/index.js +2 -1
- package/es/components/search-filter/src/form-select-all.vue.d.ts +6 -6
- package/es/components/search-filter/src/search-reset-btn.vue.d.ts +3 -3
- package/es/components/select-all/index.d.ts +6 -6
- package/es/components/select-all/src/selectAll.vue.d.ts +6 -6
- package/es/components/staffs-selector/index.d.ts +9 -9
- package/es/components/staffs-selector/src/staffs-selector.vue.d.ts +9 -9
- package/es/components/videoView/index.d.ts +1 -1
- package/es/components/videoView/src/videoView.vue.d.ts +1 -1
- 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/index.js +77 -77
- package/lib/components/edit-form/index.d.ts +4 -4
- package/lib/components/edit-form/index.js +1 -1
- 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/index.js +1 -1
- package/lib/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +8 -8
- package/lib/components/form-create/index.js +2 -1
- package/lib/components/search-filter/src/form-select-all.vue.d.ts +6 -6
- package/lib/components/search-filter/src/search-reset-btn.vue.d.ts +3 -3
- package/lib/components/select-all/index.d.ts +6 -6
- package/lib/components/select-all/src/selectAll.vue.d.ts +6 -6
- package/lib/components/staffs-selector/index.d.ts +9 -9
- package/lib/components/staffs-selector/src/staffs-selector.vue.d.ts +9 -9
- package/lib/components/videoView/index.d.ts +1 -1
- package/lib/components/videoView/src/videoView.vue.d.ts +1 -1
- package/package.json +34 -34
- 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/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/search-filter/src/form-select-all.vue.d.ts +6 -6
- package/types/components/search-filter/src/search-reset-btn.vue.d.ts +3 -3
- package/types/components/select-all/index.d.ts +6 -6
- package/types/components/select-all/src/selectAll.vue.d.ts +6 -6
- package/types/components/staffs-selector/index.d.ts +9 -9
- package/types/components/staffs-selector/src/staffs-selector.vue.d.ts +9 -9
- package/types/components/videoView/index.d.ts +1 -1
- package/types/components/videoView/src/videoView.vue.d.ts +1 -1
- package/es/components/staffs-selector/src/autoTooltip.vue.d.ts +0 -26
- package/es/components/staffs-selector/src/virtualScroll.vue.d.ts +0 -69
- package/lib/components/staffs-selector/src/autoTooltip.vue.d.ts +0 -26
- package/lib/components/staffs-selector/src/virtualScroll.vue.d.ts +0 -69
- package/types/components/staffs-selector/src/autoTooltip.vue.d.ts +0 -26
- package/types/components/staffs-selector/src/virtualScroll.vue.d.ts +0 -69
|
@@ -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: {};
|
|
@@ -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;
|
|
@@ -832,8 +832,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
832
832
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
833
833
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
834
834
|
}, {
|
|
835
|
-
size: string;
|
|
836
835
|
width: string;
|
|
837
836
|
visible: boolean;
|
|
837
|
+
size: string;
|
|
838
838
|
}>;
|
|
839
839
|
export default _default;
|
|
@@ -280,7 +280,7 @@ const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
|
|
|
280
280
|
vue.createElementVNode("span", {
|
|
281
281
|
class: vue.normalizeClass(["opeator", { active: __props.isCustom }])
|
|
282
282
|
}, [
|
|
283
|
-
vue.createCommentVNode(' <CopyOutlined\
|
|
283
|
+
vue.createCommentVNode(' <CopyOutlined\n @click.stop="\n () => {\n copyCallback()\n }\n " /> \u6682\u65F6\u5173\u95ED\u590D\u5236\u8282\u70B9 '),
|
|
284
284
|
vue.createVNode(vue.unref(iconsVue.CloseOutlined), {
|
|
285
285
|
onClick: _cache[0] || (_cache[0] = vue.withModifiers(
|
|
286
286
|
() => {
|
|
@@ -59,9 +59,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
59
59
|
};
|
|
60
60
|
}>> & {}>>;
|
|
61
61
|
callback: () => void;
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
62
|
+
CloseOutlined: import("@ant-design/icons-vue/lib/icons/CloseOutlined").CloseOutlinedIconType;
|
|
63
|
+
RightOutlined: import("@ant-design/icons-vue/lib/icons/RightOutlined").RightOutlinedIconType;
|
|
64
|
+
Tag: {
|
|
65
65
|
new (...args: any[]): {
|
|
66
66
|
$: import("vue").ComponentInternalInstance;
|
|
67
67
|
$data: {};
|
|
@@ -97,8 +97,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
97
97
|
$slots: Readonly<{
|
|
98
98
|
[name: string]: import("vue").Slot;
|
|
99
99
|
}>;
|
|
100
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
101
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
100
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
101
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
102
102
|
$emit: (event: string, ...args: any[]) => void;
|
|
103
103
|
$el: any;
|
|
104
104
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -123,7 +123,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
123
123
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
124
124
|
visible: boolean;
|
|
125
125
|
closable: boolean;
|
|
126
|
-
}
|
|
126
|
+
}> & {
|
|
127
127
|
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
128
128
|
created?: (() => void) | (() => void)[] | undefined;
|
|
129
129
|
beforeMount?: (() => void) | (() => void)[] | undefined;
|
|
@@ -138,7 +138,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
138
138
|
unmounted?: (() => void) | (() => void)[] | undefined;
|
|
139
139
|
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
140
140
|
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
141
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
141
|
+
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;
|
|
142
142
|
};
|
|
143
143
|
$forceUpdate: () => void;
|
|
144
144
|
$nextTick: typeof import("vue").nextTick;
|
|
@@ -188,7 +188,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
188
188
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
189
189
|
visible: boolean;
|
|
190
190
|
closable: boolean;
|
|
191
|
-
}
|
|
191
|
+
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
|
|
192
192
|
readonly CheckableTag: import("vue").DefineComponent<{
|
|
193
193
|
prefixCls: StringConstructor;
|
|
194
194
|
checked: {
|
|
@@ -18706,7 +18706,7 @@ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
|
|
|
18706
18706
|
debounceFetch("");
|
|
18707
18707
|
return (_ctx, _cache) => {
|
|
18708
18708
|
return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
|
|
18709
|
-
vue.createCommentVNode(' <Input\
|
|
18709
|
+
vue.createCommentVNode(' <Input\n v-model:value="inputValue"\n placeholder="\u8BF7\u8F93\u5165"\n :disabled="disabled"\n @change="debounceFn($event.target.value)"\n ></Input> '),
|
|
18710
18710
|
vue.createVNode(vue.unref(antDesignVue.Select), {
|
|
18711
18711
|
value: __props.value,
|
|
18712
18712
|
placeholder: "\u8BF7\u9009\u62E9",
|
|
@@ -18778,6 +18778,7 @@ const _sfc_main$7 = /* @__PURE__ */ vue.defineComponent({
|
|
|
18778
18778
|
const columns = vue.reactive([]);
|
|
18779
18779
|
const data = vue.reactive([]);
|
|
18780
18780
|
const config = vue.computed(() => ({
|
|
18781
|
+
...props.rule?.config?.tableConfig,
|
|
18781
18782
|
columns: [...columns],
|
|
18782
18783
|
data: [...data],
|
|
18783
18784
|
columnConfig: {
|
|
@@ -45,7 +45,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
45
45
|
}) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
46
46
|
[key: string]: any;
|
|
47
47
|
}>;
|
|
48
|
-
|
|
48
|
+
ASelect: {
|
|
49
49
|
new (...args: any[]): {
|
|
50
50
|
$: import("vue").ComponentInternalInstance;
|
|
51
51
|
$data: {};
|
|
@@ -225,8 +225,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
225
225
|
$slots: Readonly<{
|
|
226
226
|
[name: string]: import("vue").Slot;
|
|
227
227
|
}>;
|
|
228
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
229
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
228
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
229
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
230
230
|
$emit: (event: string, ...args: any[]) => void;
|
|
231
231
|
$el: any;
|
|
232
232
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -395,7 +395,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
395
395
|
defaultActiveFirstOption: boolean;
|
|
396
396
|
labelInValue: boolean;
|
|
397
397
|
bordered: boolean;
|
|
398
|
-
}
|
|
398
|
+
}> & {
|
|
399
399
|
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
400
400
|
created?: (() => void) | (() => void)[] | undefined;
|
|
401
401
|
beforeMount?: (() => void) | (() => void)[] | undefined;
|
|
@@ -410,7 +410,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
410
410
|
unmounted?: (() => void) | (() => void)[] | undefined;
|
|
411
411
|
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
412
412
|
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
413
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
413
|
+
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;
|
|
414
414
|
};
|
|
415
415
|
$forceUpdate: () => void;
|
|
416
416
|
$nextTick: typeof import("vue").nextTick;
|
|
@@ -734,7 +734,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
734
734
|
defaultActiveFirstOption: boolean;
|
|
735
735
|
labelInValue: boolean;
|
|
736
736
|
bordered: boolean;
|
|
737
|
-
}
|
|
737
|
+
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
|
|
738
738
|
readonly Option: import("ant-design-vue/lib/vc-select/Option").OptionFC;
|
|
739
739
|
readonly OptGroup: import("ant-design-vue/lib/vc-select/OptGroup").OptionGroupFC;
|
|
740
740
|
readonly SECRET_COMBOBOX_MODE_DO_NOT_USE: "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
@@ -113,9 +113,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
113
113
|
handleSubmit: () => void;
|
|
114
114
|
handleReset: () => void;
|
|
115
115
|
handleSetDefault: () => void;
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
116
|
+
DownOutlined: import("@ant-design/icons-vue/lib/icons/DownOutlined").DownOutlinedIconType;
|
|
117
|
+
UpOutlined: import("@ant-design/icons-vue/lib/icons/UpOutlined").UpOutlinedIconType;
|
|
118
|
+
SearchOutlined: import("@ant-design/icons-vue/lib/icons/SearchOutlined").SearchOutlinedIconType;
|
|
119
119
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("submit" | "reset" | "expand" | "setDefault")[], "submit" | "reset" | "expand" | "setDefault", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
120
120
|
showExpandBtn: {
|
|
121
121
|
type: BooleanConstructor;
|
|
@@ -44,7 +44,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
44
44
|
}) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
45
45
|
[key: string]: any;
|
|
46
46
|
}>;
|
|
47
|
-
|
|
47
|
+
ASelect: {
|
|
48
48
|
new (...args: any[]): {
|
|
49
49
|
$: import("vue").ComponentInternalInstance;
|
|
50
50
|
$data: {};
|
|
@@ -224,8 +224,8 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
224
224
|
$slots: Readonly<{
|
|
225
225
|
[name: string]: import("vue").Slot;
|
|
226
226
|
}>;
|
|
227
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
228
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
227
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
228
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
229
229
|
$emit: (event: string, ...args: any[]) => void;
|
|
230
230
|
$el: any;
|
|
231
231
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -394,7 +394,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
394
394
|
defaultActiveFirstOption: boolean;
|
|
395
395
|
labelInValue: boolean;
|
|
396
396
|
bordered: boolean;
|
|
397
|
-
}
|
|
397
|
+
}> & {
|
|
398
398
|
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
399
399
|
created?: (() => void) | (() => void)[] | undefined;
|
|
400
400
|
beforeMount?: (() => void) | (() => void)[] | undefined;
|
|
@@ -409,7 +409,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
409
409
|
unmounted?: (() => void) | (() => void)[] | undefined;
|
|
410
410
|
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
411
411
|
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
412
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
412
|
+
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;
|
|
413
413
|
};
|
|
414
414
|
$forceUpdate: () => void;
|
|
415
415
|
$nextTick: typeof import("vue").nextTick;
|
|
@@ -733,7 +733,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
733
733
|
defaultActiveFirstOption: boolean;
|
|
734
734
|
labelInValue: boolean;
|
|
735
735
|
bordered: boolean;
|
|
736
|
-
}
|
|
736
|
+
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
|
|
737
737
|
readonly Option: import("ant-design-vue/lib/vc-select/Option").OptionFC;
|
|
738
738
|
readonly OptGroup: import("ant-design-vue/lib/vc-select/OptGroup").OptionGroupFC;
|
|
739
739
|
readonly SECRET_COMBOBOX_MODE_DO_NOT_USE: "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
@@ -44,7 +44,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
44
44
|
}) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
45
45
|
[key: string]: any;
|
|
46
46
|
}>;
|
|
47
|
-
|
|
47
|
+
ASelect: {
|
|
48
48
|
new (...args: any[]): {
|
|
49
49
|
$: import("vue").ComponentInternalInstance;
|
|
50
50
|
$data: {};
|
|
@@ -224,8 +224,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
224
224
|
$slots: Readonly<{
|
|
225
225
|
[name: string]: import("vue").Slot;
|
|
226
226
|
}>;
|
|
227
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
228
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
227
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
228
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
229
229
|
$emit: (event: string, ...args: any[]) => void;
|
|
230
230
|
$el: any;
|
|
231
231
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -394,7 +394,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
394
394
|
defaultActiveFirstOption: boolean;
|
|
395
395
|
labelInValue: boolean;
|
|
396
396
|
bordered: boolean;
|
|
397
|
-
}
|
|
397
|
+
}> & {
|
|
398
398
|
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
399
399
|
created?: (() => void) | (() => void)[] | undefined;
|
|
400
400
|
beforeMount?: (() => void) | (() => void)[] | undefined;
|
|
@@ -409,7 +409,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
409
409
|
unmounted?: (() => void) | (() => void)[] | undefined;
|
|
410
410
|
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
411
411
|
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
412
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
412
|
+
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;
|
|
413
413
|
};
|
|
414
414
|
$forceUpdate: () => void;
|
|
415
415
|
$nextTick: typeof import("vue").nextTick;
|
|
@@ -733,7 +733,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
733
733
|
defaultActiveFirstOption: boolean;
|
|
734
734
|
labelInValue: boolean;
|
|
735
735
|
bordered: boolean;
|
|
736
|
-
}
|
|
736
|
+
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
|
|
737
737
|
readonly Option: import("ant-design-vue/lib/vc-select/Option").OptionFC;
|
|
738
738
|
readonly OptGroup: import("ant-design-vue/lib/vc-select/OptGroup").OptionGroupFC;
|
|
739
739
|
readonly SECRET_COMBOBOX_MODE_DO_NOT_USE: "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
@@ -101,7 +101,7 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
|
|
|
101
101
|
summitSelect: () => void;
|
|
102
102
|
getOptionName: (key: any) => any;
|
|
103
103
|
deleteOptions: (key: any) => void;
|
|
104
|
-
|
|
104
|
+
AModal: {
|
|
105
105
|
new (...args: any[]): {
|
|
106
106
|
$: import("vue").ComponentInternalInstance;
|
|
107
107
|
$data: {};
|
|
@@ -300,8 +300,8 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
|
|
|
300
300
|
$slots: Readonly<{
|
|
301
301
|
[name: string]: import("vue").Slot;
|
|
302
302
|
}>;
|
|
303
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
304
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
303
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
304
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
305
305
|
$emit: (event: string, ...args: any[]) => void;
|
|
306
306
|
$el: any;
|
|
307
307
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -489,7 +489,7 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
|
|
|
489
489
|
destroyOnClose: boolean;
|
|
490
490
|
focusTriggerAfterClose: boolean;
|
|
491
491
|
confirmLoading: boolean;
|
|
492
|
-
}
|
|
492
|
+
}> & {
|
|
493
493
|
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
494
494
|
created?: (() => void) | (() => void)[] | undefined;
|
|
495
495
|
beforeMount?: (() => void) | (() => void)[] | undefined;
|
|
@@ -504,7 +504,7 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
|
|
|
504
504
|
unmounted?: (() => void) | (() => void)[] | undefined;
|
|
505
505
|
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
506
506
|
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
507
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
507
|
+
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;
|
|
508
508
|
};
|
|
509
509
|
$forceUpdate: () => void;
|
|
510
510
|
$nextTick: typeof import("vue").nextTick;
|
|
@@ -869,7 +869,7 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
|
|
|
869
869
|
destroyOnClose: boolean;
|
|
870
870
|
focusTriggerAfterClose: boolean;
|
|
871
871
|
confirmLoading: boolean;
|
|
872
|
-
}
|
|
872
|
+
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
|
|
873
873
|
readonly info: import("ant-design-vue/lib/modal/Modal").ModalFunc;
|
|
874
874
|
readonly success: import("ant-design-vue/lib/modal/Modal").ModalFunc;
|
|
875
875
|
readonly error: import("ant-design-vue/lib/modal/Modal").ModalFunc;
|
|
@@ -878,7 +878,7 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
|
|
|
878
878
|
readonly confirm: import("ant-design-vue/lib/modal/Modal").ModalFunc;
|
|
879
879
|
readonly destroyAll: () => void;
|
|
880
880
|
};
|
|
881
|
-
|
|
881
|
+
CloseCircleFilled: import("@ant-design/icons-vue/lib/icons/CloseCircleFilled").CloseCircleFilledIconType;
|
|
882
882
|
multipleCmp: import("vue").DefineComponent<{
|
|
883
883
|
limit: {
|
|
884
884
|
type: NumberConstructor;
|
|
@@ -1000,7 +1000,7 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
|
|
|
1000
1000
|
limit: number;
|
|
1001
1001
|
selected: unknown[];
|
|
1002
1002
|
}>;
|
|
1003
|
-
|
|
1003
|
+
list: any;
|
|
1004
1004
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:visible" | "update:select")[], "change" | "update:visible" | "update:select", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1005
1005
|
visible: {
|
|
1006
1006
|
type: BooleanConstructor;
|
|
@@ -1047,8 +1047,8 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
|
|
|
1047
1047
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
1048
1048
|
"onUpdate:select"?: ((...args: any[]) => any) | undefined;
|
|
1049
1049
|
}, {
|
|
1050
|
-
title: string;
|
|
1051
1050
|
visible: boolean;
|
|
1051
|
+
title: string;
|
|
1052
1052
|
mode: string;
|
|
1053
1053
|
showCount: boolean;
|
|
1054
1054
|
unitStr: string;
|
|
@@ -101,7 +101,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
101
101
|
summitSelect: () => void;
|
|
102
102
|
getOptionName: (key: any) => any;
|
|
103
103
|
deleteOptions: (key: any) => void;
|
|
104
|
-
|
|
104
|
+
AModal: {
|
|
105
105
|
new (...args: any[]): {
|
|
106
106
|
$: import("vue").ComponentInternalInstance;
|
|
107
107
|
$data: {};
|
|
@@ -300,8 +300,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
300
300
|
$slots: Readonly<{
|
|
301
301
|
[name: string]: import("vue").Slot;
|
|
302
302
|
}>;
|
|
303
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
304
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
303
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
304
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
|
305
305
|
$emit: (event: string, ...args: any[]) => void;
|
|
306
306
|
$el: any;
|
|
307
307
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -489,7 +489,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
489
489
|
destroyOnClose: boolean;
|
|
490
490
|
focusTriggerAfterClose: boolean;
|
|
491
491
|
confirmLoading: boolean;
|
|
492
|
-
}
|
|
492
|
+
}> & {
|
|
493
493
|
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
494
494
|
created?: (() => void) | (() => void)[] | undefined;
|
|
495
495
|
beforeMount?: (() => void) | (() => void)[] | undefined;
|
|
@@ -504,7 +504,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
504
504
|
unmounted?: (() => void) | (() => void)[] | undefined;
|
|
505
505
|
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
506
506
|
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
507
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
507
|
+
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;
|
|
508
508
|
};
|
|
509
509
|
$forceUpdate: () => void;
|
|
510
510
|
$nextTick: typeof import("vue").nextTick;
|
|
@@ -869,7 +869,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
869
869
|
destroyOnClose: boolean;
|
|
870
870
|
focusTriggerAfterClose: boolean;
|
|
871
871
|
confirmLoading: boolean;
|
|
872
|
-
}
|
|
872
|
+
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
|
|
873
873
|
readonly info: import("ant-design-vue/lib/modal/Modal").ModalFunc;
|
|
874
874
|
readonly success: import("ant-design-vue/lib/modal/Modal").ModalFunc;
|
|
875
875
|
readonly error: import("ant-design-vue/lib/modal/Modal").ModalFunc;
|
|
@@ -878,7 +878,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
878
878
|
readonly confirm: import("ant-design-vue/lib/modal/Modal").ModalFunc;
|
|
879
879
|
readonly destroyAll: () => void;
|
|
880
880
|
};
|
|
881
|
-
|
|
881
|
+
CloseCircleFilled: import("@ant-design/icons-vue/lib/icons/CloseCircleFilled").CloseCircleFilledIconType;
|
|
882
882
|
multipleCmp: import("vue").DefineComponent<{
|
|
883
883
|
limit: {
|
|
884
884
|
type: NumberConstructor;
|
|
@@ -1000,7 +1000,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1000
1000
|
limit: number;
|
|
1001
1001
|
selected: unknown[];
|
|
1002
1002
|
}>;
|
|
1003
|
-
|
|
1003
|
+
list: any;
|
|
1004
1004
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:visible" | "update:select")[], "change" | "update:visible" | "update:select", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1005
1005
|
visible: {
|
|
1006
1006
|
type: BooleanConstructor;
|
|
@@ -1047,8 +1047,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1047
1047
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
1048
1048
|
"onUpdate:select"?: ((...args: any[]) => any) | undefined;
|
|
1049
1049
|
}, {
|
|
1050
|
-
title: string;
|
|
1051
1050
|
visible: boolean;
|
|
1051
|
+
title: string;
|
|
1052
1052
|
mode: string;
|
|
1053
1053
|
showCount: boolean;
|
|
1054
1054
|
unitStr: string;
|
|
@@ -20,7 +20,7 @@ declare const BmVideo: import("bm-admin-ui/es/utils/with-install").SFCWithInstal
|
|
|
20
20
|
}>> & {}>>;
|
|
21
21
|
visible: import("vue").Ref<boolean>;
|
|
22
22
|
play: () => void;
|
|
23
|
-
|
|
23
|
+
PlayCircleFilled: import("@ant-design/icons-vue/lib/icons/PlayCircleFilled").PlayCircleFilledIconType;
|
|
24
24
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
25
|
src: {
|
|
26
26
|
type: StringConstructor;
|
|
@@ -20,7 +20,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
20
|
}>> & {}>>;
|
|
21
21
|
visible: import("vue").Ref<boolean>;
|
|
22
22
|
play: () => void;
|
|
23
|
-
|
|
23
|
+
PlayCircleFilled: import("@ant-design/icons-vue/lib/icons/PlayCircleFilled").PlayCircleFilledIconType;
|
|
24
24
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
25
|
src: {
|
|
26
26
|
type: StringConstructor;
|
package/package.json
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "bm-admin-ui",
|
|
3
|
-
"version": "1.1.
|
|
4
|
-
"private": false,
|
|
5
|
-
"description": "An Admin Component Library for Bm",
|
|
6
|
-
"license": "UNLICENSED",
|
|
7
|
-
"repository": {
|
|
8
|
-
"type": "git",
|
|
9
|
-
"url": "http://gitlab.admin.bluemoon.com.cn/Frontend-web/bm-admin-ui"
|
|
10
|
-
},
|
|
11
|
-
"main": "lib/index.js",
|
|
12
|
-
"module": "es/index.js",
|
|
13
|
-
"unpkg": "index.js",
|
|
14
|
-
"peerDependencies": {
|
|
15
|
-
"vue": "^3.2.31"
|
|
16
|
-
},
|
|
17
|
-
"dependencies": {
|
|
18
|
-
"@form-create/ant-design-vue": "^3.1.12",
|
|
19
|
-
"@logicflow/core": "^1.1.7",
|
|
20
|
-
"@logicflow/extension": "^1.1.7",
|
|
21
|
-
"floating-vue": "2.0.0-beta.17",
|
|
22
|
-
"@ant-design/icons-vue": "^6.1.0",
|
|
23
|
-
"ant-design-vue": "^3.2.10",
|
|
24
|
-
"bm-admin-icons": "^0.2.7",
|
|
25
|
-
"vuedraggable": "^4.1.0",
|
|
26
|
-
"lodash-es": "^4.17.21",
|
|
27
|
-
"dayjs": "^1.11.4",
|
|
28
|
-
"vxe-table": "4.2.3",
|
|
29
|
-
"xe-utils": "3.5.4"
|
|
30
|
-
},
|
|
31
|
-
"sideEffects": [
|
|
32
|
-
"theme-chalk/*.css"
|
|
33
|
-
]
|
|
34
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "bm-admin-ui",
|
|
3
|
+
"version": "1.1.4-alpha",
|
|
4
|
+
"private": false,
|
|
5
|
+
"description": "An Admin Component Library for Bm",
|
|
6
|
+
"license": "UNLICENSED",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "http://gitlab.admin.bluemoon.com.cn/Frontend-web/bm-admin-ui"
|
|
10
|
+
},
|
|
11
|
+
"main": "lib/index.js",
|
|
12
|
+
"module": "es/index.js",
|
|
13
|
+
"unpkg": "index.js",
|
|
14
|
+
"peerDependencies": {
|
|
15
|
+
"vue": "^3.2.31"
|
|
16
|
+
},
|
|
17
|
+
"dependencies": {
|
|
18
|
+
"@form-create/ant-design-vue": "^3.1.12",
|
|
19
|
+
"@logicflow/core": "^1.1.7",
|
|
20
|
+
"@logicflow/extension": "^1.1.7",
|
|
21
|
+
"floating-vue": "2.0.0-beta.17",
|
|
22
|
+
"@ant-design/icons-vue": "^6.1.0",
|
|
23
|
+
"ant-design-vue": "^3.2.10",
|
|
24
|
+
"bm-admin-icons": "^0.2.7",
|
|
25
|
+
"vuedraggable": "^4.1.0",
|
|
26
|
+
"lodash-es": "^4.17.21",
|
|
27
|
+
"dayjs": "^1.11.4",
|
|
28
|
+
"vxe-table": "4.2.3",
|
|
29
|
+
"xe-utils": "3.5.4"
|
|
30
|
+
},
|
|
31
|
+
"sideEffects": [
|
|
32
|
+
"theme-chalk/*.css"
|
|
33
|
+
]
|
|
34
|
+
}
|
|
@@ -20,7 +20,7 @@ declare const BmAttachment: import("bm-admin-ui/es/utils/with-install").SFCWithI
|
|
|
20
20
|
setVisible: (value: any) => void;
|
|
21
21
|
preview: (item: any) => void;
|
|
22
22
|
download: (item: any) => void;
|
|
23
|
-
|
|
23
|
+
BmOverTooltips: import("bm-admin-ui/es/utils/with-install").SFCWithInstall<{
|
|
24
24
|
name: string;
|
|
25
25
|
props: {
|
|
26
26
|
title: {
|
|
@@ -53,8 +53,8 @@ declare const BmAttachment: import("bm-admin-ui/es/utils/with-install").SFCWithI
|
|
|
53
53
|
openShow: import("vue").Ref<boolean>;
|
|
54
54
|
};
|
|
55
55
|
}>;
|
|
56
|
-
|
|
57
|
-
|
|
56
|
+
DownloadOutlined: import("@ant-design/icons-vue/lib/icons/DownloadOutlined").DownloadOutlinedIconType;
|
|
57
|
+
EyeOutlined: import("@ant-design/icons-vue/lib/icons/EyeOutlined").EyeOutlinedIconType;
|
|
58
58
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("preview" | "download")[], "preview" | "download", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
59
59
|
file: {
|
|
60
60
|
type: ObjectConstructor;
|
|
@@ -20,7 +20,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
20
|
setVisible: (value: any) => void;
|
|
21
21
|
preview: (item: any) => void;
|
|
22
22
|
download: (item: any) => void;
|
|
23
|
-
|
|
23
|
+
BmOverTooltips: import("../../../utils/with-install").SFCWithInstall<{
|
|
24
24
|
name: string;
|
|
25
25
|
props: {
|
|
26
26
|
title: {
|
|
@@ -53,8 +53,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
53
53
|
openShow: import("vue").Ref<boolean>;
|
|
54
54
|
};
|
|
55
55
|
}>;
|
|
56
|
-
|
|
57
|
-
|
|
56
|
+
DownloadOutlined: import("@ant-design/icons-vue/lib/icons/DownloadOutlined").DownloadOutlinedIconType;
|
|
57
|
+
EyeOutlined: import("@ant-design/icons-vue/lib/icons/EyeOutlined").EyeOutlinedIconType;
|
|
58
58
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("preview" | "download")[], "preview" | "download", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
59
59
|
file: {
|
|
60
60
|
type: ObjectConstructor;
|