bm-admin-ui 1.0.92-alpha → 1.0.94-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 (97) hide show
  1. package/es/components/attachment/index.d.ts +3 -3
  2. package/es/components/attachment/src/attachment.vue.d.ts +3 -3
  3. package/es/components/breadcrumb/index.d.ts +7 -7
  4. package/es/components/breadcrumb/src/breadcrumb.vue.d.ts +7 -7
  5. package/es/components/button/index.d.ts +6 -6
  6. package/es/components/button/src/button.vue.d.ts +6 -6
  7. package/es/components/cascader/index.js +2 -2
  8. package/es/components/edit-form/index.d.ts +4 -4
  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.d.ts +2 -2
  14. package/es/components/float-table/src/float-table.vue.d.ts +2 -2
  15. package/es/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +8 -8
  16. package/es/components/form-create/index.js +389 -98
  17. package/es/components/form-designer/index.js +201 -148
  18. package/es/components/search-filter/index.d.ts +28 -0
  19. package/es/components/search-filter/index.js +70 -17
  20. package/es/components/search-filter/src/form-select-all.vue.d.ts +21 -6
  21. package/es/components/search-filter/src/search-filter.d.ts +16 -0
  22. package/es/components/search-filter/src/search-filter.vue.d.ts +28 -0
  23. package/es/components/search-filter/src/search-reset-btn.vue.d.ts +29 -3
  24. package/es/components/select-all/index.d.ts +8 -6
  25. package/es/components/select-all/index.js +33 -15
  26. package/es/components/select-all/src/selectAll.vue.d.ts +8 -6
  27. package/es/components/staffs-selector/index.d.ts +12 -12
  28. package/es/components/staffs-selector/src/departmentCmp.vue.d.ts +2 -2
  29. package/es/components/staffs-selector/src/multipleCmp.vue.d.ts +2 -2
  30. package/es/components/staffs-selector/src/staffs-selector.vue.d.ts +12 -12
  31. package/es/components/videoView/index.d.ts +1 -1
  32. package/es/components/videoView/src/videoView.vue.d.ts +1 -1
  33. package/es/utils/uniqueId.js +2 -2
  34. package/lib/components/attachment/index.d.ts +3 -3
  35. package/lib/components/attachment/src/attachment.vue.d.ts +3 -3
  36. package/lib/components/breadcrumb/index.d.ts +7 -7
  37. package/lib/components/breadcrumb/src/breadcrumb.vue.d.ts +7 -7
  38. package/lib/components/button/index.d.ts +6 -6
  39. package/lib/components/button/src/button.vue.d.ts +6 -6
  40. package/lib/components/cascader/index.js +2 -2
  41. package/lib/components/edit-form/index.d.ts +4 -4
  42. package/lib/components/edit-form/src/edit-form.vue.d.ts +4 -4
  43. package/lib/components/feedback/index.d.ts +12 -12
  44. package/lib/components/feedback/src/bmAlert.vue.d.ts +6 -6
  45. package/lib/components/feedback/src/bmModal.vue.d.ts +6 -6
  46. package/lib/components/float-table/index.d.ts +2 -2
  47. package/lib/components/float-table/src/float-table.vue.d.ts +2 -2
  48. package/lib/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +8 -8
  49. package/lib/components/form-create/index.js +389 -98
  50. package/lib/components/form-designer/index.js +195 -142
  51. package/lib/components/search-filter/index.d.ts +28 -0
  52. package/lib/components/search-filter/index.js +71 -17
  53. package/lib/components/search-filter/src/form-select-all.vue.d.ts +21 -6
  54. package/lib/components/search-filter/src/search-filter.d.ts +16 -0
  55. package/lib/components/search-filter/src/search-filter.vue.d.ts +28 -0
  56. package/lib/components/search-filter/src/search-reset-btn.vue.d.ts +29 -3
  57. package/lib/components/select-all/index.d.ts +8 -6
  58. package/lib/components/select-all/index.js +32 -14
  59. package/lib/components/select-all/src/selectAll.vue.d.ts +8 -6
  60. package/lib/components/staffs-selector/index.d.ts +12 -12
  61. package/lib/components/staffs-selector/src/departmentCmp.vue.d.ts +2 -2
  62. package/lib/components/staffs-selector/src/multipleCmp.vue.d.ts +2 -2
  63. package/lib/components/staffs-selector/src/staffs-selector.vue.d.ts +12 -12
  64. package/lib/components/videoView/index.d.ts +1 -1
  65. package/lib/components/videoView/src/videoView.vue.d.ts +1 -1
  66. package/lib/utils/uniqueId.js +2 -2
  67. package/package.json +1 -1
  68. package/theme-chalk/form-designer.css +1 -1
  69. package/theme-chalk/index.css +1 -1
  70. package/theme-chalk/select-all.css +1 -1
  71. package/types/components/attachment/index.d.ts +3 -3
  72. package/types/components/attachment/src/attachment.vue.d.ts +3 -3
  73. package/types/components/breadcrumb/index.d.ts +7 -7
  74. package/types/components/breadcrumb/src/breadcrumb.vue.d.ts +7 -7
  75. package/types/components/button/index.d.ts +6 -6
  76. package/types/components/button/src/button.vue.d.ts +6 -6
  77. package/types/components/edit-form/index.d.ts +4 -4
  78. package/types/components/edit-form/src/edit-form.vue.d.ts +4 -4
  79. package/types/components/feedback/index.d.ts +12 -12
  80. package/types/components/feedback/src/bmAlert.vue.d.ts +6 -6
  81. package/types/components/feedback/src/bmModal.vue.d.ts +6 -6
  82. package/types/components/float-table/index.d.ts +2 -2
  83. package/types/components/float-table/src/float-table.vue.d.ts +2 -2
  84. package/types/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +8 -8
  85. package/types/components/search-filter/index.d.ts +28 -0
  86. package/types/components/search-filter/src/form-select-all.vue.d.ts +21 -6
  87. package/types/components/search-filter/src/search-filter.d.ts +16 -0
  88. package/types/components/search-filter/src/search-filter.vue.d.ts +28 -0
  89. package/types/components/search-filter/src/search-reset-btn.vue.d.ts +29 -3
  90. package/types/components/select-all/index.d.ts +8 -6
  91. package/types/components/select-all/src/selectAll.vue.d.ts +8 -6
  92. package/types/components/staffs-selector/index.d.ts +12 -12
  93. package/types/components/staffs-selector/src/departmentCmp.vue.d.ts +2 -2
  94. package/types/components/staffs-selector/src/multipleCmp.vue.d.ts +2 -2
  95. package/types/components/staffs-selector/src/staffs-selector.vue.d.ts +12 -12
  96. package/types/components/videoView/index.d.ts +1 -1
  97. package/types/components/videoView/src/videoView.vue.d.ts +1 -1
