bm-admin-ui 1.1.1-alpha → 1.1.2-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.
Files changed (77) hide show
  1. package/es/components/attachment/index.d.ts +3 -3
  2. package/es/components/attachment/src/attachment.vue.d.ts +3 -3
  3. package/es/components/breadcrumb/index.d.ts +7 -7
  4. package/es/components/breadcrumb/src/breadcrumb.vue.d.ts +7 -7
  5. package/es/components/button/index.d.ts +6 -6
  6. package/es/components/button/src/button.vue.d.ts +6 -6
  7. package/es/components/cascader/index.js +77 -77
  8. package/es/components/edit-form/index.d.ts +4 -4
  9. package/es/components/edit-form/index.js +1 -1
  10. package/es/components/edit-form/src/edit-form.vue.d.ts +4 -4
  11. package/es/components/feedback/index.d.ts +12 -12
  12. package/es/components/feedback/src/bmAlert.vue.d.ts +6 -6
  13. package/es/components/feedback/src/bmModal.vue.d.ts +6 -6
  14. package/es/components/flow-designer/index.js +26 -11
  15. package/es/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +22 -8
  16. package/es/components/form-create/index.js +1 -1
  17. package/es/components/form-designer/index.js +59 -6
  18. package/es/components/search-filter/src/form-select-all.vue.d.ts +6 -6
  19. package/es/components/search-filter/src/search-reset-btn.vue.d.ts +3 -3
  20. package/es/components/select-all/index.d.ts +6 -6
  21. package/es/components/select-all/src/selectAll.vue.d.ts +6 -6
  22. package/es/components/staffs-selector/index.d.ts +8 -8
  23. package/es/components/staffs-selector/src/autoTooltip.vue.d.ts +26 -0
  24. package/es/components/staffs-selector/src/staffs-selector.vue.d.ts +8 -8
  25. package/es/components/staffs-selector/src/virtualScroll.vue.d.ts +69 -0
  26. package/es/components/videoView/index.d.ts +1 -1
  27. package/es/components/videoView/src/videoView.vue.d.ts +1 -1
  28. package/lib/components/attachment/index.d.ts +3 -3
  29. package/lib/components/attachment/src/attachment.vue.d.ts +3 -3
  30. package/lib/components/breadcrumb/index.d.ts +7 -7
  31. package/lib/components/breadcrumb/src/breadcrumb.vue.d.ts +7 -7
  32. package/lib/components/button/index.d.ts +6 -6
  33. package/lib/components/button/src/button.vue.d.ts +6 -6
  34. package/lib/components/cascader/index.js +77 -77
  35. package/lib/components/edit-form/index.d.ts +4 -4
  36. package/lib/components/edit-form/index.js +1 -1
  37. package/lib/components/edit-form/src/edit-form.vue.d.ts +4 -4
  38. package/lib/components/feedback/index.d.ts +12 -12
  39. package/lib/components/feedback/src/bmAlert.vue.d.ts +6 -6
  40. package/lib/components/feedback/src/bmModal.vue.d.ts +6 -6
  41. package/lib/components/flow-designer/index.js +26 -11
  42. package/lib/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +22 -8
  43. package/lib/components/form-create/index.js +1 -1
  44. package/lib/components/form-designer/index.js +58 -5
  45. package/lib/components/search-filter/src/form-select-all.vue.d.ts +6 -6
  46. package/lib/components/search-filter/src/search-reset-btn.vue.d.ts +3 -3
  47. package/lib/components/select-all/index.d.ts +6 -6
  48. package/lib/components/select-all/src/selectAll.vue.d.ts +6 -6
  49. package/lib/components/staffs-selector/index.d.ts +8 -8
  50. package/lib/components/staffs-selector/src/autoTooltip.vue.d.ts +26 -0
  51. package/lib/components/staffs-selector/src/staffs-selector.vue.d.ts +8 -8
  52. package/lib/components/staffs-selector/src/virtualScroll.vue.d.ts +69 -0
  53. package/lib/components/videoView/index.d.ts +1 -1
  54. package/lib/components/videoView/src/videoView.vue.d.ts +1 -1
  55. package/package.json +34 -34
  56. package/types/components/attachment/index.d.ts +3 -3
  57. package/types/components/attachment/src/attachment.vue.d.ts +3 -3
  58. package/types/components/breadcrumb/index.d.ts +7 -7
  59. package/types/components/breadcrumb/src/breadcrumb.vue.d.ts +7 -7
  60. package/types/components/button/index.d.ts +6 -6
  61. package/types/components/button/src/button.vue.d.ts +6 -6
  62. package/types/components/edit-form/index.d.ts +4 -4
  63. package/types/components/edit-form/src/edit-form.vue.d.ts +4 -4
  64. package/types/components/feedback/index.d.ts +12 -12
  65. package/types/components/feedback/src/bmAlert.vue.d.ts +6 -6
  66. package/types/components/feedback/src/bmModal.vue.d.ts +6 -6
  67. package/types/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +22 -8
  68. package/types/components/search-filter/src/form-select-all.vue.d.ts +6 -6
  69. package/types/components/search-filter/src/search-reset-btn.vue.d.ts +3 -3
  70. package/types/components/select-all/index.d.ts +6 -6
  71. package/types/components/select-all/src/selectAll.vue.d.ts +6 -6
  72. package/types/components/staffs-selector/index.d.ts +8 -8
  73. package/types/components/staffs-selector/src/autoTooltip.vue.d.ts +26 -0
  74. package/types/components/staffs-selector/src/staffs-selector.vue.d.ts +8 -8
  75. package/types/components/staffs-selector/src/virtualScroll.vue.d.ts +69 -0
  76. package/types/components/videoView/index.d.ts +1 -1
  77. package/types/components/videoView/src/videoView.vue.d.ts +1 -1
