bm-admin-ui 1.2.36-alpha → 1.2.37-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 +1 -1
  15. package/es/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +8 -8
  16. package/es/components/form-create/index.js +47 -27
  17. package/es/components/form-designer/index.js +2 -20
  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/staffs-selector.vue.d.ts +8 -8
  24. package/es/components/videoView/index.d.ts +1 -1
  25. package/es/components/videoView/src/videoView.vue.d.ts +1 -1
  26. package/lib/components/attachment/index.d.ts +3 -3
  27. package/lib/components/attachment/src/attachment.vue.d.ts +3 -3
  28. package/lib/components/breadcrumb/index.d.ts +7 -7
  29. package/lib/components/breadcrumb/src/breadcrumb.vue.d.ts +7 -7
  30. package/lib/components/button/index.d.ts +6 -6
  31. package/lib/components/button/src/button.vue.d.ts +6 -6
  32. package/lib/components/cascader/index.js +77 -77
  33. package/lib/components/edit-form/index.d.ts +4 -4
  34. package/lib/components/edit-form/index.js +1 -1
  35. package/lib/components/edit-form/src/edit-form.vue.d.ts +4 -4
  36. package/lib/components/feedback/index.d.ts +12 -12
  37. package/lib/components/feedback/src/bmAlert.vue.d.ts +6 -6
  38. package/lib/components/feedback/src/bmModal.vue.d.ts +6 -6
  39. package/lib/components/flow-designer/index.js +1 -1
  40. package/lib/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +8 -8
  41. package/lib/components/form-create/index.js +44 -24
  42. package/lib/components/form-designer/index.js +2 -20
  43. package/lib/components/search-filter/src/form-select-all.vue.d.ts +6 -6
  44. package/lib/components/search-filter/src/search-reset-btn.vue.d.ts +3 -3
  45. package/lib/components/select-all/index.d.ts +6 -6
  46. package/lib/components/select-all/src/selectAll.vue.d.ts +6 -6
  47. package/lib/components/staffs-selector/index.d.ts +8 -8
  48. package/lib/components/staffs-selector/src/staffs-selector.vue.d.ts +8 -8
  49. package/lib/components/videoView/index.d.ts +1 -1
  50. package/lib/components/videoView/src/videoView.vue.d.ts +1 -1
  51. package/package.json +34 -34
  52. package/types/components/attachment/index.d.ts +3 -3
  53. package/types/components/attachment/src/attachment.vue.d.ts +3 -3
  54. package/types/components/breadcrumb/index.d.ts +7 -7
  55. package/types/components/breadcrumb/src/breadcrumb.vue.d.ts +7 -7
  56. package/types/components/button/index.d.ts +6 -6
  57. package/types/components/button/src/button.vue.d.ts +6 -6
  58. package/types/components/edit-form/index.d.ts +4 -4
  59. package/types/components/edit-form/src/edit-form.vue.d.ts +4 -4
  60. package/types/components/feedback/index.d.ts +12 -12
  61. package/types/components/feedback/src/bmAlert.vue.d.ts +6 -6
  62. package/types/components/feedback/src/bmModal.vue.d.ts +6 -6
  63. package/types/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +8 -8
  64. package/types/components/search-filter/src/form-select-all.vue.d.ts +6 -6
  65. package/types/components/search-filter/src/search-reset-btn.vue.d.ts +3 -3
  66. package/types/components/select-all/index.d.ts +6 -6
  67. package/types/components/select-all/src/selectAll.vue.d.ts +6 -6
  68. package/types/components/staffs-selector/index.d.ts +8 -8
  69. package/types/components/staffs-selector/src/staffs-selector.vue.d.ts +8 -8
  70. package/types/components/videoView/index.d.ts +1 -1
  71. package/types/components/videoView/src/videoView.vue.d.ts +1 -1
  72. package/es/components/staffs-selector/src/autoTooltip.vue.d.ts +0 -26
  73. package/es/components/staffs-selector/src/virtualScroll.vue.d.ts +0 -69
  74. package/lib/components/staffs-selector/src/autoTooltip.vue.d.ts +0 -26
  75. package/lib/components/staffs-selector/src/virtualScroll.vue.d.ts +0 -69
  76. package/types/components/staffs-selector/src/autoTooltip.vue.d.ts +0 -26
  77. package/types/components/staffs-selector/src/virtualScroll.vue.d.ts +0 -69