@@ -1,5 +1,5 @@
1
1
  import { withInstall } from 'bm-admin-ui/es/utils/with-install';
2
- import { defineComponent, getCurrentInstance, reactive, ref, watch, resolveComponent, openBlock, createBlock, unref, mergeProps, isRef, withCtx, createElementVNode, withModifiers, createVNode, createTextVNode, toDisplayString, h } from 'vue';
2
+ import { defineComponent, getCurrentInstance, reactive, ref, watch, resolveComponent, openBlock, createBlock, unref, mergeProps, isRef, withCtx, createElementVNode, withModifiers, createVNode, createElementBlock, createTextVNode, toDisplayString, createCommentVNode, h } from 'vue';
3
3
  import ASelect from 'ant-design-vue/lib/select';
4
4
 
5
5
  var _export_sfc = (sfc, props) => {
@@ -16,7 +16,8 @@ const _hoisted_3 = ["onClick"];
16
16
  const _hoisted_4 = /* @__PURE__ */ createElementVNode("span", { class: "checkbox-label" }, "\u5168\u9009", -1);
17
17
  const _hoisted_5 = ["onClick"];
18
18
  const _hoisted_6 = /* @__PURE__ */ createElementVNode("span", { class: "checkbox-label" }, "\u53CD\u9009", -1);
19
- const _hoisted_7 = { class: "blue" };
19
+ const _hoisted_7 = { key: 0 };
20
+ const _hoisted_8 = { class: "blue" };
20
21
  const _sfc_main = /* @__PURE__ */ defineComponent({
21
22
  __name: "selectAll",
22
23
  props: {
@@ -26,7 +27,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
26
27
  },
27
28
  showSelectAll: {
28
29
  type: Boolean,
29
- default: false
30
+ default: true
30
31
  }
31
32
  },
32
33
  emits: ["onSelectAll", "update:value", "onChange"],
@@ -37,7 +38,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
37
38
  search: {
38
39
  indeterminate: false,
39
40
  checkedAll: false,
40
- checkedReverse: false
41
+ checkedReverse: false,
42
+ searchList: []
41
43
  }
42
44
  });
