bm-admin-ui 1.0.84-alpha → 1.0.85-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 (73) 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/float-table/index.js +62 -54
  14. package/es/components/flow-designer/index.js +1 -1
  15. package/es/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +8 -8
  16. package/es/components/form-create/index.js +70 -10
  17. package/es/components/search-filter/src/form-select-all.vue.d.ts +6 -6
  18. package/es/components/search-filter/src/search-reset-btn.vue.d.ts +3 -3
  19. package/es/components/select-all/index.d.ts +6 -6
  20. package/es/components/select-all/src/selectAll.vue.d.ts +6 -6
  21. package/es/components/staffs-selector/index.d.ts +8 -8
  22. package/es/components/staffs-selector/index.js +2 -2
  23. package/es/components/staffs-selector/src/staffs-selector.vue.d.ts +8 -8
  24. package/es/components/videoView/index.d.ts +1 -1
  25. package/es/components/videoView/src/videoView.vue.d.ts +1 -1
  26. package/lib/components/attachment/index.d.ts +3 -3
  27. package/lib/components/attachment/src/attachment.vue.d.ts +3 -3
  28. package/lib/components/breadcrumb/index.d.ts +7 -7
  29. package/lib/components/breadcrumb/src/breadcrumb.vue.d.ts +7 -7
  30. package/lib/components/button/index.d.ts +6 -6
  31. package/lib/components/button/src/button.vue.d.ts +6 -6
  32. package/lib/components/edit-form/index.d.ts +4 -4
  33. package/lib/components/edit-form/index.js +1 -1
  34. package/lib/components/edit-form/src/edit-form.vue.d.ts +4 -4
  35. package/lib/components/feedback/index.d.ts +12 -12
  36. package/lib/components/feedback/src/bmAlert.vue.d.ts +6 -6
  37. package/lib/components/feedback/src/bmModal.vue.d.ts +6 -6
  38. package/lib/components/float-table/index.js +62 -54
  39. package/lib/components/flow-designer/index.js +1 -1
  40. package/lib/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +8 -8
  41. package/lib/components/form-create/index.js +68 -8
  42. package/lib/components/search-filter/src/form-select-all.vue.d.ts +6 -6
  43. package/lib/components/search-filter/src/search-reset-btn.vue.d.ts +3 -3
  44. package/lib/components/select-all/index.d.ts +6 -6
  45. package/lib/components/select-all/src/selectAll.vue.d.ts +6 -6
  46. package/lib/components/staffs-selector/index.d.ts +8 -8
  47. package/lib/components/staffs-selector/index.js +2 -2
  48. package/lib/components/staffs-selector/src/staffs-selector.vue.d.ts +8 -8
  49. package/lib/components/videoView/index.d.ts +1 -1
  50. package/lib/components/videoView/src/videoView.vue.d.ts +1 -1
  51. package/package.json +34 -34
  52. package/theme-chalk/form-create.css +1 -1
  53. package/theme-chalk/index.css +1 -1
  54. package/types/components/attachment/index.d.ts +3 -3
  55. package/types/components/attachment/src/attachment.vue.d.ts +3 -3
  56. package/types/components/breadcrumb/index.d.ts +7 -7
  57. package/types/components/breadcrumb/src/breadcrumb.vue.d.ts +7 -7
  58. package/types/components/button/index.d.ts +6 -6
  59. package/types/components/button/src/button.vue.d.ts +6 -6
  60. package/types/components/edit-form/index.d.ts +4 -4
  61. package/types/components/edit-form/src/edit-form.vue.d.ts +4 -4
  62. package/types/components/feedback/index.d.ts +12 -12
  63. package/types/components/feedback/src/bmAlert.vue.d.ts +6 -6
  64. package/types/components/feedback/src/bmModal.vue.d.ts +6 -6
  65. package/types/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +8 -8
  66. package/types/components/search-filter/src/form-select-all.vue.d.ts +6 -6
  67. package/types/components/search-filter/src/search-reset-btn.vue.d.ts +3 -3
  68. package/types/components/select-all/index.d.ts +6 -6
  69. package/types/components/select-all/src/selectAll.vue.d.ts +6 -6
  70. package/types/components/staffs-selector/index.d.ts +8 -8
  71. package/types/components/staffs-selector/src/staffs-selector.vue.d.ts +8 -8
  72. package/types/components/videoView/index.d.ts +1 -1
  73. package/types/components/videoView/src/videoView.vue.d.ts +1 -1