@@ -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
- 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;
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;
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
- readonly BmOverTooltips: import("../../../utils/with-install").SFCWithInstall<{
89
+ 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
- readonly AModal: {
46
+ 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, {}, {}, string>, {}>;
246
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
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, {}>>;
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
- }, {}, string> & {
434
+ }> & {
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, {}, {}, 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;
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;
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
- }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
814
+ }> & 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/InfoCircleFilled").InfoCircleFilledIconType | undefined>;
874
- readonly AAlert: {
874
+ 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, {}, {}, string>, {}>;
915
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
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, {}>>;
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
- }, {}, string> & {
944
+ }> & {
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, {}, {}, 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;
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;
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
- }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
1016
+ }> & 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/InfoCircleFilled").InfoCircleFilledIconType | undefined>;
30
- readonly AAlert: {
30
+ 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, {}, {}, string>, {}>;
71
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
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, {}>>;
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
- }, {}, string> & {
100
+ }> & {
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, {}, {}, 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;
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;
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
- }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
172
+ }> & 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
- readonly AModal: {
40
+ 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, {}, {}, string>, {}>;
240
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
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, {}>>;
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
- }, {}, string> & {
428
+ }> & {
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, {}, {}, 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;
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;
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
- }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
808
+ }> & 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;
@@ -287,7 +287,7 @@ const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
287
287
  vue.createElementVNode("span", {
288
288
  class: vue.normalizeClass(["opeator", { active: __props.isCustom }])
289
289
  }, [
290
- 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 '),
290
+ vue.createCommentVNode(' <CopyOutlined\n @click.stop="\n () => {\n copyCallback()\n }\n " />&nbsp;\u6682\u65F6\u5173\u95ED\u590D\u5236\u8282\u70B9 '),
291
291
  vue.createVNode(vue.unref(iconsVue.CloseOutlined), {
292
292
  onClick: _cache[0] || (_cache[0] = vue.withModifiers(
293
293
  () => {
@@ -59,9 +59,9 @@ declare const _default: import("vue").DefineComponent<{
59
59
  };
60
60
  }>> & {}>>;
61
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: {
62
+ CloseOutlined: import("@ant-design/icons-vue/lib/icons/CloseOutlined").CloseOutlinedIconType;
63
+ RightOutlined: import("@ant-design/icons-vue/lib/icons/RightOutlined").RightOutlinedIconType;
64
+ Tag: {
65
65
  new (...args: any[]): {
66
66
  $: import("vue").ComponentInternalInstance;
67
67
  $data: {};
@@ -97,8 +97,8 @@ declare const _default: import("vue").DefineComponent<{
97
97
  $slots: Readonly<{
98
98
  [name: string]: import("vue").Slot;
99
99
  }>;
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>, {}>;
100
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
101
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
102
102
  $emit: (event: string, ...args: any[]) => void;
103
103
  $el: any;
104
104
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -123,7 +123,7 @@ declare const _default: import("vue").DefineComponent<{
123
123
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
124
124
  visible: boolean;
125
125
  closable: boolean;
126
- }, {}, string> & {
126
+ }> & {
127
127
  beforeCreate?: (() => void) | (() => void)[] | undefined;
128
128
  created?: (() => void) | (() => void)[] | undefined;
129
129
  beforeMount?: (() => void) | (() => void)[] | undefined;
@@ -138,7 +138,7 @@ declare const _default: import("vue").DefineComponent<{
138
138
  unmounted?: (() => void) | (() => void)[] | undefined;
139
139
  renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
140
140
  renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => 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;
141
+ 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;
142
142
  };
143
143
  $forceUpdate: () => void;
144
144
  $nextTick: typeof import("vue").nextTick;
@@ -188,7 +188,7 @@ declare const _default: import("vue").DefineComponent<{
188
188
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
189
189
  visible: boolean;
190
190
  closable: boolean;
191
- }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
191
+ }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
192
192
  readonly CheckableTag: import("vue").DefineComponent<{
193
193
  prefixCls: StringConstructor;
194
194
  checked: {
@@ -396,7 +396,7 @@ var checkbox = {
396
396
  type: data.type,
397
397
  field: data.field,
398
398
  title: data.title.title,
399
- props: Object.assign({ placeholder: data.props.placeholder, allowClear: true, maxTagCount: data.props.maxTagCount, maxTagPlaceholder: data.props.maxTagPlaceholder }, extraProps),
399
+ props: Object.assign({ placeholder: data.props.placeholder, allowClear: true, showArrow: true, maxTagCount: data.props.maxTagCount, maxTagPlaceholder: data.props.maxTagPlaceholder }, extraProps),
400
400
  options: data.options,
401
401
  effect: {
402
402
  required: data.effect.required && (((_a = data.effect) === null || _a === void 0 ? void 0 : _a.requiredTip) || '请选择'),
@@ -416,7 +416,7 @@ var checkbox = {
416
416
  type: data.type,
417
417
  field: data.field,
418
418
  title: data.title.title,
419
- props: Object.assign({ placeholder: data.props.placeholder, allowClear: true, maxTagCount: data.props.maxTagCount, maxTagPlaceholder: data.props.maxTagPlaceholder }, extraProps),
419
+ props: Object.assign({ placeholder: data.props.placeholder, allowClear: true, showArrow: true, maxTagCount: data.props.maxTagCount, maxTagPlaceholder: data.props.maxTagPlaceholder }, extraProps),
420
420
  options: data.options,
421
421
  effect: {
422
422
  required: data.effect.required && (((_a = data.effect) === null || _a === void 0 ? void 0 : _a.requiredTip) || '请选择'),
@@ -442,6 +442,7 @@ var checkbox = {
442
442
  options: data.options,
443
443
  mode: 'multiple',
444
444
  allowClear: true,
445
+ showArrow: true,
445
446
  maxTagCount: data.props.maxTagCount,
446
447
  maxTagPlaceholder: data.props.maxTagPlaceholder,
447
448
  getPopupContainer: getContainer,
@@ -797,6 +798,8 @@ var file = {
797
798
  extraProps: {
798
799
  maxSize: 20,
799
800
  tips: '单个附件大小需≤20M',
801
+ maxCount: 1,
802
+ hideDisabledBtn: false,
800
803
  },
801
804
  defaultList: data.value,
802
805
  uploadRequest(inject, file) {
@@ -809,14 +812,8 @@ var file = {
809
812
  {
810
813
  required: data.effect.required,
811
814
  type: 'array',
812
- min: data.effect.required ? 1 : 0,
813
815
  message: ((_a = data.effect) === null || _a === void 0 ? void 0 : _a.requiredTip) || '请上传附件',
814
816
  },
815
- {
816
- type: 'array',
817
- len: 1,
818
- message: '附件数量不能超过1个',
819
- },
820
817
  ],
821
818
  inject: true,
822
819
  on: {
@@ -844,6 +841,8 @@ var file = {
844
841
  extraProps: {
845
842
  maxSize: 20,
846
843
  tips: '单个附件大小需≤20M',
844
+ maxCount: 1,
845
+ hideDisabledBtn: false,
847
846
  },
848
847
  defaultList: data.value,
849
848
  uploadRequest(inject, file) {
@@ -856,14 +855,8 @@ var file = {
856
855
  {
857
856
  required: data.effect.required,
858
857
  type: 'array',
859
- min: data.effect.required ? 1 : 0,
860
858
  message: ((_a = data.effect) === null || _a === void 0 ? void 0 : _a.requiredTip) || '请上传附件',
861
859
  },
862
- {
863
- type: 'array',
864
- len: 1,
865
- message: '附件数量不能超过1个',
866
- },
867
860
  ],
868
861
  inject: true,
869
862
  on: {
@@ -18787,7 +18780,7 @@ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
18787
18780
  debounceFetch("");
18788
18781
  return (_ctx, _cache) => {
18789
18782
  return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
18790
- 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> '),
18783
+ vue.createCommentVNode(' <Input\n v-model:value="inputValue"\n placeholder="\u8BF7\u8F93\u5165"\n :disabled="disabled"\n @change="debounceFn($event.target.value)"\n ></Input> '),
18791
18784
  vue.createVNode(vue.unref(antDesignVue.Select), {
18792
18785
  value: __props.value,
18793
18786
  placeholder: "\u8BF7\u9009\u62E9",
@@ -19090,6 +19083,9 @@ const _sfc_main$7 = vue.defineComponent({
19090
19083
  let baseTitle = mainName;
19091
19084
  if (rule.name === "product") {
19092
19085
  baseTitle = `\u5546\u54C1\u7F16\u7801-${mainName}`;
19086
+ if (isProductCenter.value) {
19087
+ baseTitle = `\u5546\u54C1\u7F16\u53F7-${mainName}`;
19088
+ }
19093
19089
  if (isProductCenterSuit.value && rule.field === "productCode") {
19094
19090
  baseTitle = "\u5546\u54C1\u7F16\u53F7";
19095
19091
  }
@@ -19144,6 +19140,9 @@ const _sfc_main$7 = vue.defineComponent({
19144
19140
  ]
19145
19141
  );
19146
19142
  }
19143
+ if (row[childField]) {
19144
+ return vue.h(components.BmOverTooltips, { title: row[childField] }, []);
19145
+ }
19147
19146
  return vue.h(
19148
19147
  "div",
19149
19148
  {
@@ -19151,10 +19150,10 @@ const _sfc_main$7 = vue.defineComponent({
19151
19150
  color: "#9393A3"
19152
19151
  },
19153
19152
  class: {
19154
- "bm-fc-placeholder": !row[childField]
19153
+ "bm-fc-placeholder": true
19155
19154
  }
19156
19155
  },
19157
- [row[childField] || "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"]
19156
+ ["\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"]
19158
19157
  );
19159
19158
  }
19160
19159
  }
@@ -19332,8 +19331,13 @@ const _sfc_main$7 = vue.defineComponent({
19332
19331
  });
19333
19332
  result.length && validate(result).then((result2) => {
19334
19333
  data.splice(0, data.length, ...result2);
19334
+ antDesignVue.message.success("\u5BFC\u5165\u6210\u529F");
19335
19335
  }).catch((error) => {
19336
- antDesignVue.message.error("\u5B58\u5728\u9519\u8BEF\u6570\u636E\uFF0C\u5BFC\u5165\u5931\u8D25");
19336
+ if (typeof error === "string") {
19337
+ antDesignVue.message.error("\u5B58\u5728\u9519\u8BEF\u6570\u636E\uFF0C\u5BFC\u5165\u5931\u8D25\uFF1A" + error);
19338
+ } else {
19339
+ antDesignVue.message.error("\u5B58\u5728\u9519\u8BEF\u6570\u636E\uFF0C\u5BFC\u5165\u5931\u8D25");
19340
+ }
19337
19341
  console.log("---------------");
19338
19342
  console.log(error);
19339
19343
  console.log("---------------");
@@ -19354,22 +19358,34 @@ const _sfc_main$7 = vue.defineComponent({
19354
19358
  if (columnArr.length !== columns.filter((c) => isValidColumn(c)).length) {
19355
19359
  antDesignVue.message.error("\u5BFC\u5165\u7684\u6A21\u677F\u51FA\u9519");
19356
19360
  } else {
19357
- data2 = rows.slice(1).filter((item) => item).map(
19358
- (item) => item.includes(" ") ? item.split(" ") : item.split(",")
19359
- );
19361
+ data2 = rows.slice(1).filter((item) => item).map((item) => {
19362
+ let sonList = item.includes(" ") ? item.split(" ") : item.split(",");
19363
+ sonList = (sonList || []).map((sonItem) => {
19364
+ return sonItem === "" ? void 0 : sonItem;
19365
+ });
19366
+ return sonList;
19367
+ });
19360
19368
  }
19361
19369
  }
19362
19370
  return data2;
19363
19371
  }
19372
+ const parseMap = {
19373
+ product: "\u5546\u54C1\u7F16\u53F7",
19374
+ customer: "\u5BA2\u6237\u7F16\u53F7",
19375
+ shop: "\u5E97\u94FA\u7F16\u53F7",
19376
+ materialTemp: "\u7D20\u6750\u6A21\u677F",
19377
+ materialType: "\u7D20\u6750\u7C7B\u578B"
19378
+ };
19364
19379
  async function validate(rowData) {
19365
19380
  let error = "";
19366
19381
  const validColumns2 = columns.filter((c) => isValidColumn(c));
19367
19382
  for (const row of rowData) {
19368
- for (const { field } of validColumns2) {
19383
+ for (const curColumn of validColumns2) {
19384
+ const field = curColumn.field;
19369
19385
  const rule = childRulesMap.value[`${field}`];
19370
- const title = rule?.title?.title;
19371
19386
  if (!rule)
19372
19387
  continue;
19388
+ const title = rule?.title?.title || curColumn.title || parseMap[rule.name] || "";
19373
19389
  const fieldNames = props.extraConfig[rule.name]?.fieldNames;
19374
19390
  let value = row[`${field}`] || "";
19375
19391
  const txtFormatFn = rule.config?.txtFormatFn;
@@ -19527,6 +19543,9 @@ const _sfc_main$7 = vue.defineComponent({
19527
19543
  [fieldNames.value]: shopInfo.shopCode,
19528
19544
  [fieldNames.label]: shopInfo.shopName
19529
19545
  };
19546
+ if (isProductCenter.value) {
19547
+ handleShopOption(shopInfo, rule, row);
19548
+ }
19530
19549
  } else {
19531
19550
  error = `${title}\u67E5\u8BE2\u7684\u5E97\u94FA\u4E0D\u5B58\u5728`;
19532
19551
  break;
@@ -19941,8 +19960,9 @@ const _sfc_main$7 = vue.defineComponent({
19941
19960
  value: row[item.field],
19942
19961
  fetch: __props.extraConfig?.shop,
19943
19962
  "data-filtering": item?.config?.dataFiltering,
19963
+ disabled: item.disabled,
19944
19964
  onChange: ($event) => handleShopOption($event, item, row)
19945
- }, null, 8, ["value", "fetch", "data-filtering", "onChange"])
19965
+ }, null, 8, ["value", "fetch", "data-filtering", "disabled", "onChange"])
19946
19966
  ])
19947
19967
  };
19948
19968
  }),
@@ -3282,20 +3282,7 @@ var shop = {
3282
3282
  label: '店铺名称',
3283
3283
  },
3284
3284
  ],
3285
- options: [
3286
- {
3287
- value: '店铺所属平台',
3288
- label: '店铺所属平台',
3289
- },
3290
- {
3291
- value: '渠道',
3292
- label: '渠道',
3293
- },
3294
- {
3295
- value: '渠道类别',
3296
- label: '渠道类别',
3297
- },
3298
- ],
3285
+ options: [],
3299
3286
  },
3300
3287
  effect: {
3301
3288
  required: true,
@@ -3725,11 +3712,6 @@ function pushTableWidgets(key, config) {
3725
3712
  function pushRowWidgets(key) {
3726
3713
  widgetNamesRowAccept.push(key);
3727
3714
  }
3728
- function removeTableWidgets(key) {
3729
- console.warn('be cautious to use removeTableWidgets,avoid error');
3730
- if (tableWidgetsProxy[key])
3731
- delete tableWidgetsProxy[key];
3732
- }
3733
3715
  const rules = {
3734
3716
  [row.name]: row,
3735
3717
  [input.name]: input,
@@ -3998,7 +3980,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
3998
3980
  }
3999
3981
  });
4000
3982
  })();
4001
- typeof props.addWidgetFunc === "function" && props.addWidgetFunc(pushRuleWidgets, pushRowWidgets, pushTableWidgets, removeTableWidgets);
3983
+ typeof props.addWidgetFunc === "function" && props.addWidgetFunc(pushRuleWidgets, pushRowWidgets, pushTableWidgets);
4002
3984
  const activeKey = vue.ref("controlLibrary");
4003
3985
  const widgetFormRules = vue.reactive([]);
4004
3986
  const activeRule = vue.ref({});
@@ -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
- readonly ASelect: {
48
+ 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, {}, {}, string>, {}>;
229
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
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, {}>>;
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
- }, {}, string> & {
398
+ }> & {
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, {}, {}, 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
+ 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;
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
- }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
737
+ }> & 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
- 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;
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;
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
- readonly ASelect: {
47
+ 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, {}, {}, string>, {}>;
228
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
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, {}>>;
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
- }, {}, string> & {
397
+ }> & {
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, {}, {}, 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;
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;
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
- }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
736
+ }> & 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";