43
45
  let selectValue = ref([]);
@@ -49,7 +51,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
49
51
  state.search = {
50
52
  indeterminate: false,
51
53
  checkedAll: false,
52
- checkedReverse: false
54
+ checkedReverse: false,
55
+ searchList: []
53
56
  };
54
57
  }
55
58
  },
@@ -59,17 +62,20 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
59
62
  );
60
63
  const selectAll = (e) => {
61
64
  let key = "value";
65
+ let list = [];
62
66
  if (instance?.attrs.fieldNames || instance?.attrs["field-names"])
63
67
  key = (instance?.attrs).fieldNames?.value || (instance?.attrs)["field-names"].value;
64
68
  state.search.checkedAll = !state.search.checkedAll;
65
69
  state.search.indeterminate = false;
66
70
  state.search.checkedReverse = false;
71
+ if (state.search.searchList.length > 0)
72
+ list = state.search.searchList;
73
+ else
74
+ list = instance?.attrs.options;
67
75
  if (state.search.checkedAll) {
68
- selectValue.value = (instance?.attrs.options).map(
69
- (v) => {
70
- return v[key];
71
- }
72
- );
76
+ selectValue.value = list.map((v) => {
77
+ return v[key];
78
+ });
73
79
  } else {
74
80
  selectValue.value = [];
75
81
  }
@@ -112,6 +118,16 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
112
118
  option
113
119
  });
114
120
  };
121
+ const onSearch = (val) => {
122
+ if (val) {
123
+ const key = (instance?.attrs).optionFilterProp || (instance?.attrs)["option-filter-prop"] || "value";
124
+ console.log(key);
125
+ const list = (instance?.attrs).options.filter((ele) => {
126
+ return String(ele[key]).indexOf(String(val)) > -1;
127
+ });
128
+ state.search.searchList = list;
129
+ }
130
+ };
115
131
  const VNodes = (_, { attrs }) => {
116
132
  return h(attrs.vnodes);
117
133
  };
@@ -122,10 +138,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
122
138
  "onUpdate:value": _cache[4] || (_cache[4] = ($event) => isRef(selectValue) ? selectValue.value = $event : selectValue = $event),
123
139
  class: "bm-select"