@@ -1078,7 +1078,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
1078
1078
  vue.createVNode(vue.unref(BmOverTooltips__default["default"]), {
1079
1079
  title: vue.unref(getShowValue)(item) || tmpForm.value[item.prop]
1080
1080
  }, null, 8, ["title"]),
1081
- vue.createCommentVNode(' <AutoTooltip\n :tooltip="getShowValue(item) || tmpForm[item.prop]"\n /> ')
1081
+ vue.createCommentVNode(' <AutoTooltip\r\n :tooltip="getShowValue(item) || tmpForm[item.prop]"\r\n /> ')
1082
1082
  ], 6)) : vue.createCommentVNode("v-if", true),
1083
1083
  item.type === "multiText" ? (vue.openBlock(), vue.createElementBlock("div", {
1084
1084
  key: 15,
@@ -78,15 +78,15 @@ declare const _default: import("vue").DefineComponent<{
78
78
  [key: string]: any;
79
79
  }>;
80
80
  updateSlot: (key: string, value: any) => void;
81
- QuestionCircleOutlined: import("@ant-design/icons-vue/lib/icons/QuestionCircleOutlined").QuestionCircleOutlinedIconType;
82
- ClockCircleOutlined: import("@ant-design/icons-vue/lib/icons/ClockCircleOutlined").ClockCircleOutlinedIconType;
83
- CalendarOutlined: import("@ant-design/icons-vue/lib/icons/CalendarOutlined").CalendarOutlinedIconType;
81
+ readonly QuestionCircleOutlined: import("@ant-design/icons-vue/lib/icons/QuestionCircleOutlined").QuestionCircleOutlinedIconType;
82
+ readonly ClockCircleOutlined: import("@ant-design/icons-vue/lib/icons/ClockCircleOutlined").ClockCircleOutlinedIconType;
83
+ readonly CalendarOutlined: import("@ant-design/icons-vue/lib/icons/CalendarOutlined").CalendarOutlinedIconType;
84
84
  Group: import("vue").DefineComponent<{}, {
85
85
  formItemContext: import("ant-design-vue/lib/form/FormItemContext").FormItemContext;
86
86
  onFieldChange: () => void;
87
87
  onFieldBlur: () => void;
88
88
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
89
- BmOverTooltips: import("../../../utils/with-install").SFCWithInstall<{
89
+ readonly BmOverTooltips: import("../../../utils/with-install").SFCWithInstall<{
90
90
  name: string;
91
91
  props: {
92
92
  title: {
@@ -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, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[] | undefined;
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, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[] | undefined;
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, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[] | undefined;
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, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[] | undefined;
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;
@@ -207,18 +207,15 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
207
207
  }
208
208
  var BmHtmlNode = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render], ["__file", "BmHtmlNode.vue"]]);
209
209
 
210
- const _hoisted_1 = { class: "bm-condition-node" };
210
+ const _hoisted_1 = ["onClick"];
211
211
  const _hoisted_2 = { class: "bm-condition-node-box" };
212
212
  const _hoisted_3 = { class: "condition-header" };
213
213
  const _hoisted_4 = { key: 0 };
214
214
  const _hoisted_5 = { class: "condition-desc" };
215
215
  const _hoisted_6 = { class: "desc" };
216
216
  const _hoisted_7 = { key: 0 };
217
- const __default__ = {
218
- name: "BmConditionNode"
219
- };
220
217
  const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
221
- ...__default__,
218
+ __name: "BmConditionNode",
222
219
  props: {
223
220
  isCustom: {
224
221
  type: Boolean,
@@ -236,6 +233,12 @@ const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
236
233
  type: String,
237
234
  default: " "
238
235
  },
236
+ nodeClick: {
237
+ type: Function,
238
+ default: () => {
239
+ console.info("\u70B9\u51FB\u8282\u70B9\u56DE\u8C03");
240
+ }
241
+ },
239
242
  copyCallback: {
240
243
  type: Function,
241
244
  default: () => {
@@ -250,8 +253,17 @@ const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
250
253
  }
251
254
  },
252
255
  setup(__props) {
256
+ const props = __props;
257
+ function callback() {
258
+ if (props.isCustom) {
259
+ props.nodeClick();
260
+ }
261
+ }
253
262
  return (_ctx, _cache) => {
254
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
263
+ return vue.openBlock(), vue.createElementBlock("div", {
264
+ class: "bm-condition-node",
265
+ onClick: vue.withModifiers(callback, ["stop"])
266
+ }, [
255
267
  vue.createElementVNode("div", _hoisted_2, [
256
268
  vue.createElementVNode("div", _hoisted_3, [
257
269
  vue.createElementVNode("span", {
@@ -268,11 +280,14 @@ const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
268
280
  vue.createElementVNode("span", {
269
281
  class: vue.normalizeClass(["opeator", { active: __props.isCustom }])
270
282
  }, [
271
- vue.createCommentVNode(' <CopyOutlined\n @click.stop="\n () => {\n copyCallback()\n }\n " />&nbsp;\u6682\u65F6\u5173\u95ED\u590D\u5236\u8282\u70B9 '),
283
+ vue.createCommentVNode(' <CopyOutlined\r\n @click.stop="\r\n () => {\r\n copyCallback()\r\n }\r\n " />&nbsp;\u6682\u65F6\u5173\u95ED\u590D\u5236\u8282\u70B9 '),
272
284
  vue.createVNode(vue.unref(iconsVue.CloseOutlined), {
273
- onClick: _cache[0] || (_cache[0] = () => {
274
- __props.deleteCallback();
275
- })
285
+ onClick: _cache[0] || (_cache[0] = vue.withModifiers(
286
+ () => {
287
+ __props.deleteCallback();
288
+ },
289
+ ["stop"]
290
+ ))
276
291
  })
277
292
  ], 2)
278
293
  ]),
@@ -283,7 +298,7 @@ const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
283
298
  ])) : vue.createCommentVNode("v-if", true)
284
299
  ])
285
300
  ])
286
- ]);
301
+ ], 8, _hoisted_1);
287
302
  };
288
303
  }
