bm-admin-ui 1.2.35-alpha → 1.2.36-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 (71) 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/src/edit-form.vue.d.ts +4 -4
  9. package/es/components/feedback/index.d.ts +12 -12
  10. package/es/components/feedback/src/bmAlert.vue.d.ts +6 -6
  11. package/es/components/feedback/src/bmModal.vue.d.ts +6 -6
  12. package/es/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +8 -8
  13. package/es/components/form-create/index.js +4 -4
  14. package/es/components/form-designer/index.js +22 -4
  15. package/es/components/search-filter/src/form-select-all.vue.d.ts +6 -6
  16. package/es/components/search-filter/src/search-reset-btn.vue.d.ts +3 -3
  17. package/es/components/select-all/index.d.ts +6 -6
  18. package/es/components/select-all/src/selectAll.vue.d.ts +6 -6
  19. package/es/components/staffs-selector/index.d.ts +8 -8
  20. package/es/components/staffs-selector/src/autoTooltip.vue.d.ts +26 -0
  21. package/es/components/staffs-selector/src/staffs-selector.vue.d.ts +8 -8
  22. package/es/components/staffs-selector/src/virtualScroll.vue.d.ts +69 -0
  23. package/es/components/videoView/index.d.ts +1 -1
  24. package/es/components/videoView/src/videoView.vue.d.ts +1 -1
  25. package/lib/components/attachment/index.d.ts +3 -3
  26. package/lib/components/attachment/src/attachment.vue.d.ts +3 -3
  27. package/lib/components/breadcrumb/index.d.ts +7 -7
  28. package/lib/components/breadcrumb/src/breadcrumb.vue.d.ts +7 -7
  29. package/lib/components/button/index.d.ts +6 -6
  30. package/lib/components/button/src/button.vue.d.ts +6 -6
  31. package/lib/components/edit-form/index.d.ts +4 -4
  32. package/lib/components/edit-form/src/edit-form.vue.d.ts +4 -4
  33. package/lib/components/feedback/index.d.ts +12 -12
  34. package/lib/components/feedback/src/bmAlert.vue.d.ts +6 -6
  35. package/lib/components/feedback/src/bmModal.vue.d.ts +6 -6
  36. package/lib/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +8 -8
  37. package/lib/components/form-create/index.js +4 -4
  38. package/lib/components/form-designer/index.js +22 -4
  39. package/lib/components/search-filter/src/form-select-all.vue.d.ts +6 -6
  40. package/lib/components/search-filter/src/search-reset-btn.vue.d.ts +3 -3
  41. package/lib/components/select-all/index.d.ts +6 -6
  42. package/lib/components/select-all/src/selectAll.vue.d.ts +6 -6
  43. package/lib/components/staffs-selector/index.d.ts +8 -8
  44. package/lib/components/staffs-selector/src/autoTooltip.vue.d.ts +26 -0
  45. package/lib/components/staffs-selector/src/staffs-selector.vue.d.ts +8 -8
  46. package/lib/components/staffs-selector/src/virtualScroll.vue.d.ts +69 -0
  47. package/lib/components/videoView/index.d.ts +1 -1
  48. package/lib/components/videoView/src/videoView.vue.d.ts +1 -1
  49. package/package.json +1 -1
  50. package/types/components/attachment/index.d.ts +3 -3
  51. package/types/components/attachment/src/attachment.vue.d.ts +3 -3
  52. package/types/components/breadcrumb/index.d.ts +7 -7
  53. package/types/components/breadcrumb/src/breadcrumb.vue.d.ts +7 -7
  54. package/types/components/button/index.d.ts +6 -6
  55. package/types/components/button/src/button.vue.d.ts +6 -6
  56. package/types/components/edit-form/index.d.ts +4 -4
  57. package/types/components/edit-form/src/edit-form.vue.d.ts +4 -4
  58. package/types/components/feedback/index.d.ts +12 -12
  59. package/types/components/feedback/src/bmAlert.vue.d.ts +6 -6
  60. package/types/components/feedback/src/bmModal.vue.d.ts +6 -6
  61. package/types/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +8 -8
  62. package/types/components/search-filter/src/form-select-all.vue.d.ts +6 -6
  63. package/types/components/search-filter/src/search-reset-btn.vue.d.ts +3 -3
  64. package/types/components/select-all/index.d.ts +6 -6
  65. package/types/components/select-all/src/selectAll.vue.d.ts +6 -6
  66. package/types/components/staffs-selector/index.d.ts +8 -8
  67. package/types/components/staffs-selector/src/autoTooltip.vue.d.ts +26 -0
  68. package/types/components/staffs-selector/src/staffs-selector.vue.d.ts +8 -8
  69. package/types/components/staffs-selector/src/virtualScroll.vue.d.ts +69 -0
  70. package/types/components/videoView/index.d.ts +1 -1
  71. package/types/components/videoView/src/videoView.vue.d.ts +1 -1