124
140
  }, _ctx.$attrs, {
141
+ class: { w200: !props.showSelectAll },
125
142
  mode: "multiple",
126
143
  placeholder: unref(instance)?.attrs.placeholder ? unref(instance)?.attrs.placeholder : "\u8BF7\u9009\u62E9",
127
144
  "get-popup-container": (nodes) => nodes.parentNode,
128
- onChange
145
+ onChange,
146
+ onSearch
129
147
  }), {
130
148
  dropdownRender: withCtx(({ menuNode: menu }) => [
131
149
  createElementVNode("div", _hoisted_1, [
@@ -152,16 +170,16 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
152
170
  _hoisted_6
153
171
  ], 40, _hoisted_5)
154
172
  ]),
155
- createElementVNode("div", null, [
173
+ __props.showSelectAll ? (openBlock(), createElementBlock("div", _hoisted_7, [
156
174
  createTextVNode(" \u5DF2\u9009\u62E9 "),
157
- createElementVNode("span", _hoisted_7, toDisplayString(unref(selectValue)?.length || 0), 1),
175
+ createElementVNode("span", _hoisted_8, toDisplayString(unref(selectValue)?.length || 0), 1),
158
176
  createTextVNode(" \u9879 ")
159
- ])
177
+ ])) : createCommentVNode("v-if", true)
160
178
  ]),
161
179
  createVNode(VNodes, { vnodes: menu }, null, 8, ["vnodes"])
162
180
  ]),
163
181
  _: 1
164
- }, 16, ["value", "placeholder", "get-popup-container"]);
182
+ }, 16, ["value", "class", "placeholder", "get-popup-container"]);
165
183
  };
166
184
  }
167
185
  });
@@ -28,6 +28,7 @@ declare const _default: import("vue").DefineComponent<{
28
28
  indeterminate: boolean;
29
29
  checkedAll: boolean;
30
30
  checkedReverse: boolean;
31
+ searchList: never[];
31
32
  };
32
33
  };
33
34
  emit: (event: "onChange" | "update:value" | "onSelectAll", ...args: any[]) => void;
@@ -35,12 +36,13 @@ declare const _default: import("vue").DefineComponent<{
35
36
  selectAll: (e: any) => void;
36
37
  reverseAll: (e: any) => false | undefined;
37
38
  onChange: (value: any, option: any) => void;
39
+ onSearch: (val: string | number) => void;
38
40
  VNodes: (_: any, { attrs }: {
39
41
  attrs: any;
40
42
  }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
41
43
  [key: string]: any;
42
44
  }>;
43
- ASelect: {
45
+ readonly ASelect: {
44
46
  new (...args: any[]): {
45
47
  $: import("vue").ComponentInternalInstance;
46
48
  $data: {};
@@ -220,8 +222,8 @@ declare const _default: import("vue").DefineComponent<{
220
222
  $slots: Readonly<{
221
223
  [name: string]: import("vue").Slot;
222
224
  }>;
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, {}>>;
225
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
226
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
225
227
  $emit: (event: string, ...args: any[]) => void;
226
228
  $el: any;
227
229
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -390,7 +392,7 @@ declare const _default: import("vue").DefineComponent<{
390
392
  defaultActiveFirstOption: boolean;
391
393
  labelInValue: boolean;
392
394
  bordered: boolean;
393
- }> & {
395
+ }, {}, string> & {
394
396
  beforeCreate?: (() => void) | (() => void)[] | undefined;
395
397
  created?: (() => void) | (() => void)[] | undefined;
396
398
  beforeMount?: (() => void) | (() => void)[] | undefined;
@@ -405,7 +407,7 @@ declare const _default: import("vue").DefineComponent<{
405
407
  unmounted?: (() => void) | (() => void)[] | undefined;
406
408
  renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
407
409
  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;
410
+ 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
411
  };
410
412
  $forceUpdate: () => void;
411
413
  $nextTick: typeof import("vue").nextTick;
@@ -729,7 +731,7 @@ declare const _default: import("vue").DefineComponent<{
729
731
  defaultActiveFirstOption: boolean;
730
732
  labelInValue: boolean;
731
733
  bordered: boolean;
732
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
734
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
733
735
  readonly Option: import("ant-design-vue/lib/vc-select/Option").OptionFC;
734
736
  readonly OptGroup: import("ant-design-vue/lib/vc-select/OptGroup").OptionGroupFC;
735
737
  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;
@@ -902,9 +902,9 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
902
902
  searchVal: import("vue").Ref<string>;
903
903
  selectAll: import("vue").Ref<boolean>;
904
904
  indeterminate: import("vue").Ref<boolean>;
905
- emptyPic: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
905
+ emptyPic: import("vue").Ref<JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
906
906
  [key: string]: any;
907
- }> | null | undefined) | JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
907
+ }> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
908
908
  [key: string]: any;
909
909
  }> | null | undefined)[]>;
910
910
  isFulfill: import("vue").Ref<boolean>;
@@ -977,9 +977,9 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
977
977
  searchVal: import("vue").Ref<string>;
978
978
  selectAll: import("vue").Ref<boolean>;
979
979
  indeterminate: import("vue").Ref<boolean>;
980
- emptyPic: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
980
+ emptyPic: import("vue").Ref<JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
981
981
  [key: string]: any;
982
- }> | null | undefined) | JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
982
+ }> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
983
983
  [key: string]: any;
