bm-admin-ui 1.0.48-alpha → 1.0.50-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/editor/index.d.ts +4 -4
- package/es/components/editor/src/editor.vue.d.ts +4 -4
- package/es/components/form-create/index.js +264 -117
- package/es/components/input-tags-display/index.d.ts +1 -1
- package/es/components/input-tags-display/src/input-tags-display.vue.d.ts +1 -1
- package/es/components/search-filter/index.d.ts +2 -2
- package/es/components/search-filter/src/search-filter.vue.d.ts +2 -2
- package/es/components/select-all/index.d.ts +1 -1
- package/es/components/select-all/src/selectAll.vue.d.ts +1 -1
- package/es/components/staffs-selector/index.d.ts +2 -2
- package/es/components/staffs-selector/src/staffs-selector.vue.d.ts +2 -2
- package/lib/components/editor/index.d.ts +4 -4
- package/lib/components/editor/src/editor.vue.d.ts +4 -4
- package/lib/components/form-create/index.js +263 -116
- package/lib/components/input-tags-display/index.d.ts +1 -1
- package/lib/components/input-tags-display/src/input-tags-display.vue.d.ts +1 -1
- package/lib/components/search-filter/index.d.ts +2 -2
- package/lib/components/search-filter/src/search-filter.vue.d.ts +2 -2
- package/lib/components/select-all/index.d.ts +1 -1
- package/lib/components/select-all/src/selectAll.vue.d.ts +1 -1
- package/lib/components/staffs-selector/index.d.ts +2 -2
- package/lib/components/staffs-selector/src/staffs-selector.vue.d.ts +2 -2
- package/package.json +1 -1
- package/types/components/editor/index.d.ts +4 -4
- package/types/components/editor/src/editor.vue.d.ts +4 -4
- package/types/components/input-tags-display/index.d.ts +1 -1
- package/types/components/input-tags-display/src/input-tags-display.vue.d.ts +1 -1
- package/types/components/search-filter/index.d.ts +2 -2
- package/types/components/search-filter/src/search-filter.vue.d.ts +2 -2
- package/types/components/select-all/index.d.ts +1 -1
- package/types/components/select-all/src/selectAll.vue.d.ts +1 -1
- package/types/components/staffs-selector/index.d.ts +2 -2
- package/types/components/staffs-selector/src/staffs-selector.vue.d.ts +2 -2
|
@@ -123,8 +123,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
123
123
|
onAddClick?: ((...args: any[]) => any) | undefined;
|
|
124
124
|
}, {
|
|
125
125
|
disabled: boolean;
|
|
126
|
-
placeholder: string;
|
|
127
126
|
list: unknown[];
|
|
127
|
+
placeholder: string;
|
|
128
128
|
placement: string;
|
|
129
129
|
showEmpty: boolean;
|
|
130
130
|
showEmptyBtn: boolean;
|
|
@@ -110,9 +110,9 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
|
|
|
110
110
|
default(): never[];
|
|
111
111
|
};
|
|
112
112
|
}>> & {
|
|
113
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
113
114
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
114
115
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
115
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
116
116
|
onExpand?: ((...args: any[]) => any) | undefined;
|
|
117
117
|
}>>;
|
|
118
118
|
emits: (event: "submit" | "reset" | "update:value" | "expand", ...args: any[]) => void;
|
|
@@ -212,9 +212,9 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
|
|
|
212
212
|
default(): never[];
|
|
213
213
|
};
|
|
214
214
|
}>> & {
|
|
215
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
215
216
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
216
217
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
217
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
218
218
|
onExpand?: ((...args: any[]) => any) | undefined;
|
|
219
219
|
}, {
|
|
220
220
|
loading: boolean;
|
|
@@ -110,9 +110,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
110
110
|
default(): never[];
|
|
111
111
|
};
|
|
112
112
|
}>> & {
|
|
113
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
113
114
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
114
115
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
115
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
116
116
|
onExpand?: ((...args: any[]) => any) | undefined;
|
|
117
117
|
}>>;
|
|
118
118
|
emits: (event: "submit" | "reset" | "update:value" | "expand", ...args: any[]) => void;
|
|
@@ -212,9 +212,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
212
212
|
default(): never[];
|
|
213
213
|
};
|
|
214
214
|
}>> & {
|
|
215
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
215
216
|
onReset?: ((...args: any[]) => any) | undefined;
|
|
216
217
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
217
|
-
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
218
218
|
onExpand?: ((...args: any[]) => any) | undefined;
|
|
219
219
|
}, {
|
|
220
220
|
loading: boolean;
|
|
@@ -734,7 +734,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
734
734
|
readonly OptGroup: import("ant-design-vue/lib/vc-select/OptGroup").OptionGroupFC;
|
|
735
735
|
readonly SECRET_COMBOBOX_MODE_DO_NOT_USE: "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
736
736
|
};
|
|
737
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "onSelectAll" | "onChange")[], "
|
|
737
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "onSelectAll" | "onChange")[], "update:value" | "onChange" | "onSelectAll", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
738
738
|
value: {
|
|
739
739
|
type: ArrayConstructor;
|
|
740
740
|
required: true;
|
|
@@ -734,7 +734,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
734
734
|
readonly OptGroup: import("ant-design-vue/lib/vc-select/OptGroup").OptionGroupFC;
|
|
735
735
|
readonly SECRET_COMBOBOX_MODE_DO_NOT_USE: "SECRET_COMBOBOX_MODE_DO_NOT_USE";
|
|
736
736
|
};
|
|
737
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "onSelectAll" | "onChange")[], "
|
|
737
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "onSelectAll" | "onChange")[], "update:value" | "onChange" | "onSelectAll", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
738
738
|
value: {
|
|
739
739
|
type: ArrayConstructor;
|
|
740
740
|
required: true;
|
|
@@ -82,8 +82,8 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
|
|
|
82
82
|
default: string;
|
|
83
83
|
};
|
|
84
84
|
}>> & {
|
|
85
|
-
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
86
85
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
86
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
87
87
|
"onUpdate:select"?: ((...args: any[]) => any) | undefined;
|
|
88
88
|
}>>;
|
|
89
89
|
emit: (event: "change" | "update:visible" | "update:select", ...args: any[]) => void;
|
|
@@ -1079,8 +1079,8 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
|
|
|
1079
1079
|
default: string;
|
|
1080
1080
|
};
|
|
1081
1081
|
}>> & {
|
|
1082
|
-
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
1083
1082
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
1083
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
1084
1084
|
"onUpdate:select"?: ((...args: any[]) => any) | undefined;
|
|
1085
1085
|
}, {
|
|
1086
1086
|
title: string;
|
|
@@ -82,8 +82,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
82
82
|
default: string;
|
|
83
83
|
};
|
|
84
84
|
}>> & {
|
|
85
|
-
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
86
85
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
86
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
87
87
|
"onUpdate:select"?: ((...args: any[]) => any) | undefined;
|
|
88
88
|
}>>;
|
|
89
89
|
emit: (event: "change" | "update:visible" | "update:select", ...args: any[]) => void;
|
|
@@ -1079,8 +1079,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1079
1079
|
default: string;
|
|
1080
1080
|
};
|
|
1081
1081
|
}>> & {
|
|
1082
|
-
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
1083
1082
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
1083
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
1084
1084
|
"onUpdate:select"?: ((...args: any[]) => any) | undefined;
|
|
1085
1085
|
}, {
|
|
1086
1086
|
title: string;
|
|
@@ -60,10 +60,10 @@ declare const BmEditor: import("bm-admin-ui/es/utils/with-install").SFCWithInsta
|
|
|
60
60
|
default: (...args: any[]) => any;
|
|
61
61
|
};
|
|
62
62
|
}>> & {
|
|
63
|
+
onReady?: ((...args: any[]) => any) | undefined;
|
|
63
64
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
64
|
-
onFocus?: ((...args: any[]) => any) | undefined;
|
|
65
65
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
66
|
-
|
|
66
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
67
67
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
68
68
|
onGetCount?: ((...args: any[]) => any) | undefined;
|
|
69
69
|
}>>;
|
|
@@ -287,10 +287,10 @@ declare const BmEditor: import("bm-admin-ui/es/utils/with-install").SFCWithInsta
|
|
|
287
287
|
default: (...args: any[]) => any;
|
|
288
288
|
};
|
|
289
289
|
}>> & {
|
|
290
|
+
onReady?: ((...args: any[]) => any) | undefined;
|
|
290
291
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
291
|
-
onFocus?: ((...args: any[]) => any) | undefined;
|
|
292
292
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
293
|
-
|
|
293
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
294
294
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
295
295
|
onGetCount?: ((...args: any[]) => any) | undefined;
|
|
296
296
|
}, {
|
|
@@ -60,10 +60,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
60
60
|
default: (...args: any[]) => any;
|
|
61
61
|
};
|
|
62
62
|
}>> & {
|
|
63
|
+
onReady?: ((...args: any[]) => any) | undefined;
|
|
63
64
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
64
|
-
onFocus?: ((...args: any[]) => any) | undefined;
|
|
65
65
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
66
|
-
|
|
66
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
67
67
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
68
68
|
onGetCount?: ((...args: any[]) => any) | undefined;
|
|
69
69
|
}>>;
|
|
@@ -287,10 +287,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
287
287
|
default: (...args: any[]) => any;
|
|
288
288
|
};
|
|
289
289
|
}>> & {
|
|
290
|
+
onReady?: ((...args: any[]) => any) | undefined;
|
|
290
291
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
291
|
-
onFocus?: ((...args: any[]) => any) | undefined;
|
|
292
292
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
293
|
-
|
|
293
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
294
294
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
295
295
|
onGetCount?: ((...args: any[]) => any) | undefined;
|
|
296
296
|
}, {
|