bm-admin-ui 1.1.10-alpha → 1.1.11-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/edit-form/index.d.ts +2 -2
- package/es/components/edit-form/src/edit-form.vue.d.ts +2 -2
- package/es/components/editor/index.d.ts +4 -4
- package/es/components/editor/src/editor.vue.d.ts +4 -4
- package/es/components/feedback/index.d.ts +4 -4
- package/es/components/feedback/src/bmAlert.vue.d.ts +4 -4
- package/es/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +4 -4
- package/es/components/form-create/index.js +44 -5
- package/es/components/form-designer/index.js +3 -0
- package/es/components/input-tags-display/index.d.ts +2 -2
- package/es/components/input-tags-display/src/input-tags-display.vue.d.ts +2 -2
- package/es/components/search-filter/index.d.ts +1 -1
- package/es/components/search-filter/src/form-select-all.vue.d.ts +8 -8
- package/es/components/search-filter/src/search-filter.vue.d.ts +1 -1
- package/es/components/select-all/index.d.ts +10 -10
- package/es/components/select-all/src/selectAll.vue.d.ts +10 -10
- package/es/components/staffs-selector/index.d.ts +1 -1
- package/es/components/staffs-selector/src/staffs-selector.vue.d.ts +1 -1
- package/es/components/timeline/index.d.ts +1 -1
- package/es/components/timeline/src/timeline-item.vue.d.ts +1 -1
- package/lib/components/edit-form/index.d.ts +2 -2
- package/lib/components/edit-form/src/edit-form.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/feedback/index.d.ts +4 -4
- package/lib/components/feedback/src/bmAlert.vue.d.ts +4 -4
- package/lib/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +4 -4
- package/lib/components/form-create/index.js +44 -5
- package/lib/components/form-designer/index.js +3 -0
- package/lib/components/input-tags-display/index.d.ts +2 -2
- package/lib/components/input-tags-display/src/input-tags-display.vue.d.ts +2 -2
- package/lib/components/search-filter/index.d.ts +1 -1
- package/lib/components/search-filter/src/form-select-all.vue.d.ts +8 -8
- package/lib/components/search-filter/src/search-filter.vue.d.ts +1 -1
- package/lib/components/select-all/index.d.ts +10 -10
- package/lib/components/select-all/src/selectAll.vue.d.ts +10 -10
- package/lib/components/staffs-selector/index.d.ts +1 -1
- package/lib/components/staffs-selector/src/staffs-selector.vue.d.ts +1 -1
- package/lib/components/timeline/index.d.ts +1 -1
- package/lib/components/timeline/src/timeline-item.vue.d.ts +1 -1
- package/package.json +1 -1
- package/types/components/edit-form/index.d.ts +2 -2
- package/types/components/edit-form/src/edit-form.vue.d.ts +2 -2
- package/types/components/editor/index.d.ts +4 -4
- package/types/components/editor/src/editor.vue.d.ts +4 -4
- package/types/components/feedback/index.d.ts +4 -4
- package/types/components/feedback/src/bmAlert.vue.d.ts +4 -4
- package/types/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +4 -4
- package/types/components/input-tags-display/index.d.ts +2 -2
- package/types/components/input-tags-display/src/input-tags-display.vue.d.ts +2 -2
- package/types/components/search-filter/index.d.ts +1 -1
- package/types/components/search-filter/src/form-select-all.vue.d.ts +8 -8
- package/types/components/search-filter/src/search-filter.vue.d.ts +1 -1
- package/types/components/select-all/index.d.ts +10 -10
- package/types/components/select-all/src/selectAll.vue.d.ts +10 -10
- package/types/components/staffs-selector/index.d.ts +1 -1
- package/types/components/staffs-selector/src/staffs-selector.vue.d.ts +1 -1
- package/types/components/timeline/index.d.ts +1 -1
- package/types/components/timeline/src/timeline-item.vue.d.ts +1 -1
|
@@ -31,7 +31,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
31
31
|
searchList: never[];
|
|
32
32
|
};
|
|
33
33
|
};
|
|
34
|
-
emit: (event: "
|
|
34
|
+
emit: (event: "onChange" | "update:value" | "onSelectAll", ...args: any[]) => void;
|
|
35
35
|
selectValue: any;
|
|
36
36
|
selectAll: (e: any) => void;
|
|
37
37
|
checkAll: (select: any, key: any) => never[];
|
|
@@ -103,7 +103,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
103
103
|
onSelect: import("vue").PropType<import("ant-design-vue/lib/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/lib/select").LabeledValue, import("ant-design-vue/lib/select").DefaultOptionType>>;
|
|
104
104
|
prefixCls: StringConstructor;
|
|
105
105
|
direction: {
|
|
106
|
-
type: import("vue").PropType<"
|
|
106
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
107
107
|
};
|
|
108
108
|
open: {
|
|
109
109
|
type: BooleanConstructor;
|
|
@@ -128,7 +128,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
128
128
|
};
|
|
129
129
|
children: import("vue").PropType<import("ant-design-vue/lib/_util/type").VueNode[]>;
|
|
130
130
|
showAction: {
|
|
131
|
-
type: import("vue").PropType<("
|
|
131
|
+
type: import("vue").PropType<("click" | "focus")[]>;
|
|
132
132
|
};
|
|
133
133
|
id: StringConstructor;
|
|
134
134
|
placement: {
|
|
@@ -266,7 +266,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
266
266
|
onSelect: import("vue").PropType<import("ant-design-vue/lib/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/lib/select").LabeledValue, import("ant-design-vue/lib/select").DefaultOptionType>>;
|
|
267
267
|
prefixCls: StringConstructor;
|
|
268
268
|
direction: {
|
|
269
|
-
type: import("vue").PropType<"
|
|
269
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
270
270
|
};
|
|
271
271
|
open: {
|
|
272
272
|
type: BooleanConstructor;
|
|
@@ -291,7 +291,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
291
291
|
};
|
|
292
292
|
children: import("vue").PropType<import("ant-design-vue/lib/_util/type").VueNode[]>;
|
|
293
293
|
showAction: {
|
|
294
|
-
type: import("vue").PropType<("
|
|
294
|
+
type: import("vue").PropType<("click" | "focus")[]>;
|
|
295
295
|
};
|
|
296
296
|
id: StringConstructor;
|
|
297
297
|
placement: {
|
|
@@ -452,7 +452,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
452
452
|
onSelect: import("vue").PropType<import("ant-design-vue/lib/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/lib/select").LabeledValue, import("ant-design-vue/lib/select").DefaultOptionType>>;
|
|
453
453
|
prefixCls: StringConstructor;
|
|
454
454
|
direction: {
|
|
455
|
-
type: import("vue").PropType<"
|
|
455
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
456
456
|
};
|
|
457
457
|
open: {
|
|
458
458
|
type: BooleanConstructor;
|
|
@@ -477,7 +477,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
477
477
|
};
|
|
478
478
|
children: import("vue").PropType<import("ant-design-vue/lib/_util/type").VueNode[]>;
|
|
479
479
|
showAction: {
|
|
480
|
-
type: import("vue").PropType<("
|
|
480
|
+
type: import("vue").PropType<("click" | "focus")[]>;
|
|
481
481
|
};
|
|
482
482
|
id: StringConstructor;
|
|
483
483
|
placement: {
|
|
@@ -605,7 +605,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
605
605
|
onSelect: import("vue").PropType<import("ant-design-vue/lib/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/lib/select").LabeledValue, import("ant-design-vue/lib/select").DefaultOptionType>>;
|
|
606
606
|
prefixCls: StringConstructor;
|
|
607
607
|
direction: {
|
|
608
|
-
type: import("vue").PropType<"
|
|
608
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
609
609
|
};
|
|
610
610
|
open: {
|
|
611
611
|
type: BooleanConstructor;
|
|
@@ -630,7 +630,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
630
630
|
};
|
|
631
631
|
children: import("vue").PropType<import("ant-design-vue/lib/_util/type").VueNode[]>;
|
|
632
632
|
showAction: {
|
|
633
|
-
type: import("vue").PropType<("
|
|
633
|
+
type: import("vue").PropType<("click" | "focus")[]>;
|
|
634
634
|
};
|
|
635
635
|
id: StringConstructor;
|
|
636
636
|
placement: {
|
|
@@ -738,7 +738,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
|
|
|
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";
|
|
740
740
|
};
|
|
741
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
741
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onChange" | "update:value" | "onSelectAll")[], "onChange" | "update:value" | "onSelectAll", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
742
742
|
value: {
|
|
743
743
|
type: ArrayConstructor;
|
|
744
744
|
required: true;
|
|
@@ -31,7 +31,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31
31
|
searchList: never[];
|
|
32
32
|
};
|
|
33
33
|
};
|
|
34
|
-
emit: (event: "
|
|
34
|
+
emit: (event: "onChange" | "update:value" | "onSelectAll", ...args: any[]) => void;
|
|
35
35
|
selectValue: any;
|
|
36
36
|
selectAll: (e: any) => void;
|
|
37
37
|
checkAll: (select: any, key: any) => never[];
|
|
@@ -103,7 +103,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
103
103
|
onSelect: import("vue").PropType<import("ant-design-vue/lib/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/lib/select").LabeledValue, import("ant-design-vue/lib/select").DefaultOptionType>>;
|
|
104
104
|
prefixCls: StringConstructor;
|
|
105
105
|
direction: {
|
|
106
|
-
type: import("vue").PropType<"
|
|
106
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
107
107
|
};
|
|
108
108
|
open: {
|
|
109
109
|
type: BooleanConstructor;
|
|
@@ -128,7 +128,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
128
128
|
};
|
|
129
129
|
children: import("vue").PropType<import("ant-design-vue/lib/_util/type").VueNode[]>;
|
|
130
130
|
showAction: {
|
|
131
|
-
type: import("vue").PropType<("
|
|
131
|
+
type: import("vue").PropType<("click" | "focus")[]>;
|
|
132
132
|
};
|
|
133
133
|
id: StringConstructor;
|
|
134
134
|
placement: {
|
|
@@ -266,7 +266,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
266
266
|
onSelect: import("vue").PropType<import("ant-design-vue/lib/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/lib/select").LabeledValue, import("ant-design-vue/lib/select").DefaultOptionType>>;
|
|
267
267
|
prefixCls: StringConstructor;
|
|
268
268
|
direction: {
|
|
269
|
-
type: import("vue").PropType<"
|
|
269
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
270
270
|
};
|
|
271
271
|
open: {
|
|
272
272
|
type: BooleanConstructor;
|
|
@@ -291,7 +291,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
291
291
|
};
|
|
292
292
|
children: import("vue").PropType<import("ant-design-vue/lib/_util/type").VueNode[]>;
|
|
293
293
|
showAction: {
|
|
294
|
-
type: import("vue").PropType<("
|
|
294
|
+
type: import("vue").PropType<("click" | "focus")[]>;
|
|
295
295
|
};
|
|
296
296
|
id: StringConstructor;
|
|
297
297
|
placement: {
|
|
@@ -452,7 +452,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
452
452
|
onSelect: import("vue").PropType<import("ant-design-vue/lib/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/lib/select").LabeledValue, import("ant-design-vue/lib/select").DefaultOptionType>>;
|
|
453
453
|
prefixCls: StringConstructor;
|
|
454
454
|
direction: {
|
|
455
|
-
type: import("vue").PropType<"
|
|
455
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
456
456
|
};
|
|
457
457
|
open: {
|
|
458
458
|
type: BooleanConstructor;
|
|
@@ -477,7 +477,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
477
477
|
};
|
|
478
478
|
children: import("vue").PropType<import("ant-design-vue/lib/_util/type").VueNode[]>;
|
|
479
479
|
showAction: {
|
|
480
|
-
type: import("vue").PropType<("
|
|
480
|
+
type: import("vue").PropType<("click" | "focus")[]>;
|
|
481
481
|
};
|
|
482
482
|
id: StringConstructor;
|
|
483
483
|
placement: {
|
|
@@ -605,7 +605,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
605
605
|
onSelect: import("vue").PropType<import("ant-design-vue/lib/vc-select/Select").SelectHandler<(string | number) | import("ant-design-vue/lib/select").LabeledValue, import("ant-design-vue/lib/select").DefaultOptionType>>;
|
|
606
606
|
prefixCls: StringConstructor;
|
|
607
607
|
direction: {
|
|
608
|
-
type: import("vue").PropType<"
|
|
608
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
609
609
|
};
|
|
610
610
|
open: {
|
|
611
611
|
type: BooleanConstructor;
|
|
@@ -630,7 +630,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
630
630
|
};
|
|
631
631
|
children: import("vue").PropType<import("ant-design-vue/lib/_util/type").VueNode[]>;
|
|
632
632
|
showAction: {
|
|
633
|
-
type: import("vue").PropType<("
|
|
633
|
+
type: import("vue").PropType<("click" | "focus")[]>;
|
|
634
634
|
};
|
|
635
635
|
id: StringConstructor;
|
|
636
636
|
placement: {
|
|
@@ -738,7 +738,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
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";
|
|
740
740
|
};
|
|
741
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
741
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onChange" | "update:value" | "onSelectAll")[], "onChange" | "update:value" | "onSelectAll", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
742
742
|
value: {
|
|
743
743
|
type: ArrayConstructor;
|
|
744
744
|
required: true;
|
|
@@ -1050,8 +1050,8 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
|
|
|
1050
1050
|
visible: boolean;
|
|
1051
1051
|
title: string;
|
|
1052
1052
|
mode: string;
|
|
1053
|
-
unitStr: string;
|
|
1054
1053
|
showCount: boolean;
|
|
1054
|
+
unitStr: string;
|
|
1055
1055
|
limit: number;
|
|
1056
1056
|
load: Function;
|
|
1057
1057
|
forceStatic: boolean;
|
|
@@ -1050,8 +1050,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1050
1050
|
visible: boolean;
|
|
1051
1051
|
title: string;
|
|
1052
1052
|
mode: string;
|
|
1053
|
-
unitStr: string;
|
|
1054
1053
|
showCount: boolean;
|
|
1054
|
+
unitStr: string;
|
|
1055
1055
|
limit: number;
|
|
1056
1056
|
load: Function;
|
|
1057
1057
|
forceStatic: boolean;
|