984
984
  }> | null | undefined)[]>;
985
985
  isFulfill: import("vue").Ref<boolean>;
@@ -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;
@@ -20,9 +20,9 @@ declare const _default: import("vue").DefineComponent<{
20
20
  searchVal: import("vue").Ref<string>;
21
21
  selectAll: import("vue").Ref<boolean>;
22
22
  indeterminate: import("vue").Ref<boolean>;
23
- emptyPic: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
23
+ emptyPic: import("vue").Ref<JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
24
24
  [key: string]: any;
25
- }> | null | undefined) | JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
25
+ }> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
26
26
  [key: string]: any;
27
27
  }> | null | undefined)[]>;
28
28
  isFulfill: import("vue").Ref<boolean>;
@@ -21,9 +21,9 @@ declare const _default: import("vue").DefineComponent<{
21
21
  searchVal: import("vue").Ref<string>;
22
22
  selectAll: import("vue").Ref<boolean>;
23
23
  indeterminate: import("vue").Ref<boolean>;
24
- emptyPic: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
24
+ emptyPic: import("vue").Ref<JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
25
25
  [key: string]: any;
26
- }> | null | undefined) | JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
26
+ }> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
27
27
  [key: string]: any;
28
28
  }> | null | undefined)[]>;
29
29
  isFulfill: import("vue").Ref<boolean>;
@@ -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;
@@ -902,9 +902,9 @@ declare const _default: import("vue").DefineComponent<{
902
902
  searchVal: import("vue").Ref<string>;
903
903
  selectAll: import("vue").Ref<boolean>;
904
904
  indeterminate: import("vue").Ref<boolean>;
905
- emptyPic: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
905
+ emptyPic: import("vue").Ref<JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
906
906
  [key: string]: any;
907
- }> | null | undefined) | JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
907
+ }> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
908
908
  [key: string]: any;
909
909
  }> | null | undefined)[]>;
910
910
  isFulfill: import("vue").Ref<boolean>;
@@ -977,9 +977,9 @@ declare const _default: import("vue").DefineComponent<{
977
977
  searchVal: import("vue").Ref<string>;
978
978
  selectAll: import("vue").Ref<boolean>;
979
979
  indeterminate: import("vue").Ref<boolean>;
980
- emptyPic: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
980
+ emptyPic: import("vue").Ref<JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
981
981
  [key: string]: any;
982
- }> | null | undefined) | JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
982
+ }> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
983
983
  [key: string]: any;
984
984
  }> | null | undefined)[]>;
985
985
  isFulfill: import("vue").Ref<boolean>;
@@ -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;
@@ -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;
@@ -1,5 +1,5 @@
1
1
  let id = 0;
2
2
  export default function uniqueId() {
3
- return (Math.random().toString(36).substring(3, 6) +
4
- Number(`${Date.now()}${++id}`).toString(36));
3
+ return `bm${Math.random().toString(36).substring(3, 6) +
4
+ Number(`${Date.now()}${++id}`).toString(36)}`;
5
5
  }
@@ -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) => void;
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) => void;
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>;