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
@@ -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;
@@ -276,7 +276,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
276
276
  createElementVNode("span", {
277
277
  class: normalizeClass(["opeator", { active: __props.isCustom }])
278
278
  }, [
279
- createCommentVNode(' <CopyOutlined\r\n @click.stop="\r\n () => {\r\n copyCallback()\r\n }\r\n " />&nbsp;\u6682\u65F6\u5173\u95ED\u590D\u5236\u8282\u70B9 '),
279
+ createCommentVNode(' <CopyOutlined\n @click.stop="\n () => {\n copyCallback()\n }\n " />&nbsp;\u6682\u65F6\u5173\u95ED\u590D\u5236\u8282\u70B9 '),
280
280
  createVNode(unref(CloseOutlined), {
281
281
  onClick: _cache[0] || (_cache[0] = withModifiers(
282
282
  () => {
@@ -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: {
@@ -4,14 +4,14 @@ import { Input, InputNumber, RadioGroup, Radio, Select, DatePicker, RangePicker,
4
4
  import dayjs from 'dayjs';
5
5
  import Picture from 'bm-admin-ui/es/components/upload';
6
6
  import BmStaffsSelector from 'bm-admin-ui/es/components/staffs-selector';
7
- import { BmTagsDisplay, BmFloatTable } from 'bm-admin-ui/es/components';
7
+ import { BmTagsDisplay, BmFloatTable, BmOverTooltips } from 'bm-admin-ui/es/components';
8
8
  import { EyeOutlined, SearchOutlined, CheckCircleFilled, PlusOutlined } from '@ant-design/icons-vue';
9
9
  import { cloneDeep, floor, debounce } from 'lodash-es';
10
10
  import customParseFormat from 'dayjs/plugin/customParseFormat';
11
11
  import utils from 'bm-admin-ui/es/utils/index';
12
12
  import { isNull } from 'bm-admin-ui/es/utils/isNull';
13
13
  import FC from '@form-create/ant-design-vue';
14
- import BmOverTooltips from 'bm-admin-ui/es/components/over-tooltips';
14
+ import BmOverTooltips$1 from 'bm-admin-ui/es/components/over-tooltips';
15
15
 
16
16
  const fieldRatioMap = {
17
17
  '25%': 6,
@@ -382,7 +382,7 @@ var checkbox = {
382
382
  type: data.type,
383
383
  field: data.field,
384
384
  title: data.title.title,
385
- props: Object.assign({ placeholder: data.props.placeholder, allowClear: true, maxTagCount: data.props.maxTagCount, maxTagPlaceholder: data.props.maxTagPlaceholder }, extraProps),
385
+ props: Object.assign({ placeholder: data.props.placeholder, allowClear: true, showArrow: true, maxTagCount: data.props.maxTagCount, maxTagPlaceholder: data.props.maxTagPlaceholder }, extraProps),
386
386
  options: data.options,
387
387
  effect: {
388
388
  required: data.effect.required && (((_a = data.effect) === null || _a === void 0 ? void 0 : _a.requiredTip) || '请选择'),
@@ -402,7 +402,7 @@ var checkbox = {
402
402
  type: data.type,
403
403
  field: data.field,
404
404
  title: data.title.title,
405
- props: Object.assign({ placeholder: data.props.placeholder, allowClear: true, maxTagCount: data.props.maxTagCount, maxTagPlaceholder: data.props.maxTagPlaceholder }, extraProps),
405
+ props: Object.assign({ placeholder: data.props.placeholder, allowClear: true, showArrow: true, maxTagCount: data.props.maxTagCount, maxTagPlaceholder: data.props.maxTagPlaceholder }, extraProps),
406
406
  options: data.options,
407
407
  effect: {
408
408
  required: data.effect.required && (((_a = data.effect) === null || _a === void 0 ? void 0 : _a.requiredTip) || '请选择'),
@@ -428,6 +428,7 @@ var checkbox = {
428
428
  options: data.options,
429
429
  mode: 'multiple',
430
430
  allowClear: true,
431
+ showArrow: true,
431
432
  maxTagCount: data.props.maxTagCount,
432
433
  maxTagPlaceholder: data.props.maxTagPlaceholder,
433
434
  getPopupContainer: getContainer,
@@ -783,6 +784,8 @@ var file = {
783
784
  extraProps: {
784
785
  maxSize: 20,
785
786
  tips: '单个附件大小需≤20M',
787
+ maxCount: 1,
788
+ hideDisabledBtn: false,
786
789
  },
787
790
  defaultList: data.value,
788
791
  uploadRequest(inject, file) {
@@ -795,14 +798,8 @@ var file = {
795
798
  {
796
799
  required: data.effect.required,
797
800
  type: 'array',
798
- min: data.effect.required ? 1 : 0,
799
801
  message: ((_a = data.effect) === null || _a === void 0 ? void 0 : _a.requiredTip) || '请上传附件',
800
802
  },
801
- {
802
- type: 'array',
803
- len: 1,
804
- message: '附件数量不能超过1个',
805
- },
806
803
  ],
807
804
  inject: true,
808
805
  on: {
@@ -830,6 +827,8 @@ var file = {
830
827
  extraProps: {
831
828
  maxSize: 20,
832
829
  tips: '单个附件大小需≤20M',
830
+ maxCount: 1,
831
+ hideDisabledBtn: false,
833
832
  },
834
833
  defaultList: data.value,
835
834
  uploadRequest(inject, file) {
@@ -842,14 +841,8 @@ var file = {
842
841
  {
843
842
  required: data.effect.required,
844
843
  type: 'array',
845
- min: data.effect.required ? 1 : 0,
846
844
  message: ((_a = data.effect) === null || _a === void 0 ? void 0 : _a.requiredTip) || '请上传附件',
847
845
  },
848
- {
849
- type: 'array',
850
- len: 1,
851
- message: '附件数量不能超过1个',
852
- },
853
846
  ],
854
847
  inject: true,
855
848
  on: {
@@ -18773,7 +18766,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
18773
18766
  debounceFetch("");
18774
18767
  return (_ctx, _cache) => {
18775
18768
  return openBlock(), createElementBlock(Fragment, null, [
18776
- 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> '),
18769
+ createCommentVNode(' <Input\n v-model:value="inputValue"\n placeholder="\u8BF7\u8F93\u5165"\n :disabled="disabled"\n @change="debounceFn($event.target.value)"\n ></Input> '),
18777
18770
  createVNode(unref(Select), {
18778
18771
  value: __props.value,
18779
18772
  placeholder: "\u8BF7\u9009\u62E9",
@@ -19076,6 +19069,9 @@ const _sfc_main$7 = defineComponent({
19076
19069
  let baseTitle = mainName;
19077
19070
  if (rule.name === "product") {
19078
19071
  baseTitle = `\u5546\u54C1\u7F16\u7801-${mainName}`;
19072
+ if (isProductCenter.value) {
19073
+ baseTitle = `\u5546\u54C1\u7F16\u53F7-${mainName}`;
19074
+ }
19079
19075
  if (isProductCenterSuit.value && rule.field === "productCode") {
19080
19076
  baseTitle = "\u5546\u54C1\u7F16\u53F7";
19081
19077
  }
@@ -19130,6 +19126,9 @@ const _sfc_main$7 = defineComponent({
19130
19126
  ]
19131
19127
  );
19132
19128
  }
19129
+ if (row[childField]) {
19130
+ return h(BmOverTooltips, { title: row[childField] }, []);
19131
+ }
19133
19132
  return h(
19134
19133
  "div",
19135
19134
  {
@@ -19137,10 +19136,10 @@ const _sfc_main$7 = defineComponent({
19137
19136
  color: "#9393A3"
19138
19137
  },
19139
19138
  class: {
19140
- "bm-fc-placeholder": !row[childField]
19139
+ "bm-fc-placeholder": true
19141
19140
  }
19142
19141
  },
19143
- [row[childField] || "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"]
19142
+ ["\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"]
19144
19143
  );
19145
19144
  }
19146
19145
  }
@@ -19318,8 +19317,13 @@ const _sfc_main$7 = defineComponent({
19318
19317
  });
19319
19318
  result.length && validate(result).then((result2) => {
19320
19319
  data.splice(0, data.length, ...result2);
19320
+ message.success("\u5BFC\u5165\u6210\u529F");
19321
19321
  }).catch((error) => {
19322
- message.error("\u5B58\u5728\u9519\u8BEF\u6570\u636E\uFF0C\u5BFC\u5165\u5931\u8D25");
19322
+ if (typeof error === "string") {
19323
+ message.error("\u5B58\u5728\u9519\u8BEF\u6570\u636E\uFF0C\u5BFC\u5165\u5931\u8D25\uFF1A" + error);
19324
+ } else {
19325
+ message.error("\u5B58\u5728\u9519\u8BEF\u6570\u636E\uFF0C\u5BFC\u5165\u5931\u8D25");
19326
+ }
19323
19327
  console.log("---------------");
19324
19328
  console.log(error);
19325
19329
  console.log("---------------");
@@ -19340,22 +19344,34 @@ const _sfc_main$7 = defineComponent({
19340
19344
  if (columnArr.length !== columns.filter((c) => isValidColumn(c)).length) {
19341
19345
  message.error("\u5BFC\u5165\u7684\u6A21\u677F\u51FA\u9519");
19342
19346
  } else {
19343
- data2 = rows.slice(1).filter((item) => item).map(
19344
- (item) => item.includes(" ") ? item.split(" ") : item.split(",")
19345
- );
19347
+ data2 = rows.slice(1).filter((item) => item).map((item) => {
19348
+ let sonList = item.includes(" ") ? item.split(" ") : item.split(",");
19349
+ sonList = (sonList || []).map((sonItem) => {
19350
+ return sonItem === "" ? void 0 : sonItem;
19351
+ });
19352
+ return sonList;
19353
+ });
19346
19354
  }
19347
19355
  }
19348
19356
  return data2;
19349
19357
  }
19358
+ const parseMap = {
19359
+ product: "\u5546\u54C1\u7F16\u53F7",
19360
+ customer: "\u5BA2\u6237\u7F16\u53F7",
19361
+ shop: "\u5E97\u94FA\u7F16\u53F7",
19362
+ materialTemp: "\u7D20\u6750\u6A21\u677F",
19363
+ materialType: "\u7D20\u6750\u7C7B\u578B"
19364
+ };
19350
19365
  async function validate(rowData) {
19351
19366
  let error = "";
19352
19367
  const validColumns2 = columns.filter((c) => isValidColumn(c));
19353
19368
  for (const row of rowData) {
19354
- for (const { field } of validColumns2) {
19369
+ for (const curColumn of validColumns2) {
19370
+ const field = curColumn.field;
19355
19371
  const rule = childRulesMap.value[`${field}`];
19356
- const title = rule?.title?.title;
19357
19372
  if (!rule)
19358
19373
  continue;
19374
+ const title = rule?.title?.title || curColumn.title || parseMap[rule.name] || "";
19359
19375
  const fieldNames = props.extraConfig[rule.name]?.fieldNames;
19360
19376
  let value = row[`${field}`] || "";
19361
19377
  const txtFormatFn = rule.config?.txtFormatFn;
@@ -19513,6 +19529,9 @@ const _sfc_main$7 = defineComponent({
19513
19529
  [fieldNames.value]: shopInfo.shopCode,
19514
19530
  [fieldNames.label]: shopInfo.shopName
19515
19531
  };
19532
+ if (isProductCenter.value) {
19533
+ handleShopOption(shopInfo, rule, row);
19534
+ }
19516
19535
  } else {
19517
19536
  error = `${title}\u67E5\u8BE2\u7684\u5E97\u94FA\u4E0D\u5B58\u5728`;
19518
19537
  break;
@@ -19927,8 +19946,9 @@ const _sfc_main$7 = defineComponent({
19927
19946
  value: row[item.field],
19928
19947
  fetch: __props.extraConfig?.shop,
19929
19948
  "data-filtering": item?.config?.dataFiltering,
19949
+ disabled: item.disabled,
19930
19950
  onChange: ($event) => handleShopOption($event, item, row)
19931
- }, null, 8, ["value", "fetch", "data-filtering", "onChange"])
19951
+ }, null, 8, ["value", "fetch", "data-filtering", "disabled", "onChange"])
19932
19952
  ])
19933
19953
  };
19934
19954
  }),
@@ -21783,7 +21803,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
21783
21803
  emits: ["update:value", "change"],
21784
21804
  setup(__props, { expose, emit: emits }) {
21785
21805
  const props = __props;
21786
- FC.component("BmLabelTooltip", BmOverTooltips);
21806
+ FC.component("BmLabelTooltip", BmOverTooltips$1);
21787
21807
  const formRuleList = computed(() => {
21788
21808
  if (typeof props.resolveRulesConfig === "function") {
21789
21809
  const rules = props.resolveRulesConfig(ruleList);
@@ -3272,20 +3272,7 @@ var shop = {
3272
3272
  label: '店铺名称',
3273
3273
  },
3274
3274
  ],
3275
- options: [
3276
- {
3277
- value: '店铺所属平台',
3278
- label: '店铺所属平台',
3279
- },
3280
- {
3281
- value: '渠道',
3282
- label: '渠道',
3283
- },
3284
- {
3285
- value: '渠道类别',
3286
- label: '渠道类别',
3287
- },
3288
- ],
3275
+ options: [],
3289
3276
  },
3290
3277
  effect: {
3291
3278
  required: true,
@@ -3715,11 +3702,6 @@ function pushTableWidgets(key, config) {
3715
3702
  function pushRowWidgets(key) {
3716
3703
  widgetNamesRowAccept.push(key);
3717
3704
  }
3718
- function removeTableWidgets(key) {
3719
- console.warn('be cautious to use removeTableWidgets,avoid error');
3720
- if (tableWidgetsProxy[key])
3721
- delete tableWidgetsProxy[key];
3722
- }
3723
3705
  const rules = {
3724
3706
  [row.name]: row,
3725
3707
  [input.name]: input,
@@ -3988,7 +3970,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
3988
3970
  }
3989
3971
  });
3990
3972
  })();
3991
- typeof props.addWidgetFunc === "function" && props.addWidgetFunc(pushRuleWidgets, pushRowWidgets, pushTableWidgets, removeTableWidgets);
3973
+ typeof props.addWidgetFunc === "function" && props.addWidgetFunc(pushRuleWidgets, pushRowWidgets, pushTableWidgets);
3992
3974
  const activeKey = ref("controlLibrary");
3993
3975
  const widgetFormRules = reactive([]);
3994
3976
  const activeRule = 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";
@@ -44,7 +44,7 @@ declare const _default: import("vue").DefineComponent<{
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 _default: import("vue").DefineComponent<{
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 _default: import("vue").DefineComponent<{
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 _default: import("vue").DefineComponent<{
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 _default: import("vue").DefineComponent<{
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";