bm-admin-ui 1.0.85-alpha → 1.0.87-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 (105) 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/edit-form/index.d.ts +4 -4
  8. package/es/components/edit-form/index.js +1 -1
  9. package/es/components/edit-form/src/edit-form.vue.d.ts +4 -4
  10. package/es/components/feedback/index.d.ts +12 -12
  11. package/es/components/feedback/src/bmAlert.vue.d.ts +6 -6
  12. package/es/components/feedback/src/bmModal.vue.d.ts +6 -6
  13. package/es/components/flow-designer/index.js +1 -1
  14. package/es/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +8 -8
  15. package/es/components/index.d.ts +0 -1
  16. package/es/components/search-filter/index.d.ts +48 -2
  17. package/es/components/search-filter/index.js +60 -5
  18. package/es/components/search-filter/src/form-select-all.vue.d.ts +6 -6
  19. package/es/components/search-filter/src/search-filter.d.ts +25 -1
  20. package/es/components/search-filter/src/search-filter.vue.d.ts +48 -2
  21. package/es/components/search-filter/src/search-reset-btn.vue.d.ts +47 -5
  22. package/es/components/select-all/index.d.ts +6 -6
  23. package/es/components/select-all/src/selectAll.vue.d.ts +6 -6
  24. package/es/components/shops-filter/index.js +33 -5
  25. package/es/components/staffs-selector/index.d.ts +16 -16
  26. package/es/components/staffs-selector/src/departmentCmp.vue.d.ts +3 -3
  27. package/es/components/staffs-selector/src/multipleCmp.vue.d.ts +3 -3
  28. package/es/components/staffs-selector/src/radioCmp.vue.d.ts +2 -2
  29. package/es/components/staffs-selector/src/staffs-selector.vue.d.ts +16 -16
  30. package/es/components/staffs-selector/src/variedCmp.vue.d.ts +3 -3
  31. package/es/components/videoView/index.d.ts +1 -1
  32. package/es/components/videoView/src/videoView.vue.d.ts +1 -1
  33. package/lib/components/attachment/index.d.ts +3 -3
  34. package/lib/components/attachment/src/attachment.vue.d.ts +3 -3
  35. package/lib/components/breadcrumb/index.d.ts +7 -7
  36. package/lib/components/breadcrumb/src/breadcrumb.vue.d.ts +7 -7
  37. package/lib/components/button/index.d.ts +6 -6
  38. package/lib/components/button/src/button.vue.d.ts +6 -6
  39. package/lib/components/edit-form/index.d.ts +4 -4
  40. package/lib/components/edit-form/index.js +1 -1
  41. package/lib/components/edit-form/src/edit-form.vue.d.ts +4 -4
  42. package/lib/components/feedback/index.d.ts +12 -12
  43. package/lib/components/feedback/src/bmAlert.vue.d.ts +6 -6
  44. package/lib/components/feedback/src/bmModal.vue.d.ts +6 -6
  45. package/lib/components/flow-designer/index.js +1 -1
  46. package/lib/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +8 -8
  47. package/lib/components/index.d.ts +0 -1
  48. package/lib/components/search-filter/index.d.ts +48 -2
  49. package/lib/components/search-filter/index.js +59 -4
  50. package/lib/components/search-filter/src/form-select-all.vue.d.ts +6 -6
  51. package/lib/components/search-filter/src/search-filter.d.ts +25 -1
  52. package/lib/components/search-filter/src/search-filter.vue.d.ts +48 -2
  53. package/lib/components/search-filter/src/search-reset-btn.vue.d.ts +47 -5
  54. package/lib/components/select-all/index.d.ts +6 -6
  55. package/lib/components/select-all/src/selectAll.vue.d.ts +6 -6
  56. package/lib/components/shops-filter/index.js +33 -5
  57. package/lib/components/staffs-selector/index.d.ts +16 -16
  58. package/lib/components/staffs-selector/src/departmentCmp.vue.d.ts +3 -3
  59. package/lib/components/staffs-selector/src/multipleCmp.vue.d.ts +3 -3
  60. package/lib/components/staffs-selector/src/radioCmp.vue.d.ts +2 -2
  61. package/lib/components/staffs-selector/src/staffs-selector.vue.d.ts +16 -16
  62. package/lib/components/staffs-selector/src/variedCmp.vue.d.ts +3 -3
  63. package/lib/components/videoView/index.d.ts +1 -1
  64. package/lib/components/videoView/src/videoView.vue.d.ts +1 -1
  65. package/package.json +34 -34
  66. package/theme-chalk/index.css +1 -1
  67. package/theme-chalk/search-filter.css +1 -1
  68. package/theme-chalk/shops-filter.css +1 -1
  69. package/types/components/attachment/index.d.ts +3 -3
  70. package/types/components/attachment/src/attachment.vue.d.ts +3 -3
  71. package/types/components/breadcrumb/index.d.ts +7 -7
  72. package/types/components/breadcrumb/src/breadcrumb.vue.d.ts +7 -7
  73. package/types/components/button/index.d.ts +6 -6
  74. package/types/components/button/src/button.vue.d.ts +6 -6
  75. package/types/components/edit-form/index.d.ts +4 -4
  76. package/types/components/edit-form/src/edit-form.vue.d.ts +4 -4
  77. package/types/components/feedback/index.d.ts +12 -12
  78. package/types/components/feedback/src/bmAlert.vue.d.ts +6 -6
  79. package/types/components/feedback/src/bmModal.vue.d.ts +6 -6
  80. package/types/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +8 -8
  81. package/types/components/index.d.ts +0 -1
  82. package/types/components/search-filter/index.d.ts +48 -2
  83. package/types/components/search-filter/src/form-select-all.vue.d.ts +6 -6
  84. package/types/components/search-filter/src/search-filter.d.ts +25 -1
  85. package/types/components/search-filter/src/search-filter.vue.d.ts +48 -2
  86. package/types/components/search-filter/src/search-reset-btn.vue.d.ts +47 -5
  87. package/types/components/select-all/index.d.ts +6 -6
  88. package/types/components/select-all/src/selectAll.vue.d.ts +6 -6
  89. package/types/components/staffs-selector/index.d.ts +16 -16
  90. package/types/components/staffs-selector/src/departmentCmp.vue.d.ts +3 -3
  91. package/types/components/staffs-selector/src/multipleCmp.vue.d.ts +3 -3
  92. package/types/components/staffs-selector/src/radioCmp.vue.d.ts +2 -2
  93. package/types/components/staffs-selector/src/staffs-selector.vue.d.ts +16 -16
  94. package/types/components/staffs-selector/src/variedCmp.vue.d.ts +3 -3
  95. package/types/components/videoView/index.d.ts +1 -1
  96. package/types/components/videoView/src/videoView.vue.d.ts +1 -1
  97. package/es/components/shops-filter/index.d.ts +0 -99
  98. package/es/components/shops-filter/src/shops-filter.d.ts +0 -25
  99. package/es/components/shops-filter/src/shops-filter.vue.d.ts +0 -98
  100. package/lib/components/shops-filter/index.d.ts +0 -99
  101. package/lib/components/shops-filter/src/shops-filter.d.ts +0 -25
  102. package/lib/components/shops-filter/src/shops-filter.vue.d.ts +0 -98
  103. package/types/components/shops-filter/index.d.ts +0 -99
  104. package/types/components/shops-filter/src/shops-filter.d.ts +0 -25
  105. package/types/components/shops-filter/src/shops-filter.vue.d.ts +0 -98
