bm-admin-ui 1.1.15-alpha → 1.1.16-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 +12 -12
- package/es/components/feedback/src/bmAlert.vue.d.ts +6 -6
- package/es/components/feedback/src/bmModal.vue.d.ts +6 -6
- 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/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 +56 -32
- package/es/components/form-designer/index.js +30 -13
- 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 +12 -12
- package/es/components/staffs-selector/index.js +2 -2
- package/es/components/staffs-selector/src/autoTooltip.vue.d.ts +26 -0
- package/es/components/staffs-selector/src/departmentCmp.vue.d.ts +2 -2
- package/es/components/staffs-selector/src/multipleCmp.vue.d.ts +2 -2
- package/es/components/staffs-selector/src/staffs-selector.vue.d.ts +12 -12
- package/es/components/staffs-selector/src/virtualScroll.vue.d.ts +69 -0
- 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 +12 -12
- package/lib/components/feedback/src/bmAlert.vue.d.ts +6 -6
- package/lib/components/feedback/src/bmModal.vue.d.ts +6 -6
- 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/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 +46 -22
- package/lib/components/form-designer/index.js +30 -13
- 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 +12 -12
- package/lib/components/staffs-selector/index.js +2 -2
- package/lib/components/staffs-selector/src/autoTooltip.vue.d.ts +26 -0
- package/lib/components/staffs-selector/src/departmentCmp.vue.d.ts +2 -2
- package/lib/components/staffs-selector/src/multipleCmp.vue.d.ts +2 -2
- package/lib/components/staffs-selector/src/staffs-selector.vue.d.ts +12 -12
- package/lib/components/staffs-selector/src/virtualScroll.vue.d.ts +69 -0
- 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 +12 -12
- package/types/components/feedback/src/bmAlert.vue.d.ts +6 -6
- package/types/components/feedback/src/bmModal.vue.d.ts +6 -6
- 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/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 +12 -12
- package/types/components/staffs-selector/src/autoTooltip.vue.d.ts +26 -0
- package/types/components/staffs-selector/src/departmentCmp.vue.d.ts +2 -2
- package/types/components/staffs-selector/src/multipleCmp.vue.d.ts +2 -2
- package/types/components/staffs-selector/src/staffs-selector.vue.d.ts +12 -12
- package/types/components/staffs-selector/src/virtualScroll.vue.d.ts +69 -0
- package/types/components/videoView/index.d.ts +1 -1
- package/types/components/videoView/src/videoView.vue.d.ts +1 -1
|
@@ -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/InfoCircleFilled").InfoCircleFilledIconType | undefined>;
|
|
30
|
-
AAlert: {
|
|
30
|
+
readonly 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, {}, {}, string>, {}>;
|
|
71
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
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
|
+
}, {}, string> & {
|
|
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, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, 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
|
-
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
|
|
172
|
+
}, {}, string> & 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
|
-
AModal: {
|
|
40
|
+
readonly 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, {}, {}, string>, {}>;
|
|
240
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
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
|
+
}, {}, string> & {
|
|
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, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, 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
|
-
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
|
|
808
|
+
}, {}, string> & 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;
|
|
@@ -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<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
45
|
+
simpleImage: import("vue").Ref<JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
46
46
|
[key: string]: any;
|
|
47
|
-
}> | null | undefined) |
|
|
47
|
+
}> | null | undefined) | (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<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
45
|
+
simpleImage: import("vue").Ref<JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
46
46
|
[key: string]: any;
|
|
47
|
-
}> | null | undefined) |
|
|
47
|
+
}> | null | undefined) | (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<{}>;
|
|
@@ -276,7 +276,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
276
276
|
createElementVNode("span", {
|
|
277
277
|
class: normalizeClass(["opeator", { active: __props.isCustom }])
|
|
278
278
|
}, [
|
|
279
|
-
createCommentVNode(' <CopyOutlined\n @click.stop="\n () => {\n copyCallback()\n }\n " /> \u6682\u65F6\u5173\u95ED\u590D\u5236\u8282\u70B9 '),
|
|
279
|
+
createCommentVNode(' <CopyOutlined\r\n @click.stop="\r\n () => {\r\n copyCallback()\r\n }\r\n " /> \u6682\u65F6\u5173\u95ED\u590D\u5236\u8282\u70B9 '),
|
|
280
280
|
createVNode(unref(CloseOutlined), {
|
|
281
281
|
onClick: _cache[0] || (_cache[0] = withModifiers(
|
|
282
282
|
() => {
|
|
@@ -59,9 +59,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
59
59
|
};
|
|
60
60
|
}>> & {}>>;
|
|
61
61
|
callback: () => void;
|
|
62
|
-
CloseOutlined: import("@ant-design/icons-vue/lib/icons/CloseOutlined").CloseOutlinedIconType;
|
|
63
|
-
RightOutlined: import("@ant-design/icons-vue/lib/icons/RightOutlined").RightOutlinedIconType;
|
|
64
|
-
Tag: {
|
|
62
|
+
readonly CloseOutlined: import("@ant-design/icons-vue/lib/icons/CloseOutlined").CloseOutlinedIconType;
|
|
63
|
+
readonly RightOutlined: import("@ant-design/icons-vue/lib/icons/RightOutlined").RightOutlinedIconType;
|
|
64
|
+
readonly 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, {}, {}, string>, {}>;
|
|
101
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
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
|
+
}, {}, string> & {
|
|
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, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, 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
|
-
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
|
|
191
|
+
}, {}, string> & 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: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { withInstall } from 'bm-admin-ui/es/utils/with-install';
|
|
2
|
-
import { h, defineComponent, computed, openBlock, createBlock, unref, withCtx, createElementBlock, Fragment, renderList, createTextVNode, toDisplayString, nextTick, ref, createVNode, normalizeStyle, withModifiers, createElementVNode, createCommentVNode, normalizeClass, reactive, watch, createSlots, inject, createStaticVNode, provide, resolveComponent } from 'vue';
|
|
2
|
+
import { h, defineComponent, computed, openBlock, createBlock, unref, withCtx, createElementBlock, Fragment, renderList, createTextVNode, toDisplayString, nextTick as nextTick$1, ref, createVNode, normalizeStyle, withModifiers, createElementVNode, createCommentVNode, normalizeClass, reactive, watch, createSlots, inject, createStaticVNode, provide, resolveComponent } from 'vue';
|
|
3
3
|
import { Input, InputNumber, RadioGroup, Radio, Select, DatePicker, RangePicker, message, Modal, Layout, LayoutSider, Tree, LayoutContent, Button, Row, Col, Pagination, FormItemRest, Divider, Tabs, TabPane, Cascader } from 'ant-design-vue';
|
|
4
4
|
import dayjs from 'dayjs';
|
|
5
5
|
import Picture from 'bm-admin-ui/es/components/upload';
|
|
@@ -10,8 +10,8 @@ import { cloneDeep, floor, debounce } from 'lodash-es';
|
|
|
10
10
|
import customParseFormat from 'dayjs/plugin/customParseFormat';
|
|
11
11
|
import utils from 'bm-admin-ui/es/utils';
|
|
12
12
|
import { isNull } from 'bm-admin-ui/es/utils/isNull';
|
|
13
|
-
import FC from '@form-create/ant-design-vue';
|
|
14
13
|
import BmOverTooltips from 'bm-admin-ui/es/components/over-tooltips';
|
|
14
|
+
import FC from '@form-create/ant-design-vue';
|
|
15
15
|
|
|
16
16
|
const fieldRatioMap = {
|
|
17
17
|
'25%': 6,
|
|
@@ -30,10 +30,18 @@ function getContainer() {
|
|
|
30
30
|
var input = {
|
|
31
31
|
name: 'input',
|
|
32
32
|
rule(data) {
|
|
33
|
+
var _a;
|
|
33
34
|
return {
|
|
34
35
|
type: 'input',
|
|
35
36
|
field: data.field,
|
|
36
|
-
title:
|
|
37
|
+
title: {
|
|
38
|
+
title: data === null || data === void 0 ? void 0 : data.title.title,
|
|
39
|
+
type: 'bmLabelTooltip',
|
|
40
|
+
props: {
|
|
41
|
+
title: data.title.title,
|
|
42
|
+
labelTitle: (_a = data === null || data === void 0 ? void 0 : data.title) === null || _a === void 0 ? void 0 : _a.title,
|
|
43
|
+
},
|
|
44
|
+
},
|
|
37
45
|
props: {
|
|
38
46
|
maxlength: 200,
|
|
39
47
|
placeholder: data.props.placeholder,
|
|
@@ -167,10 +175,18 @@ var textarea = {
|
|
|
167
175
|
};
|
|
168
176
|
|
|
169
177
|
function generateRowRule(data, InRow = false) {
|
|
178
|
+
var _a;
|
|
170
179
|
const config = {
|
|
171
180
|
type: 'inputNumber',
|
|
172
181
|
field: data.field,
|
|
173
|
-
title:
|
|
182
|
+
title: {
|
|
183
|
+
title: data === null || data === void 0 ? void 0 : data.title.title,
|
|
184
|
+
type: 'bmLabelTooltip',
|
|
185
|
+
props: {
|
|
186
|
+
title: data.title.title,
|
|
187
|
+
labelTitle: (_a = data === null || data === void 0 ? void 0 : data.title) === null || _a === void 0 ? void 0 : _a.title,
|
|
188
|
+
},
|
|
189
|
+
},
|
|
174
190
|
props: {
|
|
175
191
|
type: 'number',
|
|
176
192
|
placeholder: data.props.placeholder,
|
|
@@ -690,7 +706,7 @@ var picture = {
|
|
|
690
706
|
update(inject, list) {
|
|
691
707
|
const rule = inject.self;
|
|
692
708
|
inject.api.form[rule.field] = list;
|
|
693
|
-
nextTick(() => {
|
|
709
|
+
nextTick$1(() => {
|
|
694
710
|
inject.api.validateField(rule.field);
|
|
695
711
|
});
|
|
696
712
|
},
|
|
@@ -738,7 +754,7 @@ var picture = {
|
|
|
738
754
|
update(inject, list) {
|
|
739
755
|
const rule = inject.self;
|
|
740
756
|
inject.api.form[rule.field] = list;
|
|
741
|
-
nextTick(() => {
|
|
757
|
+
nextTick$1(() => {
|
|
742
758
|
inject.api.validateField(rule.field);
|
|
743
759
|
});
|
|
744
760
|
},
|
|
@@ -786,7 +802,7 @@ var file = {
|
|
|
786
802
|
update(inject, list) {
|
|
787
803
|
const rule = inject.self;
|
|
788
804
|
inject.api.form[rule.field] = list;
|
|
789
|
-
nextTick(() => {
|
|
805
|
+
nextTick$1(() => {
|
|
790
806
|
inject.api.validateField(rule.field);
|
|
791
807
|
});
|
|
792
808
|
},
|
|
@@ -827,7 +843,7 @@ var file = {
|
|
|
827
843
|
update(inject, list) {
|
|
828
844
|
const rule = inject.self;
|
|
829
845
|
inject.api.form[rule.field] = list;
|
|
830
|
-
nextTick(() => {
|
|
846
|
+
nextTick$1(() => {
|
|
831
847
|
inject.api.validateField(rule.field);
|
|
832
848
|
});
|
|
833
849
|
},
|
|
@@ -941,14 +957,16 @@ var people = {
|
|
|
941
957
|
},
|
|
942
958
|
inject: true,
|
|
943
959
|
on: {
|
|
944
|
-
change(
|
|
945
|
-
const rule =
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
960
|
+
change({ api, self }, list) {
|
|
961
|
+
const rule = self;
|
|
962
|
+
nextTick(() => {
|
|
963
|
+
rule.props.defaultSelected = list;
|
|
964
|
+
api.form[rule.field] = list;
|
|
965
|
+
api.validateField(rule.field, () => {
|
|
966
|
+
if (list.length) {
|
|
967
|
+
api.clearValidateState(rule.field);
|
|
968
|
+
}
|
|
969
|
+
});
|
|
952
970
|
});
|
|
953
971
|
},
|
|
954
972
|
},
|
|
@@ -981,14 +999,16 @@ var people = {
|
|
|
981
999
|
},
|
|
982
1000
|
inject: true,
|
|
983
1001
|
on: {
|
|
984
|
-
change(
|
|
985
|
-
const rule =
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
1002
|
+
change({ api, self }, list) {
|
|
1003
|
+
const rule = self;
|
|
1004
|
+
nextTick(() => {
|
|
1005
|
+
rule.props.defaultSelected = list;
|
|
1006
|
+
api.form[rule.field] = list;
|
|
1007
|
+
api.validateField(rule.field, () => {
|
|
1008
|
+
if (list.length) {
|
|
1009
|
+
api.clearValidateState(rule.field);
|
|
1010
|
+
}
|
|
1011
|
+
});
|
|
992
1012
|
});
|
|
993
1013
|
},
|
|
994
1014
|
},
|
|
@@ -18713,7 +18733,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
18713
18733
|
debounceFetch("");
|
|
18714
18734
|
return (_ctx, _cache) => {
|
|
18715
18735
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
18716
|
-
createCommentVNode(' <Input\n v-model:value="inputValue"\n placeholder="\u8BF7\u8F93\u5165"\n :disabled="disabled"\n @change="debounceFn($event.target.value)"\n ></Input> '),
|
|
18736
|
+
createCommentVNode(' <Input\r\n v-model:value="inputValue"\r\n placeholder="\u8BF7\u8F93\u5165"\r\n :disabled="disabled"\r\n @change="debounceFn($event.target.value)"\r\n ></Input> '),
|
|
18717
18737
|
createVNode(unref(Select), {
|
|
18718
18738
|
value: __props.value,
|
|
18719
18739
|
placeholder: "\u8BF7\u9009\u62E9",
|
|
@@ -20643,7 +20663,7 @@ var product = {
|
|
|
20643
20663
|
on: {
|
|
20644
20664
|
change(inject, value) {
|
|
20645
20665
|
inject.self.props.defalutValue = value;
|
|
20646
|
-
nextTick(() => {
|
|
20666
|
+
nextTick$1(() => {
|
|
20647
20667
|
inject.api.form[inject.self.field] = value;
|
|
20648
20668
|
setTimeout(() => {
|
|
20649
20669
|
inject.api.validateField(inject.self.field);
|
|
@@ -20673,7 +20693,7 @@ var product = {
|
|
|
20673
20693
|
on: {
|
|
20674
20694
|
change(inject, value) {
|
|
20675
20695
|
inject.self.props.defalutValue = value;
|
|
20676
|
-
nextTick(() => {
|
|
20696
|
+
nextTick$1(() => {
|
|
20677
20697
|
inject.api.form[inject.self.field] = value;
|
|
20678
20698
|
setTimeout(() => {
|
|
20679
20699
|
inject.api.validateField(inject.self.field);
|
|
@@ -20799,7 +20819,11 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
20799
20819
|
"bm-fc-form-item-label",
|
|
20800
20820
|
props.required ? "is-required" : ""
|
|
20801
20821
|
])
|
|
20802
|
-
},
|
|
20822
|
+
}, [
|
|
20823
|
+
createVNode(unref(BmOverTooltips), {
|
|
20824
|
+
title: `${__props.title}\uFF1A`
|
|
20825
|
+
}, null, 8, ["title"])
|
|
20826
|
+
], 2)
|
|
20803
20827
|
]),
|
|
20804
20828
|
_: 1
|
|
20805
20829
|
}),
|
|
@@ -20895,7 +20919,7 @@ var shop = {
|
|
|
20895
20919
|
change(inject, value) {
|
|
20896
20920
|
const rule = inject.self;
|
|
20897
20921
|
inject.api.form[inject.self.field] = value;
|
|
20898
|
-
nextTick(() => {
|
|
20922
|
+
nextTick$1(() => {
|
|
20899
20923
|
setTimeout(() => {
|
|
20900
20924
|
inject.api.validateField(rule.field);
|
|
20901
20925
|
});
|
|
@@ -20925,7 +20949,7 @@ var shop = {
|
|
|
20925
20949
|
change(inject, value) {
|
|
20926
20950
|
const rule = inject.self;
|
|
20927
20951
|
inject.api.form[inject.self.field] = value;
|
|
20928
|
-
nextTick(() => {
|
|
20952
|
+
nextTick$1(() => {
|
|
20929
20953
|
setTimeout(() => {
|
|
20930
20954
|
inject.api.validateField(rule.field);
|
|
20931
20955
|
});
|
|
@@ -21063,7 +21087,7 @@ var materialType = {
|
|
|
21063
21087
|
rule.props.value = list;
|
|
21064
21088
|
inject.api.form[rule.field] = list;
|
|
21065
21089
|
inject.api.emit('update:modelValue', inject.api.form);
|
|
21066
|
-
nextTick(() => {
|
|
21090
|
+
nextTick$1(() => {
|
|
21067
21091
|
setTimeout(() => {
|
|
21068
21092
|
inject.api.validateField(rule.field);
|
|
21069
21093
|
});
|
|
@@ -21101,7 +21125,7 @@ var materialType = {
|
|
|
21101
21125
|
rule.value = list;
|
|
21102
21126
|
rule.props.value = list;
|
|
21103
21127
|
inject.api.emit('update:modelValue', inject.api.form);
|
|
21104
|
-
nextTick(() => {
|
|
21128
|
+
nextTick$1(() => {
|
|
21105
21129
|
setTimeout(() => {
|
|
21106
21130
|
inject.api.validateField(rule.field);
|
|
21107
21131
|
});
|
|
@@ -3548,10 +3548,6 @@ const formDesignerProps = {
|
|
|
3548
3548
|
type: Boolean,
|
|
3549
3549
|
default: false,
|
|
3550
3550
|
},
|
|
3551
|
-
dragCheckFunc: {
|
|
3552
|
-
type: Function,
|
|
3553
|
-
default: (underlying_vm) => true,
|
|
3554
|
-
},
|
|
3555
3551
|
formRulePipe: {
|
|
3556
3552
|
type: Function,
|
|
3557
3553
|
default: (obj) => obj,
|
|
@@ -3560,14 +3556,14 @@ const formDesignerProps = {
|
|
|
3560
3556
|
type: Function,
|
|
3561
3557
|
default: (pushRuleWidget, pushRowWidget, pushTableWidget) => null,
|
|
3562
3558
|
},
|
|
3563
|
-
deleteFormItemCheck: {
|
|
3564
|
-
type: Function,
|
|
3565
|
-
default: (targetRule, parentRule) => true,
|
|
3566
|
-
},
|
|
3567
3559
|
resetCmpRatio: {
|
|
3568
3560
|
type: Function,
|
|
3569
3561
|
default: (ruleName, parentRuleName) => 0,
|
|
3570
3562
|
},
|
|
3563
|
+
dragingCallback: {
|
|
3564
|
+
type: Object,
|
|
3565
|
+
default: () => ({}),
|
|
3566
|
+
},
|
|
3571
3567
|
};
|
|
3572
3568
|
|
|
3573
3569
|
const _hoisted_1$3 = {
|
|
@@ -3961,6 +3957,18 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
3961
3957
|
const cacheProps = reactive({});
|
|
3962
3958
|
const fApi = ref();
|
|
3963
3959
|
const activeParentRule = ref();
|
|
3960
|
+
const defaultCallbackfun = {
|
|
3961
|
+
movingCallback: (config) => true,
|
|
3962
|
+
deleteCallback: (targetRule, parentRule) => true,
|
|
3963
|
+
afterAdded: (targetRule, parentRule) => null,
|
|
3964
|
+
rearrangeCallback: (config) => true
|
|
3965
|
+
};
|
|
3966
|
+
function executeCallback(func) {
|
|
3967
|
+
if (!props.dragingCallback[func] || typeof props.dragingCallback[func] !== "function") {
|
|
3968
|
+
return defaultCallbackfun[func];
|
|
3969
|
+
}
|
|
3970
|
+
return props.dragingCallback[func];
|
|
3971
|
+
}
|
|
3964
3972
|
const menuList = computed(
|
|
3965
3973
|
() => tabData.find((tab) => tab.key === activeKey.value)?.menuList
|
|
3966
3974
|
);
|
|
@@ -3993,10 +4001,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
3993
4001
|
}
|
|
3994
4002
|
}
|
|
3995
4003
|
function moveMenuItem(evt) {
|
|
3996
|
-
return
|
|
4004
|
+
return executeCallback("movingCallback")(
|
|
4005
|
+
evt?.dragged?._underlying_vm_?.config?.config
|
|
4006
|
+
) && checkDragMove(evt);
|
|
3997
4007
|
}
|
|
3998
4008
|
function moveFormItem(evt) {
|
|
3999
|
-
return
|
|
4009
|
+
return executeCallback("rearrangeCallback")(
|
|
4010
|
+
evt?.dragged?._underlying_vm_?.config?.config
|
|
4011
|
+
) && checkDragMove(evt);
|
|
4000
4012
|
}
|
|
4001
4013
|
function handleMenuItemDragStart(evt) {
|
|
4002
4014
|
const item = evt.item.children[0];
|
|
@@ -4021,7 +4033,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
4021
4033
|
const activeParentRuleName = activeParentRule.value?.config?.config?.name;
|
|
4022
4034
|
if (!widgetNamesRowAccept.includes(config.name) && activeParentRuleName === "row" || !Object.keys(widgetsTableAccept).includes(config.name) && activeParentRuleName === "table") {
|
|
4023
4035
|
disabledTip(activeParentRule.value?.config?.config?.name);
|
|
4024
|
-
} else if (!
|
|
4036
|
+
} else if (!executeCallback("movingCallback")(config)) {
|
|
4025
4037
|
return;
|
|
4026
4038
|
} else {
|
|
4027
4039
|
const index = activeRuleInList.value.findIndex(
|
|
@@ -4058,6 +4070,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
4058
4070
|
}
|
|
4059
4071
|
function handleFormItemAdd({ newIndex }) {
|
|
4060
4072
|
const rule = widgetFormRules[newIndex];
|
|
4073
|
+
executeCallback("afterAdded")(rule, void 0);
|
|
4061
4074
|
dragAdd(rule);
|
|
4062
4075
|
hideShowDragTip();
|
|
4063
4076
|
}
|
|
@@ -4093,7 +4106,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
4093
4106
|
return newRule;
|
|
4094
4107
|
}
|
|
4095
4108
|
function handleFormItemCopy(rule, parentRule) {
|
|
4096
|
-
if (!
|
|
4109
|
+
if (!executeCallback("movingCallback")(rule.config.config)) {
|
|
4097
4110
|
return;
|
|
4098
4111
|
}
|
|
4099
4112
|
const newRule = copyRule(
|
|
@@ -4104,7 +4117,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
4104
4117
|
setActiveRule(newRule, parentRule);
|
|
4105
4118
|
}
|
|
4106
4119
|
function handleFormItemDelete(targetRule, parentRule) {
|
|
4107
|
-
const customerCheck =
|
|
4120
|
+
const customerCheck = executeCallback("deleteCallback")(
|
|
4121
|
+
targetRule,
|
|
4122
|
+
parentRule
|
|
4123
|
+
);
|
|
4108
4124
|
if (!customerCheck) {
|
|
4109
4125
|
return;
|
|
4110
4126
|
}
|
|
@@ -4200,6 +4216,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
4200
4216
|
});
|
|
4201
4217
|
}
|
|
4202
4218
|
function handleWidgetAdd(rule, parentRule) {
|
|
4219
|
+
executeCallback("afterAdded")(rule, parentRule);
|
|
4203
4220
|
dragAdd(rule, parentRule);
|
|
4204
4221
|
}
|
|
4205
4222
|
function handlePropsSetActive(rule) {
|
|
@@ -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
|
-
ASelect: {
|
|
48
|
+
readonly 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, {}, {}, string>, {}>;
|
|
229
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
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
|
+
}, {}, string> & {
|
|
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, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, 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
|
-
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
|
|
737
|
+
}, {}, string> & 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
|
-
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;
|
|
116
|
+
readonly DownOutlined: import("@ant-design/icons-vue/lib/icons/DownOutlined").DownOutlinedIconType;
|
|
117
|
+
readonly UpOutlined: import("@ant-design/icons-vue/lib/icons/UpOutlined").UpOutlinedIconType;
|
|
118
|
+
readonly 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
|
-
ASelect: {
|
|
47
|
+
readonly 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, {}, {}, string>, {}>;
|
|
228
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
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
|
+
}, {}, string> & {
|
|
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, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, 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
|
-
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
|
|
736
|
+
}, {}, string> & 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";
|