@@ -44,7 +44,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
44
44
  }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
45
45
  [key: string]: any;
46
46
  }>;
47
- ASelect: {
47
+ readonly ASelect: {
48
48
  new (...args: any[]): {
49
49
  $: import("vue").ComponentInternalInstance;
50
50
  $data: {};
@@ -224,8 +224,8 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
224
224
  $slots: Readonly<{
225
225
  [name: string]: import("vue").Slot;
226
226
  }>;
227
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
228
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
227
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
228
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
229
229
  $emit: (event: string, ...args: any[]) => void;
230
230
  $el: any;
231
231
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -394,7 +394,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
394
394
  defaultActiveFirstOption: boolean;
395
395
  labelInValue: boolean;
396
396
  bordered: boolean;
397
- }> & {
397
+ }, {}, string> & {
398
398
  beforeCreate?: (() => void) | (() => void)[] | undefined;
399
399
  created?: (() => void) | (() => void)[] | undefined;
400
400
  beforeMount?: (() => void) | (() => void)[] | undefined;
@@ -409,7 +409,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
409
409
  unmounted?: (() => void) | (() => void)[] | undefined;
410
410
  renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
411
411
  renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
412
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[] | undefined;
412
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[] | undefined;
413
413
  };
414
414
  $forceUpdate: () => void;
415
415
  $nextTick: typeof import("vue").nextTick;
@@ -733,7 +733,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
733
733
  defaultActiveFirstOption: boolean;
734
734
  labelInValue: boolean;
735
735
  bordered: boolean;
736
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
736
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
737
737
  readonly Option: import("ant-design-vue/lib/vc-select/Option").OptionFC;
738
738
  readonly OptGroup: import("ant-design-vue/lib/vc-select/OptGroup").OptionGroupFC;
739
739
  readonly SECRET_COMBOBOX_MODE_DO_NOT_USE: "SECRET_COMBOBOX_MODE_DO_NOT_USE";
@@ -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
- ASelect: {
47
+ readonly 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, {}>>;
228
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
227
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
228
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
229
229
  $emit: (event: string, ...args: any[]) => void;
230
230
  $el: any;
231
231
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -394,7 +394,7 @@ declare const _default: import("vue").DefineComponent<{
394
394
  defaultActiveFirstOption: boolean;
395
395
  labelInValue: boolean;
396
396
  bordered: boolean;
397
- }> & {
397
+ }, {}, string> & {
398
398
  beforeCreate?: (() => void) | (() => void)[] | undefined;
399
399
  created?: (() => void) | (() => void)[] | undefined;
400
400
  beforeMount?: (() => void) | (() => void)[] | undefined;
@@ -409,7 +409,7 @@ declare const _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, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[] | undefined;
412
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[] | undefined;
413
413
  };
414
414
  $forceUpdate: () => void;
415
415
  $nextTick: typeof import("vue").nextTick;
@@ -733,7 +733,7 @@ declare const _default: import("vue").DefineComponent<{
733
733
  defaultActiveFirstOption: boolean;
734
734
  labelInValue: boolean;
735
735
  bordered: boolean;
736
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
736
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
737
737
  readonly Option: import("ant-design-vue/lib/vc-select/Option").OptionFC;
738
738
  readonly OptGroup: import("ant-design-vue/lib/vc-select/OptGroup").OptionGroupFC;
739
739
  readonly SECRET_COMBOBOX_MODE_DO_NOT_USE: "SECRET_COMBOBOX_MODE_DO_NOT_USE";
@@ -101,7 +101,7 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
101
101
  summitSelect: () => void;
102
102
  getOptionName: (key: any) => any;
103
103
  deleteOptions: (key: any) => void;
104
- AModal: {
104
+ readonly AModal: {
105
105
  new (...args: any[]): {
106
106
  $: import("vue").ComponentInternalInstance;
107
107
  $data: {};
@@ -300,8 +300,8 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
300
300
  $slots: Readonly<{
301
301
  [name: string]: import("vue").Slot;
302
302
  }>;
303
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
304
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
303
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
304
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
305
305
  $emit: (event: string, ...args: any[]) => void;
306
306
  $el: any;
307
307
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -489,7 +489,7 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
489
489
  destroyOnClose: boolean;
490
490
  focusTriggerAfterClose: boolean;
491
491
  confirmLoading: boolean;
492
- }> & {
492
+ }, {}, string> & {
493
493
  beforeCreate?: (() => void) | (() => void)[] | undefined;
494
494
  created?: (() => void) | (() => void)[] | undefined;
495
495
  beforeMount?: (() => void) | (() => void)[] | undefined;
@@ -504,7 +504,7 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
504
504
  unmounted?: (() => void) | (() => void)[] | undefined;
505
505
  renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
506
506
  renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
507
- 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;
507
+ 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;
508
508
  };
509
509
  $forceUpdate: () => void;
510
510
  $nextTick: typeof import("vue").nextTick;
@@ -869,7 +869,7 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
869
869
  destroyOnClose: boolean;
870
870
  focusTriggerAfterClose: boolean;
871
871
  confirmLoading: boolean;
872
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
872
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
873
873
  readonly info: import("ant-design-vue/lib/modal/Modal").ModalFunc;
874
874
  readonly success: import("ant-design-vue/lib/modal/Modal").ModalFunc;
875
875
  readonly error: import("ant-design-vue/lib/modal/Modal").ModalFunc;
@@ -878,7 +878,7 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
878
878
  readonly confirm: import("ant-design-vue/lib/modal/Modal").ModalFunc;
879
879
  readonly destroyAll: () => void;
880
880
  };
881
- CloseCircleFilled: import("@ant-design/icons-vue/lib/icons/CloseCircleFilled").CloseCircleFilledIconType;
881
+ readonly CloseCircleFilled: import("@ant-design/icons-vue/lib/icons/CloseCircleFilled").CloseCircleFilledIconType;
882
882
  multipleCmp: import("vue").DefineComponent<{
883
883
  limit: {
884
884
  type: NumberConstructor;
@@ -1000,7 +1000,7 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
1000
1000
  limit: number;
1001
1001
  selected: unknown[];
1002
1002
  }>;
1003
- list: any;
1003
+ readonly list: any;
1004
1004
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:visible" | "update:select")[], "change" | "update:visible" | "update:select", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1005
1005
  visible: {
1006
1006
  type: BooleanConstructor;
@@ -0,0 +1,26 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ tooltip: {
3
+ type: (StringConstructor | NumberConstructor)[];
4
+ default: string;
5
+ };
6
+ }, {
7
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
8
+ tooltip: {
9
+ type: (StringConstructor | NumberConstructor)[];
10
+ default: string;
11
+ };
12
+ }>> & {}>>;
13
+ disabled: import("vue").Ref<boolean>;
14
+ camelCase: (name: any) => any;
15
+ getStyle: (element: any, styleName: any) => any;
16
+ check: (event: any) => void;
17
+ onMouseLeave: () => void;
18
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
19
+ tooltip: {
20
+ type: (StringConstructor | NumberConstructor)[];
21
+ default: string;
22
+ };
23
+ }>>, {
24
+ tooltip: string | number;
25
+ }>;
26
+ export default _default;
@@ -101,7 +101,7 @@ declare const _default: import("vue").DefineComponent<{
101
101
  summitSelect: () => void;
102
102
  getOptionName: (key: any) => any;
103
103
  deleteOptions: (key: any) => void;
104
- AModal: {
104
+ readonly AModal: {
105
105
  new (...args: any[]): {
106
106
  $: import("vue").ComponentInternalInstance;
107
107
  $data: {};
@@ -300,8 +300,8 @@ declare const _default: import("vue").DefineComponent<{
300
300
  $slots: Readonly<{
301
301
  [name: string]: import("vue").Slot;
302
302
  }>;
303
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
304
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
303
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
304
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
305
305
  $emit: (event: string, ...args: any[]) => void;
306
306
  $el: any;
307
307
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -489,7 +489,7 @@ declare const _default: import("vue").DefineComponent<{
489
489
  destroyOnClose: boolean;
490
490
  focusTriggerAfterClose: boolean;
491
491
  confirmLoading: boolean;
492
- }> & {
492
+ }, {}, string> & {
493
493
  beforeCreate?: (() => void) | (() => void)[] | undefined;
494
494
  created?: (() => void) | (() => void)[] | undefined;
495
495
  beforeMount?: (() => void) | (() => void)[] | undefined;
@@ -504,7 +504,7 @@ declare const _default: import("vue").DefineComponent<{
504
504
  unmounted?: (() => void) | (() => void)[] | undefined;
505
505
  renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
506
506
  renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
507
- 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;
507
+ 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;
508
508
  };
509
509
  $forceUpdate: () => void;
510
510
  $nextTick: typeof import("vue").nextTick;
@@ -869,7 +869,7 @@ declare const _default: import("vue").DefineComponent<{
869
869
  destroyOnClose: boolean;
870
870
  focusTriggerAfterClose: boolean;
871
871
  confirmLoading: boolean;
872
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
872
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
873
873
  readonly info: import("ant-design-vue/lib/modal/Modal").ModalFunc;
874
874
  readonly success: import("ant-design-vue/lib/modal/Modal").ModalFunc;
875
875
  readonly error: import("ant-design-vue/lib/modal/Modal").ModalFunc;
@@ -878,7 +878,7 @@ declare const _default: import("vue").DefineComponent<{
878
878
  readonly confirm: import("ant-design-vue/lib/modal/Modal").ModalFunc;
879
879
  readonly destroyAll: () => void;
880
880
  };
881
- CloseCircleFilled: import("@ant-design/icons-vue/lib/icons/CloseCircleFilled").CloseCircleFilledIconType;
881
+ readonly CloseCircleFilled: import("@ant-design/icons-vue/lib/icons/CloseCircleFilled").CloseCircleFilledIconType;
882
882
  multipleCmp: import("vue").DefineComponent<{
883
883
  limit: {
884
884
  type: NumberConstructor;
@@ -1000,7 +1000,7 @@ declare const _default: import("vue").DefineComponent<{
1000
1000
  limit: number;
1001
1001
  selected: unknown[];
1002
1002
  }>;
1003
- list: any;
1003
+ readonly list: any;
1004
1004
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:visible" | "update:select")[], "change" | "update:visible" | "update:select", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1005
1005
  visible: {
1006
1006
  type: BooleanConstructor;
@@ -0,0 +1,69 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ itemHeight: {
3
+ type: NumberConstructor;
4
+ default: number;
5
+ };
6
+ items: {
7
+ type: ArrayConstructor;
8
+ default: () => never[];
9
+ required: true;
10
+ };
11
+ visibleItems: {
12
+ type: NumberConstructor;
13
+ default: number;
14
+ };
15
+ wrapperHeight: {
16
+ type: NumberConstructor;
17
+ default: number;
18
+ };
19
+ }, {
20
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
21
+ itemHeight: {
22
+ type: NumberConstructor;
23
+ default: number;
24
+ };
25
+ items: {
26
+ type: ArrayConstructor;
27
+ default: () => never[];
28
+ required: true;
29
+ };
30
+ visibleItems: {
31
+ type: NumberConstructor;
32
+ default: number;
33
+ };
34
+ wrapperHeight: {
35
+ type: NumberConstructor;
36
+ default: number;
37
+ };
38
+ }>> & {}>>;
39
+ wrapper: import("vue").Ref<any>;
40
+ scrollTop: import("vue").Ref<number>;
41
+ totalHeight: import("vue").ComputedRef<number>;
42
+ startIndex: import("vue").ComputedRef<number>;
43
+ endIndex: import("vue").ComputedRef<number>;
44
+ onScroll: () => void;
45
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
46
+ itemHeight: {
47
+ type: NumberConstructor;
48
+ default: number;
49
+ };
50
+ items: {
51
+ type: ArrayConstructor;
52
+ default: () => never[];
53
+ required: true;
54
+ };
55
+ visibleItems: {
56
+ type: NumberConstructor;
57
+ default: number;
58
+ };
59
+ wrapperHeight: {
60
+ type: NumberConstructor;
61
+ default: number;
62
+ };
63
+ }>>, {
64
+ itemHeight: number;
65
+ items: unknown[];
66
+ visibleItems: number;
67
+ wrapperHeight: number;
68
+ }>;
69
+ export default _default;
@@ -20,7 +20,7 @@ declare const BmVideo: import("bm-admin-ui/es/utils/with-install").SFCWithInstal
20
20
  }>> & {}>>;
21
21
  visible: import("vue").Ref<boolean>;
22
22
  play: () => void;
23
- PlayCircleFilled: import("@ant-design/icons-vue/lib/icons/PlayCircleFilled").PlayCircleFilledIconType;
23
+ readonly PlayCircleFilled: import("@ant-design/icons-vue/lib/icons/PlayCircleFilled").PlayCircleFilledIconType;
24
24
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
25
25
  src: {
26
26
  type: StringConstructor;
@@ -20,7 +20,7 @@ declare const _default: import("vue").DefineComponent<{
20
20
  }>> & {}>>;
21
21
  visible: import("vue").Ref<boolean>;
22
22
  play: () => void;
23
- PlayCircleFilled: import("@ant-design/icons-vue/lib/icons/PlayCircleFilled").PlayCircleFilledIconType;
23
+ readonly PlayCircleFilled: import("@ant-design/icons-vue/lib/icons/PlayCircleFilled").PlayCircleFilledIconType;
24
24
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
25
25
  src: {
26
26
  type: StringConstructor;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bm-admin-ui",
3
- "version": "1.2.35-alpha",
3
+ "version": "1.2.36-alpha",
4
4
  "private": false,
5
5
  "description": "An Admin Component Library for Bm",
6
6
  "license": "UNLICENSED",
@@ -20,7 +20,7 @@ declare const BmAttachment: import("bm-admin-ui/es/utils/with-install").SFCWithI
20
20
  setVisible: (value: any) => void;
21
21
  preview: (item: any) => false | undefined;
22
22
  download: (item: any) => void;
23
- BmOverTooltips: import("bm-admin-ui/es/utils/with-install").SFCWithInstall<{
23
+ readonly BmOverTooltips: import("bm-admin-ui/es/utils/with-install").SFCWithInstall<{
24
24
  name: string;
25
25
  props: {
26
26
  title: {
@@ -53,8 +53,8 @@ declare const BmAttachment: import("bm-admin-ui/es/utils/with-install").SFCWithI
53
53
  openShow: import("vue").Ref<boolean>;
54
54
  };
55
55
  }>;
56
- DownloadOutlined: import("@ant-design/icons-vue/lib/icons/DownloadOutlined").DownloadOutlinedIconType;
57
- EyeOutlined: import("@ant-design/icons-vue/lib/icons/EyeOutlined").EyeOutlinedIconType;
56
+ readonly DownloadOutlined: import("@ant-design/icons-vue/lib/icons/DownloadOutlined").DownloadOutlinedIconType;
57
+ readonly EyeOutlined: import("@ant-design/icons-vue/lib/icons/EyeOutlined").EyeOutlinedIconType;
58
58
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("preview" | "download")[], "preview" | "download", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
59
59
  file: {
60
60
  type: ObjectConstructor;
@@ -20,7 +20,7 @@ declare const _default: import("vue").DefineComponent<{
20
20
  setVisible: (value: any) => void;
21
21
  preview: (item: any) => false | undefined;
22
22
  download: (item: any) => void;
23
- BmOverTooltips: import("../../../utils/with-install").SFCWithInstall<{
23
+ readonly BmOverTooltips: import("../../../utils/with-install").SFCWithInstall<{
24
24
  name: string;
25
25
  props: {
26
26
  title: {
@@ -53,8 +53,8 @@ declare const _default: import("vue").DefineComponent<{
53
53
  openShow: import("vue").Ref<boolean>;
54
54
  };
55
55
  }>;
56
- DownloadOutlined: import("@ant-design/icons-vue/lib/icons/DownloadOutlined").DownloadOutlinedIconType;
57
- EyeOutlined: import("@ant-design/icons-vue/lib/icons/EyeOutlined").EyeOutlinedIconType;
56
+ readonly DownloadOutlined: import("@ant-design/icons-vue/lib/icons/DownloadOutlined").DownloadOutlinedIconType;
57
+ readonly EyeOutlined: import("@ant-design/icons-vue/lib/icons/EyeOutlined").EyeOutlinedIconType;
58
58
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("preview" | "download")[], "preview" | "download", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
59
59
  file: {
60
60
  type: ObjectConstructor;
@@ -15,7 +15,7 @@ declare const BmBreadcrumb: import("bm-admin-ui/es/utils/with-install").SFCWithI
15
15
  onBack?: ((...args: any[]) => any) | undefined;
16
16
  }>>;
17
17
  handleJump: (path: any, backFn: any) => void;
18
- ABreadcrumb: {
18
+ readonly ABreadcrumb: {
19
19
  new (...args: any[]): {
20
20
  $: import("vue").ComponentInternalInstance;
21
21
  $data: {};
@@ -44,8 +44,8 @@ declare const BmBreadcrumb: import("bm-admin-ui/es/utils/with-install").SFCWithI
44
44
  $slots: Readonly<{
45
45
  [name: string]: import("vue").Slot;
46
46
  }>;
47
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
48
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
47
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
48
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
49
49
  $emit: (event: string, ...args: any[]) => void;
50
50
  $el: any;
51
51
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -63,7 +63,7 @@ declare const BmBreadcrumb: import("bm-admin-ui/es/utils/with-install").SFCWithI
63
63
  paths: string[];
64
64
  }) => import("ant-design-vue/lib/_util/type").VueNode>;
65
65
  };
66
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}> & {
66
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
67
67
  beforeCreate?: (() => void) | (() => void)[] | undefined;
68
68
  created?: (() => void) | (() => void)[] | undefined;
69
69
  beforeMount?: (() => void) | (() => void)[] | undefined;
@@ -78,7 +78,7 @@ declare const BmBreadcrumb: import("bm-admin-ui/es/utils/with-install").SFCWithI
78
78
  unmounted?: (() => void) | (() => void)[] | undefined;
79
79
  renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
80
80
  renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
81
- 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;
81
+ 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;
82
82
  };
83
83
  $forceUpdate: () => void;
84
84
  $nextTick: typeof import("vue").nextTick;
@@ -117,7 +117,7 @@ declare const BmBreadcrumb: import("bm-admin-ui/es/utils/with-install").SFCWithI
117
117
  paths: string[];
118
118
  }) => import("ant-design-vue/lib/_util/type").VueNode>;
119
119
  };
120
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
120
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
121
121
  readonly Item: import("vue").DefineComponent<{
122
122
  prefixCls: StringConstructor;
123
123
  href: StringConstructor;
@@ -137,7 +137,7 @@ declare const BmBreadcrumb: import("bm-admin-ui/es/utils/with-install").SFCWithI
137
137
  prefixCls: StringConstructor;
138
138
  }>>, {}>;
139
139
  };
140
- ABreadcrumbItem: import("vue").DefineComponent<{
140
+ readonly ABreadcrumbItem: import("vue").DefineComponent<{
141
141
  prefixCls: StringConstructor;
142
142
  href: StringConstructor;
143
143
  separator: import("vue-types").VueTypeValidableDef<any>;
@@ -15,7 +15,7 @@ declare const _default: import("vue").DefineComponent<{
15
15
  onBack?: ((...args: any[]) => any) | undefined;
16
16
  }>>;
17
17
  handleJump: (path: any, backFn: any) => void;
18
- ABreadcrumb: {
18
+ readonly ABreadcrumb: {
19
19
  new (...args: any[]): {
20
20
  $: import("vue").ComponentInternalInstance;
21
21
  $data: {};
@@ -44,8 +44,8 @@ declare const _default: import("vue").DefineComponent<{
44
44
  $slots: Readonly<{
45
45
  [name: string]: import("vue").Slot;
46
46
  }>;
47
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
48
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
47
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
48
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
49
49
  $emit: (event: string, ...args: any[]) => void;
50
50
  $el: any;
51
51
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -63,7 +63,7 @@ declare const _default: import("vue").DefineComponent<{
63
63
  paths: string[];
64
64
  }) => import("ant-design-vue/lib/_util/type").VueNode>;
65
65
  };
66
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}> & {
66
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
67
67
  beforeCreate?: (() => void) | (() => void)[] | undefined;
68
68
  created?: (() => void) | (() => void)[] | undefined;
69
69
  beforeMount?: (() => void) | (() => void)[] | undefined;
@@ -78,7 +78,7 @@ declare const _default: import("vue").DefineComponent<{
78
78
  unmounted?: (() => void) | (() => void)[] | undefined;
79
79
  renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
80
80
  renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
81
- 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;
81
+ 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;
82
82
  };
83
83
  $forceUpdate: () => void;
84
84
  $nextTick: typeof import("vue").nextTick;
@@ -117,7 +117,7 @@ declare const _default: import("vue").DefineComponent<{
117
117
  paths: string[];
118
118
  }) => import("ant-design-vue/lib/_util/type").VueNode>;
119
119
  };
120
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
120
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
121
121
  readonly Item: import("vue").DefineComponent<{
122
122
  prefixCls: StringConstructor;
123
123
  href: StringConstructor;
@@ -137,7 +137,7 @@ declare const _default: import("vue").DefineComponent<{
137
137
  prefixCls: StringConstructor;
138
138
  }>>, {}>;
139
139
  };
140
- ABreadcrumbItem: import("vue").DefineComponent<{
140
+ readonly ABreadcrumbItem: import("vue").DefineComponent<{
141
141
  prefixCls: StringConstructor;
142
142
  href: StringConstructor;
143
143
  separator: import("vue-types").VueTypeValidableDef<any>;
@@ -18,7 +18,7 @@ declare const BmButton: import("bm-admin-ui/es/utils/with-install").SFCWithInsta
18
18
  default: string;
19
19
  };
20
20
  }>> & {}>>;
21
- AButton: {
21
+ readonly AButton: {
22
22
  new (...args: any[]): {
23
23
  $: import("vue").ComponentInternalInstance;
24
24
  $data: {};
@@ -88,8 +88,8 @@ declare const BmButton: import("bm-admin-ui/es/utils/with-install").SFCWithInsta
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, {}>>;
92
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
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>, {}>;
93
93
  $emit: (event: string, ...args: any[]) => void;
94
94
  $el: any;
95
95
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -148,7 +148,7 @@ declare const BmButton: import("bm-admin-ui/es/utils/with-install").SFCWithInsta
148
148
  ghost: boolean;
149
149
  danger: boolean;
150
150
  htmlType: import("ant-design-vue/lib/button/buttonTypes").ButtonHTMLType;
151
- }> & {
151
+ }, {}, string> & {
152
152
  beforeCreate?: (() => void) | (() => void)[] | undefined;
153
153
  created?: (() => void) | (() => void)[] | undefined;
154
154
  beforeMount?: (() => void) | (() => void)[] | undefined;
@@ -163,7 +163,7 @@ declare const BmButton: import("bm-admin-ui/es/utils/with-install").SFCWithInsta
163
163
  unmounted?: (() => void) | (() => void)[] | undefined;
164
164
  renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
165
165
  renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
166
- 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;
166
+ 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;
167
167
  };
168
168
  $forceUpdate: () => void;
169
169
  $nextTick: typeof import("vue").nextTick;
@@ -275,7 +275,7 @@ declare const BmButton: import("bm-admin-ui/es/utils/with-install").SFCWithInsta
275
275
  ghost: boolean;
276
276
  danger: boolean;
277
277
  htmlType: import("ant-design-vue/lib/button/buttonTypes").ButtonHTMLType;
278
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
278
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
279
279
  readonly Group: import("vue").DefineComponent<{
280
280
  prefixCls: StringConstructor;
281
281
  size: {
@@ -20,7 +20,7 @@ declare const _default: import("vue").DefineComponent<{
20
20
  default: string;
21
21
  };
22
22
  }>> & {}>>;
23
- AButton: {
23
+ readonly AButton: {
24
24
  new (...args: any[]): {
25
25
  $: import("vue").ComponentInternalInstance;
26
26
  $data: {};
@@ -90,8 +90,8 @@ declare const _default: import("vue").DefineComponent<{
90
90
  $slots: Readonly<{
91
91
  [name: string]: import("vue").Slot;
92
92
  }>;
93
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
94
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
93
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
94
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
95
95
  $emit: (event: string, ...args: any[]) => void;
96
96
  $el: any;
97
97
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -150,7 +150,7 @@ declare const _default: import("vue").DefineComponent<{
150
150
  ghost: boolean;
151
151
  danger: boolean;
152
152
  htmlType: import("ant-design-vue/lib/button/buttonTypes").ButtonHTMLType;
153
- }> & {
153
+ }, {}, string> & {
154
154
  beforeCreate?: (() => void) | (() => void)[] | undefined;
155
155
  created?: (() => void) | (() => void)[] | undefined;
156
156
  beforeMount?: (() => void) | (() => void)[] | undefined;
@@ -165,7 +165,7 @@ declare const _default: import("vue").DefineComponent<{
165
165
  unmounted?: (() => void) | (() => void)[] | undefined;
166
166
  renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
167
167
  renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
168
- 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;
168
+ 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;
169
169
  };
170
170
  $forceUpdate: () => void;
171
171
  $nextTick: typeof import("vue").nextTick;
@@ -277,7 +277,7 @@ declare const _default: import("vue").DefineComponent<{
277
277
  ghost: boolean;
278
278
  danger: boolean;
279
279
  htmlType: import("ant-design-vue/lib/button/buttonTypes").ButtonHTMLType;
280
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
280
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
281
281
  readonly Group: import("vue").DefineComponent<{
282
282
  prefixCls: StringConstructor;
283
283
  size: {