289
304
  });
@@ -15,6 +15,10 @@ declare const _default: import("vue").DefineComponent<{
15
15
  type: StringConstructor;
16
16
  default: string;
17
17
  };
18
+ nodeClick: {
19
+ type: FunctionConstructor;
20
+ default: () => void;
21
+ };
18
22
  copyCallback: {
19
23
  type: FunctionConstructor;
20
24
  default: () => void;
@@ -41,6 +45,10 @@ declare const _default: import("vue").DefineComponent<{
41
45
  type: StringConstructor;
42
46
  default: string;
43
47
  };
48
+ nodeClick: {
49
+ type: FunctionConstructor;
50
+ default: () => void;
51
+ };
44
52
  copyCallback: {
45
53
  type: FunctionConstructor;
46
54
  default: () => void;
@@ -50,9 +58,10 @@ declare const _default: import("vue").DefineComponent<{
50
58
  default: () => void;
51
59
  };
52
60
  }>> & {}>>;
53
- CloseOutlined: import("@ant-design/icons-vue/lib/icons/CloseOutlined").CloseOutlinedIconType;
54
- RightOutlined: import("@ant-design/icons-vue/lib/icons/RightOutlined").RightOutlinedIconType;
55
- Tag: {
61
+ callback: () => void;
62
+ readonly CloseOutlined: import("@ant-design/icons-vue/lib/icons/CloseOutlined").CloseOutlinedIconType;
63
+ readonly RightOutlined: import("@ant-design/icons-vue/lib/icons/RightOutlined").RightOutlinedIconType;
64
+ readonly Tag: {
56
65
  new (...args: any[]): {
57
66
  $: import("vue").ComponentInternalInstance;
58
67
  $data: {};
@@ -88,8 +97,8 @@ declare const _default: import("vue").DefineComponent<{
88
97
  $slots: Readonly<{
89
98
  [name: string]: import("vue").Slot;
90
99
  }>;
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, {}>>;
100
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
101
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
93
102
  $emit: (event: string, ...args: any[]) => void;
94
103
  $el: any;
95
104
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -114,7 +123,7 @@ declare const _default: import("vue").DefineComponent<{
114
123
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
115
124
  visible: boolean;
116
125
  closable: boolean;
117
- }> & {
126
+ }, {}, string> & {
118
127
  beforeCreate?: (() => void) | (() => void)[] | undefined;
119
128
  created?: (() => void) | (() => void)[] | undefined;
120
129
  beforeMount?: (() => void) | (() => void)[] | undefined;
@@ -129,7 +138,7 @@ declare const _default: import("vue").DefineComponent<{
129
138
  unmounted?: (() => void) | (() => void)[] | undefined;
130
139
  renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
131
140
  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, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[] | undefined;
141
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[] | undefined;
133
142
  };
134
143
  $forceUpdate: () => void;
135
144
  $nextTick: typeof import("vue").nextTick;
@@ -179,7 +188,7 @@ declare const _default: import("vue").DefineComponent<{
179
188
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
180
189
  visible: boolean;
181
190
  closable: boolean;
182
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
191
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
183
192
  readonly CheckableTag: import("vue").DefineComponent<{
184
193
  prefixCls: StringConstructor;
185
194
  checked: {
@@ -227,6 +236,10 @@ declare const _default: import("vue").DefineComponent<{
227
236
  type: StringConstructor;
228
237
  default: string;
229
238
  };
239
+ nodeClick: {
240
+ type: FunctionConstructor;
241
+ default: () => void;
242
+ };
230
243
  copyCallback: {
231
244
  type: FunctionConstructor;
232
245
  default: () => void;
@@ -240,6 +253,7 @@ declare const _default: import("vue").DefineComponent<{
240
253
  desc: string;
241
254
  isCustom: boolean;
242
255
  priority: number;
256
+ nodeClick: Function;
243
257
  copyCallback: Function;
244
258
  deleteCallback: Function;
245
259
  }>;
@@ -18706,7 +18706,7 @@ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
18706
18706
  debounceFetch("");
18707
18707
  return (_ctx, _cache) => {
18708
18708
  return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
18709
- vue.createCommentVNode(' <Input\n v-model:value="inputValue"\n placeholder="\u8BF7\u8F93\u5165"\n :disabled="disabled"\n @change="debounceFn($event.target.value)"\n ></Input> '),
18709
+ vue.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> '),
18710
18710
  vue.createVNode(vue.unref(antDesignVue.Select), {
18711
18711
  value: __props.value,
18712
18712
  placeholder: "\u8BF7\u9009\u62E9",
@@ -3574,6 +3574,10 @@ const formDesignerProps = {
3574
3574
  type: Function,
3575
3575
  default: (targetRule, parentRule) => true,
3576
3576
  },
3577
+ resetCmpRatio: {
3578
+ type: Function,
3579
+ default: (ruleName, parentRuleName) => 0,
3580
+ },
3577
3581
  };
3578
3582
 
3579
3583
  const _hoisted_1$3 = {
@@ -3644,6 +3648,18 @@ const _sfc_main$3 = /* @__PURE__ */ vue.defineComponent({
3644
3648
  });
3645
3649
  var CheckboxSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__file", "checkbox-switch.vue"]]);
3646
3650
 
3651
+ function checkRuleConfigObj(obj) {
3652
+ if (!lodashEs.isObject(obj))
3653
+ return false;
3654
+ const parses = ['icon', 'label', 'name', 'parse', 'props', 'rule'];
3655
+ for (const parse of parses) {
3656
+ if (!obj[parse]) {
3657
+ console.error(`控件配置对象缺少【${parse}】字段,请补充完整`);
3658
+ return false;
3659
+ }
3660
+ }
3661
+ return true;
3662
+ }
3647
3663
  const widgetsTableAccept = {
3648
3664
  [input.name]: input,
3649
3665
  [textarea.name]: textarea,
@@ -3675,8 +3691,20 @@ const widgetNamesRowAccept = [
3675
3691
  shop.name,
3676
3692
  materialType.name,
3677
3693
  ];
3694
+ const tableWidgetsProxy = new Proxy(widgetsTableAccept, {
3695
+ get(target, prop) {
3696
+ return target[String(prop)];
3697
+ },
3698
+ set(target, prop, value) {
3699
+ if (!checkRuleConfigObj(value)) {
3700
+ return false;
3701
+ }
3702
+ target[String(prop)] = value;
3703
+ return true;
3704
+ },
3705
+ });
3678
3706
  function pushTableWidgets(key, config) {
3679
- widgetsTableAccept[key] = config;
3707
+ tableWidgetsProxy[key] = config;
3680
3708
  }
3681
3709
  function pushRowWidgets(key) {
3682
3710
  widgetNamesRowAccept.push(key);
@@ -3701,8 +3729,20 @@ const rules = {
3701
3729
  [shop.name]: shop,
3702
3730
  [materialType.name]: materialType,
3703
3731
  };
3732
+ const rulesProxy = new Proxy(rules, {
3733
+ get(target, prop) {
3734
+ return target[String(prop)];
3735
+ },
3736
+ set(target, prop, value) {
3737
+ if (!checkRuleConfigObj(value)) {
3738
+ return false;
3739
+ }
3740
+ target[String(prop)] = value;
3741
+ return true;
3742
+ },
3743
+ });
3704
3744
  function pushRuleWidgets(key, config) {
3705
- rules[key] = config;
3745
+ rulesProxy[key] = config;
3706
3746
  }
3707
3747
 
3708
3748
  const _hoisted_1$1 = {
@@ -4183,10 +4223,23 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
4183
4223
  if (!parentRuleType) {
4184
4224
  rule.config.fieldRatio = "100%";
4185
4225
  } else if (parentRuleType === WidgetType.RowWidget) {
4186
- const ruleName = rule.config.config.name;
4187
- rule.config.fieldRatio = ruleName === "table" || ruleName === "product" ? 24 : 12;
4226
+ const customRadio = props.resetCmpRatio(
4227
+ rule.config.config.name,
4228
+ parentRuleType
4229
+ );
4230
+ if (customRadio) {
4231
+ rule.config.fieldRatio = customRadio;
4232
+ return;
4233
+ }
4234
+ rule.config.fieldRatio = ["table", "product"].includes(
4235
+ rule.config.config.name
4236
+ ) ? 24 : 12;
4188
4237
  } else if (parentRuleType === WidgetType.TableWidget) {
4189
- rule.config.fieldRatio = "140px";
4238
+ const customRadio = props.resetCmpRatio(
4239
+ rule.config.config.name,
4240
+ parentRuleType
4241
+ );
4242
+ rule.config.fieldRatio = customRadio || "140px";
4190
4243
  }
4191
4244
  }
4192
4245
  function getFormRule() {
@@ -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, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[] | undefined;
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, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[] | undefined;
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";