bm-admin-ui 1.0.98-alpha → 1.1.0-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/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 +15 -19
- package/es/components/form-designer/index.js +18 -7
- 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 +8 -8
- package/es/components/staffs-selector/src/autoTooltip.vue.d.ts +26 -0
- package/es/components/staffs-selector/src/staffs-selector.vue.d.ts +8 -8
- 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/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 +15 -19
- package/lib/components/form-designer/index.js +18 -7
- 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 +8 -8
- package/lib/components/staffs-selector/src/autoTooltip.vue.d.ts +26 -0
- package/lib/components/staffs-selector/src/staffs-selector.vue.d.ts +8 -8
- 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/theme-chalk/form-create.css +1 -1
- package/theme-chalk/index.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/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/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 +8 -8
- package/types/components/staffs-selector/src/autoTooltip.vue.d.ts +26 -0
- package/types/components/staffs-selector/src/staffs-selector.vue.d.ts +8 -8
- 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/CheckCircleFilled").CheckCircleFilledIconType | 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;
|
|
@@ -257,7 +257,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
257
257
|
createElementVNode("span", {
|
|
258
258
|
class: normalizeClass(["opeator", { active: __props.isCustom }])
|
|
259
259
|
}, [
|
|
260
|
-
createCommentVNode(' <CopyOutlined\n @click.stop="\n () => {\n copyCallback()\n }\n " /> \u6682\u65F6\u5173\u95ED\u590D\u5236\u8282\u70B9 '),
|
|
260
|
+
createCommentVNode(' <CopyOutlined\r\n @click.stop="\r\n () => {\r\n copyCallback()\r\n }\r\n " /> \u6682\u65F6\u5173\u95ED\u590D\u5236\u8282\u70B9 '),
|
|
261
261
|
createVNode(unref(CloseOutlined), {
|
|
262
262
|
onClick: _cache[0] || (_cache[0] = () => {
|
|
263
263
|
__props.deleteCallback();
|
|
@@ -50,9 +50,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
50
50
|
default: () => void;
|
|
51
51
|
};
|
|
52
52
|
}>> & {}>>;
|
|
53
|
-
CloseOutlined: import("@ant-design/icons-vue/lib/icons/CloseOutlined").CloseOutlinedIconType;
|
|
54
|
-
RightOutlined: import("@ant-design/icons-vue/lib/icons/RightOutlined").RightOutlinedIconType;
|
|
55
|
-
Tag: {
|
|
53
|
+
readonly CloseOutlined: import("@ant-design/icons-vue/lib/icons/CloseOutlined").CloseOutlinedIconType;
|
|
54
|
+
readonly RightOutlined: import("@ant-design/icons-vue/lib/icons/RightOutlined").RightOutlinedIconType;
|
|
55
|
+
readonly 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, {}, {}, string>, {}>;
|
|
92
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
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
|
+
}, {}, string> & {
|
|
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, {}, {}, 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;
|
|
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
|
-
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
|
|
182
|
+
}, {}, string> & 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: {
|
|
@@ -500,6 +500,7 @@ var date = {
|
|
|
500
500
|
width: '100%',
|
|
501
501
|
},
|
|
502
502
|
getCalendarContainer: getContainer,
|
|
503
|
+
getPopupContainer: getContainer,
|
|
503
504
|
disabled: data.disabled,
|
|
504
505
|
});
|
|
505
506
|
},
|
|
@@ -520,7 +521,7 @@ var dateRange = {
|
|
|
520
521
|
type: 'datePicker',
|
|
521
522
|
field: data.field,
|
|
522
523
|
title: data.title.title,
|
|
523
|
-
props: Object.assign({ range: true, separator: '~', format, valueFormat: format, placeholder: data.props.placeholder, getCalendarContainer: getContainer }, extraProps),
|
|
524
|
+
props: Object.assign({ range: true, separator: '~', format, valueFormat: format, placeholder: data.props.placeholder, getCalendarContainer: getContainer, getPopupContainer: getContainer }, extraProps),
|
|
524
525
|
effect: {
|
|
525
526
|
required: data.effect.required && '请选择',
|
|
526
527
|
},
|
|
@@ -582,6 +583,7 @@ var dateRange = {
|
|
|
582
583
|
width: '100%',
|
|
583
584
|
},
|
|
584
585
|
getCalendarContainer: getContainer,
|
|
586
|
+
getPopupContainer: getContainer,
|
|
585
587
|
disabled: data.disabled,
|
|
586
588
|
});
|
|
587
589
|
},
|
|
@@ -18693,7 +18695,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
18693
18695
|
debounceFetch("");
|
|
18694
18696
|
return (_ctx, _cache) => {
|
|
18695
18697
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
18696
|
-
createCommentVNode(' <Input\n v-model:value="inputValue"\n placeholder="\u8BF7\u8F93\u5165"\n :disabled="disabled"\n @change="debounceFn($event.target.value)"\n ></Input> '),
|
|
18698
|
+
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> '),
|
|
18697
18699
|
createVNode(unref(Select), {
|
|
18698
18700
|
value: __props.value,
|
|
18699
18701
|
placeholder: "\u8BF7\u9009\u62E9",
|
|
@@ -19431,8 +19433,8 @@ const _hoisted_4$2 = /* @__PURE__ */ createElementVNode("span", { class: "bm-fc-
|
|
|
19431
19433
|
const _hoisted_5$2 = /* @__PURE__ */ createElementVNode("span", { class: "bm-fc-form-item-label" }, "\u5C01\u9762\u56FE\uFF1A", -1);
|
|
19432
19434
|
const _hoisted_6$2 = ["src"];
|
|
19433
19435
|
const _hoisted_7$2 = { key: 1 };
|
|
19434
|
-
const _hoisted_8$
|
|
19435
|
-
const _hoisted_9$
|
|
19436
|
+
const _hoisted_8$1 = /* @__PURE__ */ createElementVNode("span", { class: "bm-fc-form-item-label" }, "\u6A21\u677F\u7ED3\u6784\u56FE\uFF1A", -1);
|
|
19437
|
+
const _hoisted_9$1 = { key: 1 };
|
|
19436
19438
|
const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
19437
19439
|
__name: "material-temp",
|
|
19438
19440
|
props: [
|
|
@@ -19885,7 +19887,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
19885
19887
|
default: withCtx(() => [
|
|
19886
19888
|
createVNode(unref(Col), null, {
|
|
19887
19889
|
default: withCtx(() => [
|
|
19888
|
-
_hoisted_8$
|
|
19890
|
+
_hoisted_8$1
|
|
19889
19891
|
]),
|
|
19890
19892
|
_: 1
|
|
19891
19893
|
}),
|
|
@@ -19899,7 +19901,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
19899
19901
|
class: "bm-fc-form-item__temp-content",
|
|
19900
19902
|
content: getTempContentWithName(pane.tempSelected),
|
|
19901
19903
|
preview: true
|
|
19902
|
-
}, null, 8, ["content"])) : (openBlock(), createElementBlock("span", _hoisted_9$
|
|
19904
|
+
}, null, 8, ["content"])) : (openBlock(), createElementBlock("span", _hoisted_9$1, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"))
|
|
19903
19905
|
]),
|
|
19904
19906
|
_: 2
|
|
19905
19907
|
}, 1024)
|
|
@@ -21021,11 +21023,11 @@ const _hoisted_7$1 = {
|
|
|
21021
21023
|
viewBox: "0 0 64 64",
|
|
21022
21024
|
xmlns: "http://www.w3.org/2000/svg"
|
|
21023
21025
|
};
|
|
21024
|
-
const _hoisted_8
|
|
21025
|
-
const _hoisted_9
|
|
21026
|
-
_hoisted_8
|
|
21026
|
+
const _hoisted_8 = /* @__PURE__ */ createStaticVNode('<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-50.000000, -92.000000)"><g transform="translate(50.000000, 42.000000)"><g transform="translate(0.000000, 50.000000)"><rect fill="#FFFFFF" opacity="0" x="0" y="0" width="64" height="64"></rect><path d="M33.7074572,12.1085688 L34.98805,12.2686429 L34.2410375,13.3358036 L34.4544696,14.5630384 L33.2272348,14.1895322 L32,14.8298286 L32,13.5492358 L31.0395554,12.6955072 L32.3201482,12.2152848 L32.9604447,11.0947661 L33.7074572,12.1085688 Z M23.9429365,13.8693839 L25.2235294,13.6559518 L24.7966651,14.8831866 L25.3836035,16.0037054 L24.0496526,16.0570634 L23.089208,17.0175081 L22.7157017,15.7902732 L21.5951829,15.2566929 L22.6623437,14.4563224 L22.9291338,13.1757295 L23.9429365,13.8693839 Z M42.5648912,13.6559518 L42.8850394,14.8831866 L44.0055581,15.5768411 L42.8850394,16.2704956 L42.5648912,17.4977304 L41.5510885,16.6440019 L40.2171375,16.7507179 L40.6973599,15.5768411 L40.2171375,14.4029643 L41.5510885,14.5096804 L42.5648912,13.6559518 Z M47.9006947,20.0055581 L49.2346457,19.792126 L48.8611394,21.0193608 L49.5014359,22.1398796 L48.1674849,22.1398796 L47.2603983,23.0469662 L46.780176,21.8197313 L45.5529412,21.286151 L46.5667439,20.5391385 L46.780176,19.2585456 L47.9006947,20.0055581 Z M45.5529412,23.8473367 L43.738768,23.3671144 C41.0708661,19.792126 36.8022233,17.4977304 32.053358,17.4977304 C29.9723946,17.4977304 28.0515053,17.9245947 26.2373321,18.7249652 L24.3698008,18.2447429 C26.6108383,16.910792 29.2253821,16.1637795 32,16.1637795 C37.7626679,16.1637795 42.7783233,19.2585456 45.5529412,23.8473367 Z M32.053358,8 C43.4186197,8 52.9697082,15.8969893 55.4241779,26.4618805 L54.0368689,26.0883742 C51.4223252,16.3772117 42.5648912,9.28059284 32,9.28059284 C25.7037517,9.28059284 19.9944419,11.8417786 15.9392311,15.8969893 L14.5519222,15.5234831 C18.9272811,10.881334 25.1168133,8 32.053358,8 Z M17.219824,42.0957851 L18.3403428,42.7894396 L17.273182,43.483094 L17.0597499,44.7103289 L15.9925891,43.8566003 L14.7119963,43.9633163 L15.1388606,42.7894396 L14.5519222,41.6155628 L15.8858731,41.7222788 L16.8463177,40.8685503 L17.219824,42.0957851 Z M18.4470588,40.0681797 L20.3145901,40.548402 C22.9824919,44.1233904 27.2511348,46.417786 32,46.417786 C34.0276054,46.417786 36.0018527,45.9909217 37.8160259,45.1905512 L39.6835572,45.6707735 C37.4425197,46.9513664 34.8279759,47.6450209 32.053358,47.6450209 C26.2373321,47.6983789 21.2216767,44.6569708 18.4470588,40.0681797 Z M5.1075498,17.6044465 L1.47920333,30.9973136 C1.21241315,32.0111163 1.79935157,33.024919 2.81315422,33.2917091 L56.6514127,47.6983789 C57.6652154,47.965169 58.6790181,47.3782306 58.9458082,46.364428 L62.5207967,32.9715609 C62.7875869,31.9577582 62.2006485,30.9439555 61.1868458,30.6771653 L7.40194533,16.2704956 C6.38814263,16.0037054 5.37433994,16.5906438 5.1075498,17.6044465 Z M4.04038905,16.6440019 C4.36053729,15.310051 5.80120426,14.5096804 7.13515514,14.8831866 L62.1472904,29.5566466 C63.4812413,29.9301528 64.2816118,31.3174618 63.9081056,32.6514127 L59.9596109,47.2715146 C59.6394627,48.6054655 58.1987957,49.405836 56.8648448,49.0323298 L1.85270957,34.3588698 C0.518758684,34.0387216 -0.281611874,32.5980546 0.0918944055,31.2641038 L4.04038905,16.6440019 Z M42.404817,48.1786012 L43.5253358,48.7121816 L42.4581751,49.5125521 L42.2447429,50.793145 L41.2309402,50.0461325 L40.0037054,50.3129227 L40.4305697,49.0856878 L39.8436313,47.965169 L41.1775822,47.911811 L42.0313108,46.9513664 L42.404817,48.1786012 Z M23.195924,47.1114405 L24.2097267,47.911811 L25.5436776,47.858453 L25.0100973,49.0323298 L25.4903196,50.2062066 L24.2097267,50.0994905 L23.195924,50.899861 L22.9291338,49.6726262 L21.8086151,48.9789717 L22.9291338,48.2853173 L23.195924,47.1114405 Z M33.7074572,50.3662807 L34.6679018,51.2200093 L33.440667,51.6468735 L32.8003705,52.7673923 L32,51.7535896 L30.6660491,51.5401575 L31.4130616,50.5263548 L31.1996295,49.29912 L32.4268643,49.6726262 L33.7074572,49.0856878 L33.7074572,50.3662807 Z M8.57582212,37.4536359 L9.96313105,37.8271422 C12.6310329,47.5383048 21.4884669,54.6349236 32,54.6349236 C38.2962483,54.6349236 44.0055581,52.1270959 48.0607689,48.0185271 L49.4480778,48.3920334 C45.0727188,53.0341825 38.8831867,55.9155164 32,55.9155164 C20.5813803,55.9155164 11.0836498,48.0185271 8.57582212,37.4536359 Z M46.493078,29.2270838 L47.8183283,29.5821835 L47.1914685,31.9216559 L52.0056429,33.21161 L50.2555085,39.7432004 L48.9708271,39.3989711 L49.1773647,38.6281623 L45.6478718,37.6824375 L44.4340104,42.2126296 L43.1087602,41.8575299 L44.3226215,37.3273378 L40.8066515,36.3852364 L40.6001139,37.1560452 L39.3154326,36.8118159 L41.065567,30.2802255 L45.8662183,31.5665561 L46.493078,29.2270838 Z M35.487069,26.3794896 L36.7582274,26.7200955 L35.7291628,30.5606166 C36.5282486,30.4993475 37.3355523,30.3533172 38.1276513,30.1017557 L38.1276513,30.1017557 L38.5924072,31.3423144 C37.4332465,31.6114729 36.3607887,31.7734186 35.388557,31.8317749 L35.388557,31.8317749 L33.921053,37.3085744 C33.8340898,37.6331255 33.9393608,37.8352591 34.2368659,37.9149754 L34.2368659,37.9149754 L34.7913074,38.0635375 C35.0347207,38.1287599 35.2395069,38.0676813 35.4020426,37.8938246 C35.5952477,37.7136919 35.8611822,37.0457616 36.2133693,35.8936573 L36.2133693,35.8936573 L37.2748869,36.5839184 C36.7500045,38.1100713 36.3106639,38.9924271 35.9604884,39.2174629 C35.6446057,39.4226997 35.2261047,39.4699952 34.6987092,39.32868 L34.6987092,39.32868 L33.5086886,39.009815 C32.6296961,38.7742896 32.3237826,38.1850351 32.5738018,37.2519507 L32.5738018,37.2519507 L35.487069,26.3794896 Z M31.9602286,25.4779572 L33.231387,25.818563 L32.2023224,29.6590841 L33.9332615,30.1228878 L33.5999026,31.3670003 L31.8689635,30.9031966 L30.3797187,36.4611338 C30.9911647,36.4510438 31.5692887,36.4030376 32.1177143,36.303592 L32.1177143,36.303592 L32.032363,37.5416886 C30.9671522,37.6765884 29.7676827,37.7175381 28.443854,37.6816844 L28.443854,37.6816844 L28.438168,36.4047006 C28.8358991,36.3808275 29.0940665,36.1746198 29.1955235,35.7959768 L29.1955235,35.7959768 L31.9602286,25.4779572 Z M46.8544862,33.1792913 L45.9848542,36.4248021 L49.5143471,37.3705269 L50.3839791,34.1250161 L46.8544862,33.1792913 Z M29.0474867,24.6105271 L30.2915992,24.9438861 L29.6502456,27.3374503 L30.8808351,27.6671857 L30.5510996,28.8977752 L29.3205101,28.5680398 L28.6139341,31.2050173 C29.0423347,31.1748682 29.4779822,31.1176732 29.9001067,31.0568547 L29.9001067,31.0568547 L29.5739947,32.2739212 C29.1383472,32.3311163 28.7063232,32.3747883 28.2878221,32.4220838 L28.2878221,32.4220838 L27.3276035,36.0056686 C27.0884547,36.8981841 26.5361455,37.2284909 25.6977219,37.003836 L25.6977219,37.003836 L24.5347472,36.6922178 L24.6012704,35.3621131 C24.9248505,35.5067916 25.2421547,35.6208007 25.5667058,35.7077639 C25.8777339,35.7911036 26.083491,35.6723097 26.1704542,35.3477586 L26.1704542,35.3477586 L26.9313822,32.5079367 C26.4624128,32.5272154 25.9970668,32.5329711 25.5488673,32.5288273 L25.5488673,32.5288273 L25.5810976,31.2185216 C26.1374808,31.2516531 26.6974875,31.2712616 27.2647411,31.2638242 L27.2647411,31.2638242 L28.0763977,28.2346808 L26.6564867,27.8542168 L26.9862222,26.6236273 L28.4061331,27.0040913 L29.0474867,24.6105271 Z M42.0132659,31.8820902 L41.1436339,35.127601 L44.6596039,36.0697023 L45.5292359,32.8241916 L42.0132659,31.8820902 Z M18.7900764,24.7028602 L20.0612348,25.043466 L19.7459932,26.2199637 L23.7623128,27.2961333 L21.9650733,34.0035222 L20.7074379,33.6665398 L20.8922347,32.9768688 L18.1335505,32.2376816 L17.4161041,34.915228 L16.1449457,34.5746221 L16.8623921,31.8970757 L14.1442769,31.1687589 L13.9486097,31.8989988 L12.6909742,31.5620164 L14.4990841,24.8140586 L18.4748348,25.8793578 L18.7900764,24.7028602 Z M18.7857745,29.8035485 L18.4487921,31.0611839 L21.2074763,31.8003711 L21.5444587,30.5427357 L18.7857745,29.8035485 Z M14.7965009,28.7346258 L14.4595185,29.9922613 L17.1776337,30.7205781 L17.5146161,29.4629426 L14.7965009,28.7346258 Z M19.4271281,27.4099843 L19.0865223,28.6811427 L21.8452064,29.4203299 L22.1858123,28.1491715 L19.4271281,27.4099843 Z M15.4378545,26.3410616 L15.0972486,27.61222 L17.8153639,28.3405368 L18.1559697,27.0693784 L15.4378545,26.3410616 Z M14.0610629,21.5805099 L19.1186505,22.9356864 C19.0766601,22.6055701 19.0274228,22.3024996 18.961039,22.0093287 L18.961039,22.0093287 L20.3848336,22.1589314 C20.4096776,22.4989473 20.4371741,22.8831555 20.4439007,23.2907861 L20.4439007,23.2907861 L25.5826261,24.6677035 L24.8977909,27.2235432 L23.6536785,26.8901843 L24.0232721,25.5108422 L14.9899337,23.0903665 L14.6022228,24.5373234 L13.3581103,24.2039644 L14.0610629,21.5805099 Z" fill="#2F4EED"></path></g></g></g></g>', 1);
|
|
21027
|
+
const _hoisted_9 = [
|
|
21028
|
+
_hoisted_8
|
|
21027
21029
|
];
|
|
21028
|
-
const _hoisted_10
|
|
21030
|
+
const _hoisted_10 = {
|
|
21029
21031
|
key: 3,
|
|
21030
21032
|
width: "64px",
|
|
21031
21033
|
height: "64px",
|
|
@@ -21085,7 +21087,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
21085
21087
|
props: ["status"],
|
|
21086
21088
|
setup(__props) {
|
|
21087
21089
|
return (_ctx, _cache) => {
|
|
21088
|
-
return __props.status === 1 ? (openBlock(), createElementBlock("svg", _hoisted_1$1, _hoisted_3$1)) : __props.status === 2 ? (openBlock(), createElementBlock("svg", _hoisted_4$1, _hoisted_6$1)) : __props.status === 3 ? (openBlock(), createElementBlock("svg", _hoisted_7$1, _hoisted_9
|
|
21090
|
+
return __props.status === 1 ? (openBlock(), createElementBlock("svg", _hoisted_1$1, _hoisted_3$1)) : __props.status === 2 ? (openBlock(), createElementBlock("svg", _hoisted_4$1, _hoisted_6$1)) : __props.status === 3 ? (openBlock(), createElementBlock("svg", _hoisted_7$1, _hoisted_9)) : __props.status === 4 ? (openBlock(), createElementBlock("svg", _hoisted_10, _hoisted_12)) : __props.status === 5 ? (openBlock(), createElementBlock("svg", _hoisted_13, _hoisted_15)) : __props.status === 6 ? (openBlock(), createElementBlock("svg", _hoisted_16, _hoisted_18)) : __props.status === 7 ? (openBlock(), createElementBlock("svg", _hoisted_19, _hoisted_21)) : (openBlock(), createElementBlock("svg", _hoisted_22, _hoisted_24));
|
|
21089
21091
|
};
|
|
21090
21092
|
}
|
|
21091
21093
|
});
|
|
@@ -21100,15 +21102,9 @@ const _hoisted_3 = {
|
|
|
21100
21102
|
const _hoisted_4 = { class: "bm-form-basic-info__summary" };
|
|
21101
21103
|
const _hoisted_5 = { class: "bm-form-basic-info__summary mt10" };
|
|
21102
21104
|
const _hoisted_6 = { key: 1 };
|
|
21103
|
-
const _hoisted_7 = /* @__PURE__ */ createElementVNode("div", { class: "bm-form-basic-info__status" }, "\u5BA1\u6279\u72B6\u6001", -1);
|
|
21104
|
-
const _hoisted_8 = /* @__PURE__ */ createElementVNode("div", { class: "bm-form-basic-info__title" }, "\u8868\u5355\u540D\u79F0\uFF08\u7533\u8BF7\u5355\u53F7\uFF09", -1);
|
|
21105
|
-
const _hoisted_9 = /* @__PURE__ */ createElementVNode("div", { class: "bm-form-basic-info__summary" }, " \u7533\u8BF7\u4EBA\uFF1A\u81EA\u52A8\u83B7\u53D6 (\u663E\u793A\u5458\u5DE5\u7F16\u53F7\uFF0C\u59D3\u540D\uFF0C\u6240\u5728\u90E8\u95E8) ", -1);
|
|
21106
|
-
const _hoisted_10 = /* @__PURE__ */ createElementVNode("div", { class: "bm-form-basic-info__summary mt10" }, " \u63D0\u4EA4\u65F6\u95F4\uFF1A\u81EA\u52A8\u83B7\u53D6 (\u5982:2021-11-12 12:34) ", -1);
|
|
21105
|
+
const _hoisted_7 = /* @__PURE__ */ createStaticVNode('<div class="bm-form-basic-info__status"><svg width="64px" height="64px" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><g id="\u8868\u5355\u4E0E\u6D41\u7A0B" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="6.1-\u9884\u89C8" transform="translate(-1240.000000, -194.000000)"><g id="\u7F16\u7EC4" transform="translate(224.000000, 162.000000)"><g id="\u5BA1\u6279\u72B6\u6001-\u5BA1\u6279\u72B6\u6001" transform="translate(1016.000000, 32.000000)"><rect id="\u77E9\u5F62\u5907\u4EFD-2" fill="#FFFFFF" opacity="0" x="0" y="0" width="64" height="64"></rect><path id="\u5F62\u72B6\u7ED3\u5408" d="M8.57582212,37.4536359 L9.96313105,37.8271422 C12.6310329,47.5383048 21.4884669,54.6349236 32,54.6349236 C38.2962483,54.6349236 44.0055581,52.1270959 48.0607689,48.0185271 L49.4480778,48.3920334 C45.0727188,53.0341825 38.8831867,55.9155164 32,55.9155164 C20.5813803,55.9155164 11.0836498,48.0185271 8.57582212,37.4536359 Z M33.7074572,49.0856878 L33.7074572,50.3662807 L34.6679018,51.2200093 L33.440667,51.6468735 L32.8003705,52.7673923 L32,51.7535896 L30.6660491,51.5401575 L31.4130616,50.5263548 L31.1996295,49.29912 L32.4268643,49.6726262 L33.7074572,49.0856878 Z M23.195924,47.1114405 L24.2097267,47.911811 L25.5436776,47.858453 L25.0100973,49.0323298 L25.4903196,50.2062066 L24.2097267,50.0994905 L23.195924,50.899861 L22.9291338,49.6726262 L21.8086151,48.9789717 L22.9291338,48.2853173 L23.195924,47.1114405 Z M42.0313108,46.9513664 L42.404817,48.1786012 L43.5253358,48.7121816 L42.4581751,49.5125521 L42.2447429,50.793145 L41.2309402,50.0461325 L40.0037054,50.3129227 L40.4305697,49.0856878 L39.8436313,47.965169 L41.1775822,47.911811 L42.0313108,46.9513664 Z M7.13515514,14.8831866 L62.1472904,29.5566466 C63.4812413,29.9301528 64.2816118,31.3174618 63.9081056,32.6514127 L59.9596109,47.2715146 C59.6394627,48.6054655 58.1987957,49.405836 56.8648448,49.0323298 L1.85270957,34.3588698 C0.518758684,34.0387216 -0.281611874,32.5980546 0.0918944055,31.2641038 L4.04038905,16.6440019 C4.36053729,15.310051 5.80120426,14.5096804 7.13515514,14.8831866 Z M5.1075498,17.6044465 L1.47920333,30.9973136 C1.21241315,32.0111163 1.79935157,33.024919 2.81315422,33.2917091 L56.6514127,47.6983789 C57.6652154,47.965169 58.6790181,47.3782306 58.9458082,46.364428 L62.5207967,32.9715609 C62.7875869,31.9577582 62.2006485,30.9439555 61.1868458,30.6771653 L7.40194533,16.2704956 C6.38814263,16.0037054 5.37433994,16.5906438 5.1075498,17.6044465 Z M18.4470588,40.0681797 L20.3145901,40.548402 C22.9824919,44.1233904 27.2511348,46.417786 32,46.417786 C34.0276054,46.417786 36.0018527,45.9909217 37.8160259,45.1905512 L39.6835572,45.6707735 C37.4425197,46.9513664 34.8279759,47.6450209 32.053358,47.6450209 C26.2373321,47.6983789 21.2216767,44.6569708 18.4470588,40.0681797 Z M16.8463177,40.8685503 L17.219824,42.0957851 L18.3403428,42.7894396 L17.273182,43.483094 L17.0597499,44.7103289 L15.9925891,43.8566003 L14.7119963,43.9633163 L15.1388606,42.7894396 L14.5519222,41.6155628 L15.8858731,41.7222788 L16.8463177,40.8685503 Z M48.6419577,38.2118584 L49.940162,38.5597112 L49.2517034,41.1290739 C49.1538698,41.4941938 49.2789397,41.7306204 49.6575827,41.8320774 L49.6575827,41.8320774 L52.4703587,42.5857585 C52.713772,42.6509809 52.8977883,42.6133247 53.0494536,42.4800369 C53.2245413,42.367519 53.4496469,41.9060567 53.7283937,41.0821269 L53.7283937,41.0821269 L54.8403797,41.8004048 C54.398837,43.0155295 54.0138484,43.6950409 53.6511208,43.858738 C53.3325856,44.0197824 52.9078085,44.0364086 52.380413,43.8950934 L52.380413,43.8950934 L48.9185349,42.9674859 C47.9448816,42.7065963 47.6092697,42.0659024 47.8846532,41.0381574 L47.8846532,41.0381574 L48.6419577,38.2118584 Z M56.2078294,40.0507073 C56.5752721,41.2217094 56.8434596,42.4385855 57.0087686,43.7148586 L57.0087686,43.7148586 L55.6909558,43.9270125 C55.5176891,42.5181624 55.233326,41.2534705 54.8721594,40.1131378 L54.8721594,40.1131378 Z M46.6567349,37.7234011 L47.8382775,38.3443657 C47.1368859,39.6637905 46.3645162,40.7612827 45.5211684,41.6368422 L45.5211684,41.6368422 L44.5970823,40.6500469 C45.4196603,39.7979098 46.1017035,38.8211534 46.6567349,37.7234011 L46.6567349,37.7234011 Z M41.6281214,27.9840395 L42.8857568,28.3210219 C42.6321141,29.2676292 42.306973,30.4269804 41.9103335,31.7990756 L41.9103335,31.7990756 L45.1017524,32.6542137 L44.772017,33.8848032 L41.6887817,33.0586528 C41.5156171,36.0849532 42.1077657,38.6351069 43.4652276,40.709114 L43.4652276,40.709114 L42.3253455,41.4472419 C41.1427112,39.4780552 40.5510132,37.3048627 40.5673979,34.917765 C39.3464987,37.0400895 37.8249913,38.6615441 36.012775,39.7992753 L36.012775,39.7992753 L35.4045716,38.6072432 C37.6510139,37.093071 39.2532085,35.1163959 40.2147789,32.6636949 L40.2147789,32.6636949 L37.6318933,31.9716128 L37.9616287,30.7410233 L40.6256522,31.4548462 C41.0720493,29.9511449 41.4107134,28.7954172 41.6281214,27.9840395 L41.6281214,27.9840395 Z M52.2171342,38.6625387 C52.5092646,39.4655081 52.7156627,40.317975 52.8534752,41.2100399 L52.8534752,41.2100399 L51.5356624,41.4221938 C51.4133147,40.4183218 51.2349333,39.5153865 50.9968948,38.726911 L50.9968948,38.726911 Z M53.1156519,30.8736937 L54.3640986,31.3531527 C54.1831854,31.8119625 53.9860967,32.2229565 53.782732,32.603281 L53.782732,32.603281 L58.8808885,33.969328 L58.551153,35.1999175 L54.4266497,34.0947601 C54.7134052,35.6209827 56.0363838,37.1204892 58.3955854,38.5932796 L58.3955854,38.5932796 L57.4223131,39.5209891 C54.7371389,37.6419895 53.3091495,35.7230111 53.1284454,33.7469073 L53.1284454,33.7469073 L53.0743536,33.7324135 C52.5775578,34.3964601 52.0114655,34.9404817 51.3859762,35.3816248 L51.3859762,35.3816248 L51.3345369,35.4113233 C51.7802744,35.9655742 52.2682623,36.6326033 52.7948774,37.4259333 L52.7948774,37.4259333 L51.6632131,38.0793 C51.2546813,37.3321041 50.7947101,36.6146067 50.2968227,35.9304312 C49.2033349,36.3331376 47.8142838,36.5406972 46.1062468,36.5323399 L46.1062468,36.5323399 L45.9247623,35.208251 C47.9447983,35.2422327 49.4782677,34.9284313 50.5522167,34.2740937 C50.9538315,34.0193594 51.3257478,33.7131858 51.6544426,33.3519495 L51.6544426,33.3519495 L47.4488016,32.2250514 L47.778537,30.9944618 L52.4574817,32.2481813 C52.7023863,31.8210118 52.9238683,31.3730724 53.1156519,30.8736937 L53.1156519,30.8736937 Z M36.9247833,26.7672654 L38.1824187,27.1042478 L34.8705702,39.4642347 L33.6129348,39.1272523 L34.8014318,34.6917209 C33.7960686,35.3064605 32.7375844,35.8489909 31.5989334,36.3120652 L31.5989334,36.3120652 L31.5519677,34.864588 C32.8429948,34.4278489 34.0647254,33.8710848 35.2036366,33.1906722 L35.2036366,33.1906722 L36.9247833,26.7672654 Z M28.5649405,24.4837707 L29.8360989,24.8243766 L28.8070343,28.6648977 C29.6061201,28.6036286 30.4134238,28.4575983 31.2055228,28.2060368 L31.2055228,28.2060368 L31.6702787,29.4465955 C30.5111179,29.715754 29.4386602,29.8776997 28.4664285,29.936056 L28.4664285,29.936056 L26.9989245,35.4128555 C26.9119613,35.7374066 27.0172323,35.9395402 27.3147374,36.0192565 L27.3147374,36.0192565 L27.8691789,36.1678186 C28.1125922,36.233041 28.3173784,36.1719624 28.4799141,35.9981057 C28.6731192,35.817973 28.9390537,35.1500428 29.2912407,33.9979385 L29.2912407,33.9979385 L30.3527584,34.6881995 C29.827876,36.2143524 29.3885354,37.0967082 29.0383599,37.321744 C28.7224772,37.5269808 28.3039762,37.5742763 27.7765807,37.4329611 L27.7765807,37.4329611 L26.58656,37.1140961 C25.7075675,36.8785707 25.4016541,36.2893162 25.6516733,35.3562318 L25.6516733,35.3562318 L28.5649405,24.4837707 Z M25.0381001,23.5822383 L26.3092585,23.9228441 L25.2801939,27.7633652 L27.011133,28.2271689 L26.6777741,29.4712814 L24.946835,29.0074777 L23.4575902,34.5654149 C24.0690362,34.5553249 24.6471602,34.5073187 25.1955858,34.4078731 L25.1955858,34.4078731 L25.1102345,35.6459697 C24.0450237,35.7808695 22.8455542,35.8218193 21.5217255,35.7859655 L21.5217255,35.7859655 L21.5160395,34.5089817 C21.9137706,34.4851086 22.171938,34.2789009 22.273395,33.9002579 L22.273395,33.9002579 L25.0381001,23.5822383 Z M22.1253582,22.7148082 L23.3694707,23.0481672 L22.7281171,25.4417314 L23.9587066,25.7714668 L23.6289711,27.0020563 L22.3983816,26.6723209 L21.6918056,29.3092984 C22.1202062,29.2791493 22.5558537,29.2219543 22.9779782,29.1611358 L22.9779782,29.1611358 L22.6518662,30.3782024 C22.2162187,30.4353974 21.7841947,30.4790694 21.3656936,30.5263649 L21.3656936,30.5263649 L20.405475,34.1099497 C20.1663262,35.0024652 19.614017,35.332772 18.7755934,35.1081171 L18.7755934,35.1081171 L17.6126187,34.7964989 L17.6791419,33.4663942 C18.002722,33.6110727 18.3200262,33.7250818 18.6445773,33.812045 C18.9556054,33.8953847 19.1613625,33.7765908 19.2483257,33.4520397 L19.2483257,33.4520397 L20.0092537,30.6122178 C19.5402843,30.6314965 19.0749383,30.6372522 18.6267387,30.6331084 L18.6267387,30.6331084 L18.6589691,29.3228027 C19.2153523,29.3559342 19.775359,29.3755427 20.3426126,29.3681053 L20.3426126,29.3681053 L21.1542692,26.3389619 L19.7343582,25.9584979 L20.0640937,24.7279084 L21.4840046,25.1083724 L22.1253582,22.7148082 Z M11.8679479,22.8071413 L13.1391063,23.1477471 L12.8238647,24.3242448 L16.8401843,25.4004144 L15.0429448,32.1078033 L13.7853094,31.7708209 L13.9701062,31.0811499 L11.211422,30.3419627 L10.4939756,33.0195091 L9.22281724,32.6789032 L9.94026364,30.0013568 L7.22214836,29.27304 L7.02648116,30.00328 L5.76884574,29.6662976 L7.57695559,22.9183397 L11.5527063,23.9836389 L11.8679479,22.8071413 Z M44.3252066,28.953117 C44.8182395,29.9258691 45.1644617,30.7433323 45.3836721,31.4397997 L45.3836721,31.4397997 L44.1810297,31.8712337 C43.9627902,31.117051 43.6274384,30.2590189 43.1614514,29.2935138 L43.1614514,29.2935138 Z M34.9162588,27.6639757 C35.1168315,28.8627345 35.2316721,30.1109907 35.2706801,31.4258908 L35.2706801,31.4258908 L34.0105826,31.6390157 C33.9636169,30.1915385 33.8190778,28.8918429 33.5904882,27.7435526 L33.5904882,27.7435526 Z M11.863646,27.9078296 L11.5266636,29.165465 L14.2853478,29.9046522 L14.6223302,28.6470168 L11.863646,27.9078296 Z M7.87437235,26.8389069 L7.53738996,28.0965424 L10.2555052,28.8248592 L10.5924876,27.5672237 L7.87437235,26.8389069 Z M12.5049996,25.5142654 L12.1643937,26.7854238 L14.9230779,27.524611 L15.2636838,26.2534526 L12.5049996,25.5142654 Z M32.053358,8 C43.4186197,8 52.9697082,15.8969893 55.4241779,26.4618805 L54.0368689,26.0883742 C51.4223252,16.3772117 42.5648912,9.28059284 32,9.28059284 C25.7037517,9.28059284 19.9944419,11.8417786 15.9392311,15.8969893 L14.5519222,15.5234831 C18.9272811,10.881334 25.1168133,8 32.053358,8 Z M8.51572595,24.4453428 L8.17512008,25.7165011 L10.8932354,26.4448179 L11.2338412,25.1736595 L8.51572595,24.4453428 Z M7.13893437,19.684791 L12.196522,21.0399675 C12.1545316,20.7098512 12.1052943,20.4067807 12.0389105,20.1136098 L12.0389105,20.1136098 L13.4627051,20.2632125 C13.4875491,20.6032284 13.5150456,20.9874366 13.5217722,21.3950673 L13.5217722,21.3950673 L18.6604976,22.7719846 L17.9756624,25.3278243 L16.73155,24.9944654 L17.1011436,23.6151233 L8.06780524,21.1946476 L7.68009431,22.6416045 L6.43598184,22.3082455 L7.13893437,19.684791 Z M32,16.1637795 C37.7626679,16.1637795 42.7783233,19.2585456 45.5529412,23.8473367 L43.738768,23.3671144 C41.0708661,19.792126 36.8022233,17.4977304 32.053358,17.4977304 C29.9723946,17.4977304 28.0515053,17.9245947 26.2373321,18.7249652 L24.3698008,18.2447429 C26.6108383,16.910792 29.2253821,16.1637795 32,16.1637795 Z M46.780176,19.2585456 L47.9006947,20.0055581 L49.2346457,19.792126 L48.8611394,21.0193608 L49.5014359,22.1398796 L48.1674849,22.1398796 L47.2603983,23.0469662 L46.780176,21.8197313 L45.5529412,21.286151 L46.5667439,20.5391385 L46.780176,19.2585456 Z M42.5648912,13.6559518 L42.8850394,14.8831866 L44.0055581,15.5768411 L42.8850394,16.2704956 L42.5648912,17.4977304 L41.5510885,16.6440019 L40.2171375,16.7507179 L40.6973599,15.5768411 L40.2171375,14.4029643 L41.5510885,14.5096804 L42.5648912,13.6559518 Z M22.9291338,13.1757295 L23.9429365,13.8693839 L25.2235294,13.6559518 L24.7966651,14.8831866 L25.3836035,16.0037054 L24.0496526,16.0570634 L23.089208,17.0175081 L22.7157017,15.7902732 L21.5951829,15.2566929 L22.6623437,14.4563224 L22.9291338,13.1757295 Z M32.9604447,11.0947661 L33.7074572,12.1085688 L34.98805,12.2686429 L34.2410375,13.3358036 L34.4544696,14.5630384 L33.2272348,14.1895322 L32,14.8298286 L32,13.5492358 L31.0395554,12.6955072 L32.3201482,12.2152848 L32.9604447,11.0947661 Z" fill="#737380"></path></g></g></g></g></svg></div><div class="bm-form-basic-info__title">\u8868\u5355\u540D\u79F0\uFF08\u7533\u8BF7\u5355\u53F7\uFF09</div><div class="bm-form-basic-info__summary"> \u7533\u8BF7\u4EBA\uFF1A\u81EA\u52A8\u83B7\u53D6 (\u663E\u793A\u5458\u5DE5\u7F16\u53F7\uFF0C\u59D3\u540D\uFF0C\u6240\u5728\u90E8\u95E8) </div><div class="bm-form-basic-info__summary mt10"> \u63D0\u4EA4\u65F6\u95F4\uFF1A\u81EA\u52A8\u83B7\u53D6 (\u5982:2021-11-12 12:34) </div>', 4);
|
|
21107
21106
|
const _hoisted_11 = [
|
|
21108
|
-
_hoisted_7
|
|
21109
|
-
_hoisted_8,
|
|
21110
|
-
_hoisted_9,
|
|
21111
|
-
_hoisted_10
|
|
21107
|
+
_hoisted_7
|
|
21112
21108
|
];
|
|
21113
21109
|
const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
21114
21110
|
__name: "formBasicInfo",
|
|
@@ -3558,7 +3558,11 @@ const formDesignerProps = {
|
|
|
3558
3558
|
},
|
|
3559
3559
|
addWidgetFunc: {
|
|
3560
3560
|
type: Function,
|
|
3561
|
-
default: (pushRowWidget,
|
|
3561
|
+
default: (pushRuleWidget, pushRowWidget, pushTableWidget) => null,
|
|
3562
|
+
},
|
|
3563
|
+
deleteFormItemCheck: {
|
|
3564
|
+
type: Function,
|
|
3565
|
+
default: (targetRule, parentRule) => true,
|
|
3562
3566
|
},
|
|
3563
3567
|
};
|
|
3564
3568
|
|
|
@@ -3667,7 +3671,7 @@ function pushTableWidgets(key, config) {
|
|
|
3667
3671
|
function pushRowWidgets(key) {
|
|
3668
3672
|
widgetNamesRowAccept.push(key);
|
|
3669
3673
|
}
|
|
3670
|
-
|
|
3674
|
+
const rules = {
|
|
3671
3675
|
[row.name]: row,
|
|
3672
3676
|
[input.name]: input,
|
|
3673
3677
|
[textarea.name]: textarea,
|
|
@@ -3686,7 +3690,10 @@ var ruleList = {
|
|
|
3686
3690
|
[product.name]: product,
|
|
3687
3691
|
[shop.name]: shop,
|
|
3688
3692
|
[materialType.name]: materialType,
|
|
3689
|
-
};
|
|
3693
|
+
};
|
|
3694
|
+
function pushRuleWidgets(key, config) {
|
|
3695
|
+
rules[key] = config;
|
|
3696
|
+
}
|
|
3690
3697
|
|
|
3691
3698
|
const _hoisted_1$1 = {
|
|
3692
3699
|
class: "bm-table-column__main",
|
|
@@ -3907,7 +3914,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
3907
3914
|
department: "\u9664\u201C\u5FC5\u586B\u3001\u9009\u9879\u201D\u5185\u5BB9\u8BBE\u7F6E\u4E0D\u53EF\u4FEE\u6539\uFF0C\u5176\u4ED6\u4FE1\u606F\u53EF\u4FEE\u6539"
|
|
3908
3915
|
};
|
|
3909
3916
|
const tabData = typeof props.formRulePipe === "function" ? props.formRulePipe(createTab()) : [];
|
|
3910
|
-
typeof props.addWidgetFunc === "function" && props.addWidgetFunc(pushRowWidgets, pushTableWidgets);
|
|
3917
|
+
typeof props.addWidgetFunc === "function" && props.addWidgetFunc(pushRuleWidgets, pushRowWidgets, pushTableWidgets);
|
|
3911
3918
|
const activeKey = ref("controlLibrary");
|
|
3912
3919
|
const widgetFormRules = reactive([]);
|
|
3913
3920
|
const activeRule = ref({});
|
|
@@ -4037,7 +4044,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
4037
4044
|
copyPropValue(rule, newRule, needCopyField);
|
|
4038
4045
|
if (rule?.config?.childRules?.length) {
|
|
4039
4046
|
rule.config.childRules.forEach((cRule) => {
|
|
4040
|
-
const config = cRule?.config?.config ||
|
|
4047
|
+
const config = cRule?.config?.config || rules[cRule.name];
|
|
4041
4048
|
copyRule(cRule, config, newRule.config.childRules, true, needCopyField);
|
|
4042
4049
|
});
|
|
4043
4050
|
}
|
|
@@ -4052,6 +4059,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
4052
4059
|
setActiveRule(newRule, parentRule);
|
|
4053
4060
|
}
|
|
4054
4061
|
function handleFormItemDelete(targetRule, parentRule) {
|
|
4062
|
+
const customerCheck = props.deleteFormItemCheck(targetRule, parentRule);
|
|
4063
|
+
if (!customerCheck) {
|
|
4064
|
+
return;
|
|
4065
|
+
}
|
|
4055
4066
|
if (targetRule.config.linkProductCount > 0) {
|
|
4056
4067
|
message.error("\u8BE5\u63A7\u4EF6\u5DF2\u88AB\u8BBE\u4E3A\u6570\u636E\u8FC7\u6EE4\u6761\u4EF6\uFF0C\u4E0D\u53EF\u5220\u9664\u3002");
|
|
4057
4068
|
return;
|
|
@@ -4185,11 +4196,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
4185
4196
|
function edit(formRules) {
|
|
4186
4197
|
widgetFormRules.splice(0);
|
|
4187
4198
|
formRules.forEach(
|
|
4188
|
-
(item) => copyRule(item,
|
|
4199
|
+
(item) => copyRule(item, rules[item.name], widgetFormRules, true, true)
|
|
4189
4200
|
);
|
|
4190
4201
|
}
|
|
4191
4202
|
function getRule(name) {
|
|
4192
|
-
return makeRule(
|
|
4203
|
+
return makeRule(rules[name]);
|
|
4193
4204
|
}
|
|
4194
4205
|
function validate(rules = widgetFormRules) {
|
|
4195
4206
|
let pass = true;
|
|
@@ -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";
|
|
@@ -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
|
-
ASelect: {
|
|
47
|
+
readonly 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, {}, {}, 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 _default: import("vue").DefineComponent<{
|
|
|
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 _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, {}, {}, 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 _default: import("vue").DefineComponent<{
|
|
|
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";
|