bm-admin-ui 1.0.92-alpha → 1.0.94-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 +2 -2
- package/es/components/edit-form/index.d.ts +4 -4
- package/es/components/edit-form/src/edit-form.vue.d.ts +4 -4
- package/es/components/feedback/index.d.ts +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/src/bm-nodes/BmConditionNode.vue.d.ts +8 -8
- package/es/components/form-create/index.js +389 -98
- package/es/components/form-designer/index.js +201 -148
- package/es/components/search-filter/index.d.ts +28 -0
- package/es/components/search-filter/index.js +70 -17
- package/es/components/search-filter/src/form-select-all.vue.d.ts +21 -6
- package/es/components/search-filter/src/search-filter.d.ts +16 -0
- package/es/components/search-filter/src/search-filter.vue.d.ts +28 -0
- package/es/components/search-filter/src/search-reset-btn.vue.d.ts +29 -3
- package/es/components/select-all/index.d.ts +8 -6
- package/es/components/select-all/index.js +33 -15
- package/es/components/select-all/src/selectAll.vue.d.ts +8 -6
- package/es/components/staffs-selector/index.d.ts +12 -12
- 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/videoView/index.d.ts +1 -1
- package/es/components/videoView/src/videoView.vue.d.ts +1 -1
- package/es/utils/uniqueId.js +2 -2
- package/lib/components/attachment/index.d.ts +3 -3
- package/lib/components/attachment/src/attachment.vue.d.ts +3 -3
- package/lib/components/breadcrumb/index.d.ts +7 -7
- package/lib/components/breadcrumb/src/breadcrumb.vue.d.ts +7 -7
- package/lib/components/button/index.d.ts +6 -6
- package/lib/components/button/src/button.vue.d.ts +6 -6
- package/lib/components/cascader/index.js +2 -2
- package/lib/components/edit-form/index.d.ts +4 -4
- package/lib/components/edit-form/src/edit-form.vue.d.ts +4 -4
- package/lib/components/feedback/index.d.ts +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/src/bm-nodes/BmConditionNode.vue.d.ts +8 -8
- package/lib/components/form-create/index.js +389 -98
- package/lib/components/form-designer/index.js +195 -142
- package/lib/components/search-filter/index.d.ts +28 -0
- package/lib/components/search-filter/index.js +71 -17
- package/lib/components/search-filter/src/form-select-all.vue.d.ts +21 -6
- package/lib/components/search-filter/src/search-filter.d.ts +16 -0
- package/lib/components/search-filter/src/search-filter.vue.d.ts +28 -0
- package/lib/components/search-filter/src/search-reset-btn.vue.d.ts +29 -3
- package/lib/components/select-all/index.d.ts +8 -6
- package/lib/components/select-all/index.js +32 -14
- package/lib/components/select-all/src/selectAll.vue.d.ts +8 -6
- package/lib/components/staffs-selector/index.d.ts +12 -12
- 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/videoView/index.d.ts +1 -1
- package/lib/components/videoView/src/videoView.vue.d.ts +1 -1
- package/lib/utils/uniqueId.js +2 -2
- package/package.json +1 -1
- package/theme-chalk/form-designer.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/select-all.css +1 -1
- package/types/components/attachment/index.d.ts +3 -3
- package/types/components/attachment/src/attachment.vue.d.ts +3 -3
- package/types/components/breadcrumb/index.d.ts +7 -7
- package/types/components/breadcrumb/src/breadcrumb.vue.d.ts +7 -7
- package/types/components/button/index.d.ts +6 -6
- package/types/components/button/src/button.vue.d.ts +6 -6
- package/types/components/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/index.d.ts +28 -0
- package/types/components/search-filter/src/form-select-all.vue.d.ts +21 -6
- package/types/components/search-filter/src/search-filter.d.ts +16 -0
- package/types/components/search-filter/src/search-filter.vue.d.ts +28 -0
- package/types/components/search-filter/src/search-reset-btn.vue.d.ts +29 -3
- package/types/components/select-all/index.d.ts +8 -6
- package/types/components/select-all/src/selectAll.vue.d.ts +8 -6
- package/types/components/staffs-selector/index.d.ts +12 -12
- 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/videoView/index.d.ts +1 -1
- package/types/components/videoView/src/videoView.vue.d.ts +1 -1
|
@@ -43,7 +43,7 @@ declare const BmModal: import("bm-admin-ui/es/utils/with-install").SFCWithInstal
|
|
|
43
43
|
}>>;
|
|
44
44
|
caculWidth: import("vue").ComputedRef<string>;
|
|
45
45
|
onOkCallback: (e: any) => void;
|
|
46
|
-
AModal: {
|
|
46
|
+
readonly AModal: {
|
|
47
47
|
new (...args: any[]): {
|
|
48
48
|
$: import("vue").ComponentInternalInstance;
|
|
49
49
|
$data: {};
|
|
@@ -242,8 +242,8 @@ declare const BmModal: import("bm-admin-ui/es/utils/with-install").SFCWithInstal
|
|
|
242
242
|
$slots: Readonly<{
|
|
243
243
|
[name: string]: import("vue").Slot;
|
|
244
244
|
}>;
|
|
245
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
246
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
245
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
246
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
247
247
|
$emit: (event: string, ...args: any[]) => void;
|
|
248
248
|
$el: any;
|
|
249
249
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -431,7 +431,7 @@ declare const BmModal: import("bm-admin-ui/es/utils/with-install").SFCWithInstal
|
|
|
431
431
|
destroyOnClose: boolean;
|
|
432
432
|
focusTriggerAfterClose: boolean;
|
|
433
433
|
confirmLoading: boolean;
|
|
434
|
-
}> & {
|
|
434
|
+
}, {}, string> & {
|
|
435
435
|
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
436
436
|
created?: (() => void) | (() => void)[] | undefined;
|
|
437
437
|
beforeMount?: (() => void) | (() => void)[] | undefined;
|
|
@@ -446,7 +446,7 @@ declare const BmModal: import("bm-admin-ui/es/utils/with-install").SFCWithInstal
|
|
|
446
446
|
unmounted?: (() => void) | (() => void)[] | undefined;
|
|
447
447
|
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
448
448
|
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
449
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
449
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, 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;
|
|
450
450
|
};
|
|
451
451
|
$forceUpdate: () => void;
|
|
452
452
|
$nextTick: typeof import("vue").nextTick;
|
|
@@ -811,7 +811,7 @@ declare const BmModal: import("bm-admin-ui/es/utils/with-install").SFCWithInstal
|
|
|
811
811
|
destroyOnClose: boolean;
|
|
812
812
|
focusTriggerAfterClose: boolean;
|
|
813
813
|
confirmLoading: boolean;
|
|
814
|
-
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
|
|
814
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
|
|
815
815
|
readonly info: import("ant-design-vue/lib/modal/Modal").ModalFunc;
|
|
816
816
|
readonly success: import("ant-design-vue/lib/modal/Modal").ModalFunc;
|
|
817
817
|
readonly error: import("ant-design-vue/lib/modal/Modal").ModalFunc;
|
|
@@ -871,7 +871,7 @@ declare const BmAlert: import("bm-admin-ui/es/utils/with-install").SFCWithInstal
|
|
|
871
871
|
};
|
|
872
872
|
}>> & {}>>;
|
|
873
873
|
getIconCmp: import("vue").ComputedRef<import("@ant-design/icons-vue/lib/icons/CheckCircleFilled").CheckCircleFilledIconType | undefined>;
|
|
874
|
-
AAlert: {
|
|
874
|
+
readonly AAlert: {
|
|
875
875
|
new (...args: any[]): {
|
|
876
876
|
$: import("vue").ComponentInternalInstance;
|
|
877
877
|
$data: {};
|
|
@@ -911,8 +911,8 @@ declare const BmAlert: import("bm-admin-ui/es/utils/with-install").SFCWithInstal
|
|
|
911
911
|
$slots: Readonly<{
|
|
912
912
|
[name: string]: import("vue").Slot;
|
|
913
913
|
}>;
|
|
914
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
915
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
914
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
915
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
916
916
|
$emit: (event: string, ...args: any[]) => void;
|
|
917
917
|
$el: any;
|
|
918
918
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -941,7 +941,7 @@ declare const BmAlert: import("bm-admin-ui/es/utils/with-install").SFCWithInstal
|
|
|
941
941
|
showIcon: boolean;
|
|
942
942
|
closable: boolean;
|
|
943
943
|
banner: boolean;
|
|
944
|
-
}> & {
|
|
944
|
+
}, {}, string> & {
|
|
945
945
|
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
946
946
|
created?: (() => void) | (() => void)[] | undefined;
|
|
947
947
|
beforeMount?: (() => void) | (() => void)[] | undefined;
|
|
@@ -956,7 +956,7 @@ declare const BmAlert: import("bm-admin-ui/es/utils/with-install").SFCWithInstal
|
|
|
956
956
|
unmounted?: (() => void) | (() => void)[] | undefined;
|
|
957
957
|
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
958
958
|
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
959
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
959
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, 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;
|
|
960
960
|
};
|
|
961
961
|
$forceUpdate: () => void;
|
|
962
962
|
$nextTick: typeof import("vue").nextTick;
|
|
@@ -1013,7 +1013,7 @@ declare const BmAlert: import("bm-admin-ui/es/utils/with-install").SFCWithInstal
|
|
|
1013
1013
|
showIcon: boolean;
|
|
1014
1014
|
closable: boolean;
|
|
1015
1015
|
banner: boolean;
|
|
1016
|
-
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
|
|
1016
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
|
|
1017
1017
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1018
1018
|
type: {
|
|
1019
1019
|
type: StringConstructor;
|
|
@@ -27,7 +27,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27
27
|
};
|
|
28
28
|
}>> & {}>>;
|
|
29
29
|
getIconCmp: import("vue").ComputedRef<import("@ant-design/icons-vue/lib/icons/CheckCircleFilled").CheckCircleFilledIconType | undefined>;
|
|
30
|
-
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<{}>;
|
|
@@ -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: {
|
|
@@ -31,6 +31,14 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
|
|
|
31
31
|
type: StringConstructor;
|
|
32
32
|
default: string;
|
|
33
33
|
};
|
|
34
|
+
setDefaultConfirm: {
|
|
35
|
+
type: BooleanConstructor;
|
|
36
|
+
default: boolean;
|
|
37
|
+
};
|
|
38
|
+
setDefaultConfirmConfig: {
|
|
39
|
+
type: ObjectConstructor;
|
|
40
|
+
default(): {};
|
|
41
|
+
};
|
|
34
42
|
gutter: {
|
|
35
43
|
type: import("vue").PropType<number[]>;
|
|
36
44
|
default(): number[];
|
|
@@ -99,6 +107,14 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
|
|
|
99
107
|
type: StringConstructor;
|
|
100
108
|
default: string;
|
|
101
109
|
};
|
|
110
|
+
setDefaultConfirm: {
|
|
111
|
+
type: BooleanConstructor;
|
|
112
|
+
default: boolean;
|
|
113
|
+
};
|
|
114
|
+
setDefaultConfirmConfig: {
|
|
115
|
+
type: ObjectConstructor;
|
|
116
|
+
default(): {};
|
|
117
|
+
};
|
|
102
118
|
gutter: {
|
|
103
119
|
type: import("vue").PropType<number[]>;
|
|
104
120
|
default(): number[];
|
|
@@ -151,6 +167,8 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
|
|
|
151
167
|
showSetDefaultBtn: boolean;
|
|
152
168
|
setDefaultText: string;
|
|
153
169
|
setDefaultId: string;
|
|
170
|
+
setDefaultConfirm: boolean;
|
|
171
|
+
setDefaultConfirmConfig: Record<string, any>;
|
|
154
172
|
collapseText: string;
|
|
155
173
|
gutter: number[];
|
|
156
174
|
loading: boolean;
|
|
@@ -219,6 +237,14 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
|
|
|
219
237
|
type: StringConstructor;
|
|
220
238
|
default: string;
|
|
221
239
|
};
|
|
240
|
+
setDefaultConfirm: {
|
|
241
|
+
type: BooleanConstructor;
|
|
242
|
+
default: boolean;
|
|
243
|
+
};
|
|
244
|
+
setDefaultConfirmConfig: {
|
|
245
|
+
type: ObjectConstructor;
|
|
246
|
+
default(): {};
|
|
247
|
+
};
|
|
222
248
|
gutter: {
|
|
223
249
|
type: import("vue").PropType<number[]>;
|
|
224
250
|
default(): number[];
|
|
@@ -271,6 +297,8 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
|
|
|
271
297
|
showSetDefaultBtn: boolean;
|
|
272
298
|
setDefaultText: string;
|
|
273
299
|
setDefaultId: string;
|
|
300
|
+
setDefaultConfirm: boolean;
|
|
301
|
+
setDefaultConfirmConfig: Record<string, any>;
|
|
274
302
|
gutter: number[];
|
|
275
303
|
userRule: unknown[];
|
|
276
304
|
ruleSpan: Record<string, any>;
|
|
@@ -3,6 +3,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3
3
|
type: ArrayConstructor;
|
|
4
4
|
};
|
|
5
5
|
disabled: BooleanConstructor;
|
|
6
|
+
showSelectAll: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
6
10
|
}, {
|
|
7
11
|
instance: import("vue").ComponentInternalInstance | null;
|
|
8
12
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -10,6 +14,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10
14
|
type: ArrayConstructor;
|
|
11
15
|
};
|
|
12
16
|
disabled: BooleanConstructor;
|
|
17
|
+
showSelectAll: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
13
21
|
}>> & {
|
|
14
22
|
onOnChange?: ((...args: any[]) => any) | undefined;
|
|
15
23
|
onOnSelectAll?: ((...args: any[]) => any) | undefined;
|
|
@@ -20,6 +28,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
28
|
indeterminate: boolean;
|
|
21
29
|
checkedAll: boolean;
|
|
22
30
|
checkedReverse: boolean;
|
|
31
|
+
searchList: never[];
|
|
23
32
|
};
|
|
24
33
|
};
|
|
25
34
|
emit: (event: "onChange" | "onSelectAll" | "update:modelValue", ...args: any[]) => void;
|
|
@@ -27,12 +36,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27
36
|
selectAll: (e: any) => void;
|
|
28
37
|
reverseAll: (e: any) => false | undefined;
|
|
29
38
|
onChange: (value: any, option: any) => void;
|
|
39
|
+
onSearch: (val: string | number) => void;
|
|
30
40
|
VNodes: (_: any, { attrs }: {
|
|
31
41
|
attrs: any;
|
|
32
42
|
}) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
33
43
|
[key: string]: any;
|
|
34
44
|
}>;
|
|
35
|
-
ASelect: {
|
|
45
|
+
readonly ASelect: {
|
|
36
46
|
new (...args: any[]): {
|
|
37
47
|
$: import("vue").ComponentInternalInstance;
|
|
38
48
|
$data: {};
|
|
@@ -212,8 +222,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
212
222
|
$slots: Readonly<{
|
|
213
223
|
[name: string]: import("vue").Slot;
|
|
214
224
|
}>;
|
|
215
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
216
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
225
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
226
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
217
227
|
$emit: (event: string, ...args: any[]) => void;
|
|
218
228
|
$el: any;
|
|
219
229
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -382,7 +392,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
382
392
|
defaultActiveFirstOption: boolean;
|
|
383
393
|
labelInValue: boolean;
|
|
384
394
|
bordered: boolean;
|
|
385
|
-
}> & {
|
|
395
|
+
}, {}, string> & {
|
|
386
396
|
beforeCreate?: (() => void) | (() => void)[] | undefined;
|
|
387
397
|
created?: (() => void) | (() => void)[] | undefined;
|
|
388
398
|
beforeMount?: (() => void) | (() => void)[] | undefined;
|
|
@@ -397,7 +407,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
397
407
|
unmounted?: (() => void) | (() => void)[] | undefined;
|
|
398
408
|
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
399
409
|
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
|
|
400
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
410
|
+
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;
|
|
401
411
|
};
|
|
402
412
|
$forceUpdate: () => void;
|
|
403
413
|
$nextTick: typeof import("vue").nextTick;
|
|
@@ -721,7 +731,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
721
731
|
defaultActiveFirstOption: boolean;
|
|
722
732
|
labelInValue: boolean;
|
|
723
733
|
bordered: boolean;
|
|
724
|
-
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
|
|
734
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
|
|
725
735
|
readonly Option: import("ant-design-vue/lib/vc-select/Option").OptionFC;
|
|
726
736
|
readonly OptGroup: import("ant-design-vue/lib/vc-select/OptGroup").OptionGroupFC;
|
|
727
737
|
readonly SECRET_COMBOBOX_MODE_DO_NOT_USE: "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
@@ -731,11 +741,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
731
741
|
type: ArrayConstructor;
|
|
732
742
|
};
|
|
733
743
|
disabled: BooleanConstructor;
|
|
744
|
+
showSelectAll: {
|
|
745
|
+
type: BooleanConstructor;
|
|
746
|
+
default: boolean;
|
|
747
|
+
};
|
|
734
748
|
}>> & {
|
|
735
749
|
onOnChange?: ((...args: any[]) => any) | undefined;
|
|
736
750
|
onOnSelectAll?: ((...args: any[]) => any) | undefined;
|
|
737
751
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
738
752
|
}, {
|
|
739
753
|
disabled: boolean;
|
|
754
|
+
showSelectAll: boolean;
|
|
740
755
|
}>;
|
|
741
756
|
export default _default;
|
|
@@ -32,6 +32,14 @@ export declare const searchResetBtnProps: {
|
|
|
32
32
|
type: StringConstructor;
|
|
33
33
|
default: string;
|
|
34
34
|
};
|
|
35
|
+
setDefaultConfirm: {
|
|
36
|
+
type: BooleanConstructor;
|
|
37
|
+
default: boolean;
|
|
38
|
+
};
|
|
39
|
+
setDefaultConfirmConfig: {
|
|
40
|
+
type: ObjectConstructor;
|
|
41
|
+
default(): {};
|
|
42
|
+
};
|
|
35
43
|
gutter: {
|
|
36
44
|
type: PropType<number[]>;
|
|
37
45
|
default(): number[];
|
|
@@ -74,6 +82,14 @@ export declare const searchFilterProps: {
|
|
|
74
82
|
type: StringConstructor;
|
|
75
83
|
default: string;
|
|
76
84
|
};
|
|
85
|
+
setDefaultConfirm: {
|
|
86
|
+
type: BooleanConstructor;
|
|
87
|
+
default: boolean;
|
|
88
|
+
};
|
|
89
|
+
setDefaultConfirmConfig: {
|
|
90
|
+
type: ObjectConstructor;
|
|
91
|
+
default(): {};
|
|
92
|
+
};
|
|
77
93
|
gutter: {
|
|
78
94
|
type: PropType<number[]>;
|
|
79
95
|
default(): number[];
|
|
@@ -31,6 +31,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31
31
|
type: StringConstructor;
|
|
32
32
|
default: string;
|
|
33
33
|
};
|
|
34
|
+
setDefaultConfirm: {
|
|
35
|
+
type: BooleanConstructor;
|
|
36
|
+
default: boolean;
|
|
37
|
+
};
|
|
38
|
+
setDefaultConfirmConfig: {
|
|
39
|
+
type: ObjectConstructor;
|
|
40
|
+
default(): {};
|
|
41
|
+
};
|
|
34
42
|
gutter: {
|
|
35
43
|
type: import("vue").PropType<number[]>;
|
|
36
44
|
default(): number[];
|
|
@@ -99,6 +107,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
99
107
|
type: StringConstructor;
|
|
100
108
|
default: string;
|
|
101
109
|
};
|
|
110
|
+
setDefaultConfirm: {
|
|
111
|
+
type: BooleanConstructor;
|
|
112
|
+
default: boolean;
|
|
113
|
+
};
|
|
114
|
+
setDefaultConfirmConfig: {
|
|
115
|
+
type: ObjectConstructor;
|
|
116
|
+
default(): {};
|
|
117
|
+
};
|
|
102
118
|
gutter: {
|
|
103
119
|
type: import("vue").PropType<number[]>;
|
|
104
120
|
default(): number[];
|
|
@@ -151,6 +167,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
151
167
|
showSetDefaultBtn: boolean;
|
|
152
168
|
setDefaultText: string;
|
|
153
169
|
setDefaultId: string;
|
|
170
|
+
setDefaultConfirm: boolean;
|
|
171
|
+
setDefaultConfirmConfig: Record<string, any>;
|
|
154
172
|
collapseText: string;
|
|
155
173
|
gutter: number[];
|
|
156
174
|
loading: boolean;
|
|
@@ -219,6 +237,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
219
237
|
type: StringConstructor;
|
|
220
238
|
default: string;
|
|
221
239
|
};
|
|
240
|
+
setDefaultConfirm: {
|
|
241
|
+
type: BooleanConstructor;
|
|
242
|
+
default: boolean;
|
|
243
|
+
};
|
|
244
|
+
setDefaultConfirmConfig: {
|
|
245
|
+
type: ObjectConstructor;
|
|
246
|
+
default(): {};
|
|
247
|
+
};
|
|
222
248
|
gutter: {
|
|
223
249
|
type: import("vue").PropType<number[]>;
|
|
224
250
|
default(): number[];
|
|
@@ -271,6 +297,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
271
297
|
showSetDefaultBtn: boolean;
|
|
272
298
|
setDefaultText: string;
|
|
273
299
|
setDefaultId: string;
|
|
300
|
+
setDefaultConfirm: boolean;
|
|
301
|
+
setDefaultConfirmConfig: Record<string, any>;
|
|
274
302
|
gutter: number[];
|
|
275
303
|
userRule: unknown[];
|
|
276
304
|
ruleSpan: Record<string, any>;
|
|
@@ -31,6 +31,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31
31
|
type: StringConstructor;
|
|
32
32
|
default: string;
|
|
33
33
|
};
|
|
34
|
+
setDefaultConfirm: {
|
|
35
|
+
type: BooleanConstructor;
|
|
36
|
+
default: boolean;
|
|
37
|
+
};
|
|
38
|
+
setDefaultConfirmConfig: {
|
|
39
|
+
type: ObjectConstructor;
|
|
40
|
+
default(): {};
|
|
41
|
+
};
|
|
34
42
|
gutter: {
|
|
35
43
|
type: import("vue").PropType<number[]>;
|
|
36
44
|
default(): number[];
|
|
@@ -73,6 +81,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
73
81
|
type: StringConstructor;
|
|
74
82
|
default: string;
|
|
75
83
|
};
|
|
84
|
+
setDefaultConfirm: {
|
|
85
|
+
type: BooleanConstructor;
|
|
86
|
+
default: boolean;
|
|
87
|
+
};
|
|
88
|
+
setDefaultConfirmConfig: {
|
|
89
|
+
type: ObjectConstructor;
|
|
90
|
+
default(): {};
|
|
91
|
+
};
|
|
76
92
|
gutter: {
|
|
77
93
|
type: import("vue").PropType<number[]>;
|
|
78
94
|
default(): number[];
|
|
@@ -97,9 +113,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
97
113
|
handleSubmit: () => void;
|
|
98
114
|
handleReset: () => void;
|
|
99
115
|
handleSetDefault: () => void;
|
|
100
|
-
DownOutlined: import("@ant-design/icons-vue/lib/icons/DownOutlined").DownOutlinedIconType;
|
|
101
|
-
UpOutlined: import("@ant-design/icons-vue/lib/icons/UpOutlined").UpOutlinedIconType;
|
|
102
|
-
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;
|
|
103
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<{
|
|
104
120
|
showExpandBtn: {
|
|
105
121
|
type: BooleanConstructor;
|
|
@@ -133,6 +149,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
133
149
|
type: StringConstructor;
|
|
134
150
|
default: string;
|
|
135
151
|
};
|
|
152
|
+
setDefaultConfirm: {
|
|
153
|
+
type: BooleanConstructor;
|
|
154
|
+
default: boolean;
|
|
155
|
+
};
|
|
156
|
+
setDefaultConfirmConfig: {
|
|
157
|
+
type: ObjectConstructor;
|
|
158
|
+
default(): {};
|
|
159
|
+
};
|
|
136
160
|
gutter: {
|
|
137
161
|
type: import("vue").PropType<number[]>;
|
|
138
162
|
default(): number[];
|
|
@@ -156,6 +180,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
156
180
|
showSetDefaultBtn: boolean;
|
|
157
181
|
setDefaultText: string;
|
|
158
182
|
setDefaultId: string;
|
|
183
|
+
setDefaultConfirm: boolean;
|
|
184
|
+
setDefaultConfirmConfig: Record<string, any>;
|
|
159
185
|
gutter: number[];
|
|
160
186
|
}>;
|
|
161
187
|
export default _default;
|