@@ -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/CheckCircleFilled").CheckCircleFilledIconType | 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/CheckCircleFilled").CheckCircleFilledIconType | 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;
@@ -50,9 +50,9 @@ declare const _default: import("vue").DefineComponent<{
50
50
  default: () => void;
51
51
  };
52
52
  }>> & {}>>;
53
- readonly CloseOutlined: import("@ant-design/icons-vue/lib/icons/CloseOutlined").CloseOutlinedIconType;
54
- readonly RightOutlined: import("@ant-design/icons-vue/lib/icons/RightOutlined").RightOutlinedIconType;
55
- readonly Tag: {
53
+ CloseOutlined: import("@ant-design/icons-vue/lib/icons/CloseOutlined").CloseOutlinedIconType;
54
+ RightOutlined: import("@ant-design/icons-vue/lib/icons/RightOutlined").RightOutlinedIconType;
55
+ Tag: {
56
56
  new (...args: any[]): {
57
57
  $: import("vue").ComponentInternalInstance;
58
58
  $data: {};
@@ -88,8 +88,8 @@ declare const _default: import("vue").DefineComponent<{
88
88
  $slots: Readonly<{
89
89
  [name: string]: import("vue").Slot;
90
90
  }>;
91
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
92
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
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, {}>>;
93
93
  $emit: (event: string, ...args: any[]) => void;
94
94
  $el: any;
95
95
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -114,7 +114,7 @@ declare const _default: import("vue").DefineComponent<{
114
114
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
115
115
  visible: boolean;
116
116
  closable: boolean;
117
- }, {}, string> & {
117
+ }> & {
118
118
  beforeCreate?: (() => void) | (() => void)[] | undefined;
119
119
  created?: (() => void) | (() => void)[] | undefined;
120
120
  beforeMount?: (() => void) | (() => void)[] | undefined;
@@ -129,7 +129,7 @@ declare const _default: import("vue").DefineComponent<{
129
129
  unmounted?: (() => void) | (() => void)[] | undefined;
130
130
  renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
131
131
  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, {}, {}, 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;
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;
133
133
  };
134
134
  $forceUpdate: () => void;
135
135
  $nextTick: typeof import("vue").nextTick;
@@ -179,7 +179,7 @@ declare const _default: import("vue").DefineComponent<{
179
179
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
180
180
  visible: boolean;
181
181
  closable: boolean;
182
- }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
182
+ }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
183
183
  readonly CheckableTag: import("vue").DefineComponent<{
184
184
  prefixCls: StringConstructor;
185
185
  checked: {
@@ -2,7 +2,6 @@ export * from './button';
2
2
  export * from './flow-designer';
3
3
  export * from './feedback';
4
4
  export * from './search-filter';
5
- export * from './shops-filter';
6
5
  export * from './staffs-selector/index';
7
6
  export * from './float-table';
8
7
  export * from './over-tooltips';
@@ -19,6 +19,18 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
19
19
  type: StringConstructor;
20
20
  default: string;
21
21
  };
22
+ showSetDefaultBtn: {
23
+ type: BooleanConstructor;
24
+ default: boolean;
25
+ };
26
+ setDefaultText: {
27
+ type: StringConstructor;
28
+ default: string;
29
+ };
30
+ setDefaultId: {
31
+ type: StringConstructor;
32
+ default: string;
33
+ };
22
34
  gutter: {
23
35
  type: import("vue").PropType<number[]>;
24
36
  default(): number[];
@@ -75,6 +87,18 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
75
87
  type: StringConstructor;
76
88
  default: string;
77
89
  };
90
+ showSetDefaultBtn: {
91
+ type: BooleanConstructor;
92
+ default: boolean;
93
+ };
94
+ setDefaultText: {
95
+ type: StringConstructor;
96
+ default: string;
97
+ };
98
+ setDefaultId: {
99
+ type: StringConstructor;
100
+ default: string;
101
+ };
78
102
  gutter: {
79
103
  type: import("vue").PropType<number[]>;
80
104
  default(): number[];
@@ -114,8 +138,9 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
114
138
  onSubmit?: ((...args: any[]) => any) | undefined;
115
139
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
116
140
  onExpand?: ((...args: any[]) => any) | undefined;
141
+ onSetDefault?: ((...args: any[]) => any) | undefined;
117
142
  }>>;
118
- emits: (event: "submit" | "reset" | "update:value" | "expand", ...args: any[]) => void;
143
+ emits: (event: "submit" | "reset" | "update:value" | "expand" | "setDefault", ...args: any[]) => void;
119
144
  isExpand: import("vue").Ref<boolean>;
120
145
  searchResetBtnRule: {
121
146
  type: string;
@@ -123,6 +148,9 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
123
148
  showExpandBtn: boolean;
124
149
  showSearchIcon: boolean;
125
150
  expandText: string;
151
+ showSetDefaultBtn: boolean;
152
+ setDefaultText: string;
153
+ setDefaultId: string;
126
154
  collapseText: string;
127
155
  gutter: number[];
128
156
  loading: boolean;
@@ -131,6 +159,7 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
131
159
  submit: () => void;
132
160
  reset: () => void;
133
161
  expand: (value: any) => void;
162
+ setDefault: () => void;
134
163
  };
135
164
  }[];
136
165
  fApi: any;
@@ -151,12 +180,13 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
151
180
  submitBtn: boolean;
152
181
  };
153
182
  rule: import("vue").ComputedRef<unknown[]>;
183
+ updateRulesDefault: (data?: {}) => void;
154
184
  handleShowExpandBtn: (val: any) => void;
155
185
  handleChange: () => void;
156
186
  handleResize: () => void;
157
187
  expandRule: import("vue").ComputedRef<unknown[]>;
158
188
  handleChangeExpand: (value: any) => void;
159
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("submit" | "reset" | "update:value" | "expand")[], "submit" | "reset" | "update:value" | "expand", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
189
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("submit" | "reset" | "update:value" | "expand" | "setDefault")[], "submit" | "reset" | "update:value" | "expand" | "setDefault", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
160
190
  showExpandBtn: {
161
191
  type: BooleanConstructor;
162
192
  default: boolean;
@@ -177,6 +207,18 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
177
207
  type: StringConstructor;
178
208
  default: string;
179
209
  };
210
+ showSetDefaultBtn: {
211
+ type: BooleanConstructor;
212
+ default: boolean;
213
+ };
214
+ setDefaultText: {
215
+ type: StringConstructor;
216
+ default: string;
217
+ };
218
+ setDefaultId: {
219
+ type: StringConstructor;
220
+ default: string;
221
+ };
180
222
  gutter: {
181
223
  type: import("vue").PropType<number[]>;
182
224
  default(): number[];
@@ -216,6 +258,7 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
216
258
  onSubmit?: ((...args: any[]) => any) | undefined;
217
259
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
218
260
  onExpand?: ((...args: any[]) => any) | undefined;
261
+ onSetDefault?: ((...args: any[]) => any) | undefined;
219
262
  }, {
220
263
  loading: boolean;
221
264
  labelCol: Record<string, any>;
@@ -225,6 +268,9 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
225
268
  expandPlacement: "left" | "right";
226
269
  expandText: string;
227
270
  collapseText: string;
271
+ showSetDefaultBtn: boolean;
272
+ setDefaultText: string;
273
+ setDefaultId: string;
228
274
  gutter: number[];
229
275
  userRule: unknown[];
230
276
  ruleSpan: Record<string, any>;
@@ -32,7 +32,7 @@ declare const _default: import("vue").DefineComponent<{
32
32
  }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
33
33
  [key: string]: any;
34
34
  }>;
35
- readonly ASelect: {
35
+ ASelect: {
36
36
  new (...args: any[]): {
37
37
  $: import("vue").ComponentInternalInstance;
38
38
  $data: {};
@@ -212,8 +212,8 @@ declare const _default: import("vue").DefineComponent<{
212
212
  $slots: Readonly<{
213
213
  [name: string]: import("vue").Slot;
214
214
  }>;
215
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
216
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
215
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
216
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
217
217
  $emit: (event: string, ...args: any[]) => void;
218
218
  $el: any;
219
219
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -382,7 +382,7 @@ declare const _default: import("vue").DefineComponent<{
382
382
  defaultActiveFirstOption: boolean;
383
383
  labelInValue: boolean;
384
384
  bordered: boolean;
385
- }, {}, string> & {
385
+ }> & {
386
386
  beforeCreate?: (() => void) | (() => void)[] | undefined;
387
387
  created?: (() => void) | (() => void)[] | undefined;
388
388
  beforeMount?: (() => void) | (() => void)[] | undefined;
@@ -397,7 +397,7 @@ declare const _default: import("vue").DefineComponent<{
397
397
  unmounted?: (() => void) | (() => void)[] | undefined;
398
398
  renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
399
399
  renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
400
- 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;
400
+ 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;
401
401
  };
402
402
  $forceUpdate: () => void;
403
403
  $nextTick: typeof import("vue").nextTick;
@@ -721,7 +721,7 @@ declare const _default: import("vue").DefineComponent<{
721
721
  defaultActiveFirstOption: boolean;
722
722
  labelInValue: boolean;
723
723
  bordered: boolean;
724
- }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
724
+ }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
725
725
  readonly Option: import("ant-design-vue/lib/vc-select/Option").OptionFC;
726
726
  readonly OptGroup: import("ant-design-vue/lib/vc-select/OptGroup").OptionGroupFC;
727
727
  readonly SECRET_COMBOBOX_MODE_DO_NOT_USE: "SECRET_COMBOBOX_MODE_DO_NOT_USE";
@@ -20,6 +20,18 @@ export declare const searchResetBtnProps: {
20
20
  type: StringConstructor;
21
21
  default: string;
22
22
  };
23
+ showSetDefaultBtn: {
24
+ type: BooleanConstructor;
25
+ default: boolean;
26
+ };
27
+ setDefaultText: {
28
+ type: StringConstructor;
29
+ default: string;
30
+ };
31
+ setDefaultId: {
32
+ type: StringConstructor;
33
+ default: string;
34
+ };
23
35
  gutter: {
24
36
  type: PropType<number[]>;
25
37
  default(): number[];
@@ -50,6 +62,18 @@ export declare const searchFilterProps: {
50
62
  type: StringConstructor;
51
63
  default: string;
52
64
  };
65
+ showSetDefaultBtn: {
66
+ type: BooleanConstructor;
67
+ default: boolean;
68
+ };
69
+ setDefaultText: {
70
+ type: StringConstructor;
71
+ default: string;
72
+ };
73
+ setDefaultId: {
74
+ type: StringConstructor;
75
+ default: string;
76
+ };
53
77
  gutter: {
54
78
  type: PropType<number[]>;
55
79
  default(): number[];
@@ -85,5 +109,5 @@ export declare const searchFilterProps: {
85
109
  default(): never[];
86
110
  };
87
111
  };
88
- export declare type SerachFilterProps = ExtractPropTypes<typeof searchFilterProps>;
112
+ export declare type SearchFilterProps = ExtractPropTypes<typeof searchFilterProps>;
89
113
  export declare type SearchResetBtnProps = ExtractPropTypes<typeof searchResetBtnProps>;
@@ -19,6 +19,18 @@ declare const _default: import("vue").DefineComponent<{
19
19
  type: StringConstructor;
20
20
  default: string;
21
21
  };
22
+ showSetDefaultBtn: {
23
+ type: BooleanConstructor;
24
+ default: boolean;
25
+ };
26
+ setDefaultText: {
27
+ type: StringConstructor;
28
+ default: string;
29
+ };
30
+ setDefaultId: {
31
+ type: StringConstructor;
32
+ default: string;
33
+ };
22
34
  gutter: {
23
35
  type: import("vue").PropType<number[]>;
24
36
  default(): number[];
@@ -75,6 +87,18 @@ declare const _default: import("vue").DefineComponent<{
75
87
  type: StringConstructor;
76
88
  default: string;
77
89
  };
90
+ showSetDefaultBtn: {
91
+ type: BooleanConstructor;
92
+ default: boolean;
93
+ };
94
+ setDefaultText: {
95
+ type: StringConstructor;
96
+ default: string;
97
+ };
98
+ setDefaultId: {
99
+ type: StringConstructor;
100
+ default: string;
101
+ };
78
102
  gutter: {
79
103
  type: import("vue").PropType<number[]>;
80
104
  default(): number[];
@@ -114,8 +138,9 @@ declare const _default: import("vue").DefineComponent<{
114
138
  onSubmit?: ((...args: any[]) => any) | undefined;
115
139
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
116
140
  onExpand?: ((...args: any[]) => any) | undefined;
141
+ onSetDefault?: ((...args: any[]) => any) | undefined;
117
142
  }>>;
118
- emits: (event: "submit" | "reset" | "update:value" | "expand", ...args: any[]) => void;
143
+ emits: (event: "submit" | "reset" | "update:value" | "expand" | "setDefault", ...args: any[]) => void;
119
144
  isExpand: import("vue").Ref<boolean>;
120
145
  searchResetBtnRule: {
121
146
  type: string;
@@ -123,6 +148,9 @@ declare const _default: import("vue").DefineComponent<{
123
148
  showExpandBtn: boolean;
124
149
  showSearchIcon: boolean;
125
150
  expandText: string;
151
+ showSetDefaultBtn: boolean;
152
+ setDefaultText: string;
153
+ setDefaultId: string;
126
154
  collapseText: string;
127
155
  gutter: number[];
128
156
  loading: boolean;
@@ -131,6 +159,7 @@ declare const _default: import("vue").DefineComponent<{
131
159
  submit: () => void;
132
160
  reset: () => void;
133
161
  expand: (value: any) => void;
162
+ setDefault: () => void;
134
163
  };
135
164
  }[];
136
165
  fApi: any;
@@ -151,12 +180,13 @@ declare const _default: import("vue").DefineComponent<{
151
180
  submitBtn: boolean;
152
181
  };
153
182
  rule: import("vue").ComputedRef<unknown[]>;
183
+ updateRulesDefault: (data?: {}) => void;
154
184
  handleShowExpandBtn: (val: any) => void;
155
185
  handleChange: () => void;
156
186
  handleResize: () => void;
157
187
  expandRule: import("vue").ComputedRef<unknown[]>;
158
188
  handleChangeExpand: (value: any) => void;
159
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("submit" | "reset" | "update:value" | "expand")[], "submit" | "reset" | "update:value" | "expand", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
189
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("submit" | "reset" | "update:value" | "expand" | "setDefault")[], "submit" | "reset" | "update:value" | "expand" | "setDefault", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
160
190
  showExpandBtn: {
161
191
  type: BooleanConstructor;
162
192
  default: boolean;
@@ -177,6 +207,18 @@ declare const _default: import("vue").DefineComponent<{
177
207
  type: StringConstructor;
178
208
  default: string;
179
209
  };
210
+ showSetDefaultBtn: {
211
+ type: BooleanConstructor;
212
+ default: boolean;
213
+ };
214
+ setDefaultText: {
215
+ type: StringConstructor;
216
+ default: string;
217
+ };
218
+ setDefaultId: {
219
+ type: StringConstructor;
220
+ default: string;
221
+ };
180
222
  gutter: {
181
223
  type: import("vue").PropType<number[]>;
182
224
  default(): number[];
@@ -216,6 +258,7 @@ declare const _default: import("vue").DefineComponent<{
216
258
  onSubmit?: ((...args: any[]) => any) | undefined;
217
259
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
218
260
  onExpand?: ((...args: any[]) => any) | undefined;
261
+ onSetDefault?: ((...args: any[]) => any) | undefined;
219
262
  }, {
220
263
  loading: boolean;
221
264
  labelCol: Record<string, any>;
@@ -225,6 +268,9 @@ declare const _default: import("vue").DefineComponent<{
225
268
  expandPlacement: "left" | "right";
226
269
  expandText: string;
227
270
  collapseText: string;
271
+ showSetDefaultBtn: boolean;
272
+ setDefaultText: string;
273
+ setDefaultId: string;
228
274
  gutter: number[];
229
275
  userRule: unknown[];
230
276
  ruleSpan: Record<string, any>;