@@ -71,9 +71,9 @@ declare const _default: import("vue").DefineComponent<{
71
71
  handleExpandBtnChange: () => void;
72
72
  handleSubmit: () => void;
73
73
  handleReset: () => void;
74
- DownOutlined: import("@ant-design/icons-vue/lib/icons/DownOutlined").DownOutlinedIconType;
75
- UpOutlined: import("@ant-design/icons-vue/lib/icons/UpOutlined").UpOutlinedIconType;
76
- SearchOutlined: import("@ant-design/icons-vue/lib/icons/SearchOutlined").SearchOutlinedIconType;
74
+ readonly DownOutlined: import("@ant-design/icons-vue/lib/icons/DownOutlined").DownOutlinedIconType;
75
+ readonly UpOutlined: import("@ant-design/icons-vue/lib/icons/UpOutlined").UpOutlinedIconType;
76
+ readonly SearchOutlined: import("@ant-design/icons-vue/lib/icons/SearchOutlined").SearchOutlinedIconType;
77
77
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("submit" | "reset" | "expand")[], "submit" | "reset" | "expand", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
78
78
  showExpandBtn: {
79
79
  type: BooleanConstructor;
@@ -40,7 +40,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
40
40
  }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
41
41
  [key: string]: any;
42
42
  }>;
43
- ASelect: {
43
+ readonly ASelect: {
44
44
  new (...args: any[]): {
45
45
  $: import("vue").ComponentInternalInstance;
46
46
  $data: {};
@@ -220,8 +220,8 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
220
220
  $slots: Readonly<{
221
221
  [name: string]: import("vue").Slot;
222
222
  }>;
223
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
224
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
223
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
224
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
225
225
  $emit: (event: string, ...args: any[]) => void;
226
226
  $el: any;
227
227
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -390,7 +390,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
390
390
  defaultActiveFirstOption: boolean;
391
391
  labelInValue: boolean;
392
392
  bordered: boolean;
393
- }> & {
393
+ }, {}, string> & {
394
394
  beforeCreate?: (() => void) | (() => void)[] | undefined;
395
395
  created?: (() => void) | (() => void)[] | undefined;
396
396
  beforeMount?: (() => void) | (() => void)[] | undefined;
@@ -405,7 +405,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
405
405
  unmounted?: (() => void) | (() => void)[] | undefined;
406
406
  renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
407
407
  renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
408
- 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;
408
+ 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;
409
409
  };
410
410
  $forceUpdate: () => void;
411
411
  $nextTick: typeof import("vue").nextTick;
@@ -729,7 +729,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
729
729
  defaultActiveFirstOption: boolean;
730
730
  labelInValue: boolean;
731
731
  bordered: boolean;
732
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
732
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
733
733
  readonly Option: import("ant-design-vue/lib/vc-select/Option").OptionFC;
734
734
  readonly OptGroup: import("ant-design-vue/lib/vc-select/OptGroup").OptionGroupFC;
735
735
  readonly SECRET_COMBOBOX_MODE_DO_NOT_USE: "SECRET_COMBOBOX_MODE_DO_NOT_USE";
@@ -40,7 +40,7 @@ declare const _default: import("vue").DefineComponent<{
40
40
  }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
41
41
  [key: string]: any;
42
42
  }>;
43
- ASelect: {
43
+ readonly ASelect: {
44
44
  new (...args: any[]): {
45
45
  $: import("vue").ComponentInternalInstance;
46
46
  $data: {};
@@ -220,8 +220,8 @@ declare const _default: import("vue").DefineComponent<{
220
220
  $slots: Readonly<{
221
221
  [name: string]: import("vue").Slot;
222
222
  }>;
223
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
224
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
223
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
224
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
225
225
  $emit: (event: string, ...args: any[]) => void;
226
226
  $el: any;
227
227
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -390,7 +390,7 @@ declare const _default: import("vue").DefineComponent<{
390
390
  defaultActiveFirstOption: boolean;
391
391
  labelInValue: boolean;
392
392
  bordered: boolean;
393
- }> & {
393
+ }, {}, string> & {
394
394
  beforeCreate?: (() => void) | (() => void)[] | undefined;
395
395
  created?: (() => void) | (() => void)[] | undefined;
396
396
  beforeMount?: (() => void) | (() => void)[] | undefined;
@@ -405,7 +405,7 @@ declare const _default: import("vue").DefineComponent<{
405
405
  unmounted?: (() => void) | (() => void)[] | undefined;
406
406
  renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
407
407
  renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
408
- 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;
408
+ 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;
409
409
  };
410
410
  $forceUpdate: () => void;
411
411
  $nextTick: typeof import("vue").nextTick;
@@ -729,7 +729,7 @@ declare const _default: import("vue").DefineComponent<{
729
729
  defaultActiveFirstOption: boolean;
730
730
  labelInValue: boolean;
731
731
  bordered: boolean;
732
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
732
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
733
733
  readonly Option: import("ant-design-vue/lib/vc-select/Option").OptionFC;
734
734
  readonly OptGroup: import("ant-design-vue/lib/vc-select/OptGroup").OptionGroupFC;
735
735
  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
  selected: unknown[];
1001
1001
  limit: number;
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;
@@ -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
  selected: unknown[];
1001
1001
  limit: number;
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;
@@ -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;