bm-admin-ui 1.0.93-alpha → 1.0.95-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 (67) 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-designer/index.js +49 -53
  14. package/es/components/search-filter/index.js +21 -7
  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/index.js +21 -7
  19. package/es/components/select-all/src/selectAll.vue.d.ts +6 -6
  20. package/es/components/staffs-selector/index.d.ts +8 -8
  21. package/es/components/staffs-selector/src/staffs-selector.vue.d.ts +8 -8
  22. package/es/components/videoView/index.d.ts +1 -1
  23. package/es/components/videoView/src/videoView.vue.d.ts +1 -1
  24. package/lib/components/attachment/index.d.ts +3 -3
  25. package/lib/components/attachment/src/attachment.vue.d.ts +3 -3
  26. package/lib/components/breadcrumb/index.d.ts +7 -7
  27. package/lib/components/breadcrumb/src/breadcrumb.vue.d.ts +7 -7
  28. package/lib/components/button/index.d.ts +6 -6
  29. package/lib/components/button/src/button.vue.d.ts +6 -6
  30. package/lib/components/edit-form/index.d.ts +4 -4
  31. package/lib/components/edit-form/src/edit-form.vue.d.ts +4 -4
  32. package/lib/components/feedback/index.d.ts +12 -12
  33. package/lib/components/feedback/src/bmAlert.vue.d.ts +6 -6
  34. package/lib/components/feedback/src/bmModal.vue.d.ts +6 -6
  35. package/lib/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +8 -8
  36. package/lib/components/form-designer/index.js +44 -48
  37. package/lib/components/search-filter/index.js +21 -7
  38. package/lib/components/search-filter/src/form-select-all.vue.d.ts +6 -6
  39. package/lib/components/search-filter/src/search-reset-btn.vue.d.ts +3 -3
  40. package/lib/components/select-all/index.d.ts +6 -6
  41. package/lib/components/select-all/index.js +21 -7
  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/staffs-selector.vue.d.ts +8 -8
  45. package/lib/components/videoView/index.d.ts +1 -1
  46. package/lib/components/videoView/src/videoView.vue.d.ts +1 -1
  47. package/package.json +1 -1
  48. package/types/components/attachment/index.d.ts +3 -3
  49. package/types/components/attachment/src/attachment.vue.d.ts +3 -3
  50. package/types/components/breadcrumb/index.d.ts +7 -7
  51. package/types/components/breadcrumb/src/breadcrumb.vue.d.ts +7 -7
  52. package/types/components/button/index.d.ts +6 -6
  53. package/types/components/button/src/button.vue.d.ts +6 -6
  54. package/types/components/edit-form/index.d.ts +4 -4
  55. package/types/components/edit-form/src/edit-form.vue.d.ts +4 -4
  56. package/types/components/feedback/index.d.ts +12 -12
  57. package/types/components/feedback/src/bmAlert.vue.d.ts +6 -6
  58. package/types/components/feedback/src/bmModal.vue.d.ts +6 -6
  59. package/types/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +8 -8
  60. package/types/components/search-filter/src/form-select-all.vue.d.ts +6 -6
  61. package/types/components/search-filter/src/search-reset-btn.vue.d.ts +3 -3
  62. package/types/components/select-all/index.d.ts +6 -6
  63. package/types/components/select-all/src/selectAll.vue.d.ts +6 -6
  64. package/types/components/staffs-selector/index.d.ts +8 -8
  65. package/types/components/staffs-selector/src/staffs-selector.vue.d.ts +8 -8
  66. package/types/components/videoView/index.d.ts +1 -1
  67. package/types/components/videoView/src/videoView.vue.d.ts +1 -1
@@ -50,9 +50,9 @@ declare const _default: import("vue").DefineComponent<{
50
50
  default: () => void;
51
51
  };
52
52
  }>> & {}>>;
53
- CloseOutlined: import("@ant-design/icons-vue/lib/icons/CloseOutlined").CloseOutlinedIconType;
54
- RightOutlined: import("@ant-design/icons-vue/lib/icons/RightOutlined").RightOutlinedIconType;
55
- Tag: {
53
+ readonly CloseOutlined: import("@ant-design/icons-vue/lib/icons/CloseOutlined").CloseOutlinedIconType;
54
+ readonly RightOutlined: import("@ant-design/icons-vue/lib/icons/RightOutlined").RightOutlinedIconType;
55
+ readonly Tag: {
56
56
  new (...args: any[]): {
57
57
  $: import("vue").ComponentInternalInstance;
58
58
  $data: {};
@@ -88,8 +88,8 @@ declare const _default: import("vue").DefineComponent<{
88
88
  $slots: Readonly<{
89
89
  [name: string]: import("vue").Slot;
90
90
  }>;
91
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
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<{
@@ -114,7 +114,7 @@ declare const _default: import("vue").DefineComponent<{
114
114
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
115
115
  visible: boolean;
116
116
  closable: boolean;
117
- }> & {
117
+ }, {}, string> & {
118
118
  beforeCreate?: (() => void) | (() => void)[] | undefined;
119
119
  created?: (() => void) | (() => void)[] | undefined;
120
120
  beforeMount?: (() => void) | (() => void)[] | undefined;
@@ -129,7 +129,7 @@ declare const _default: import("vue").DefineComponent<{
129
129
  unmounted?: (() => void) | (() => void)[] | undefined;
130
130
  renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
131
131
  renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
132
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, 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;
132
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[] | undefined;
133
133
  };
134
134
  $forceUpdate: () => void;
135
135
  $nextTick: typeof import("vue").nextTick;
@@ -179,7 +179,7 @@ declare const _default: import("vue").DefineComponent<{
179
179
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
180
180
  visible: boolean;
181
181
  closable: boolean;
182
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
182
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
183
183
  readonly CheckableTag: import("vue").DefineComponent<{
184
184
  prefixCls: StringConstructor;
185
185
  checked: {
@@ -1829,7 +1829,7 @@ var picture = {
1829
1829
 
1830
1830
  const _hoisted_1$a = { class: "bm-widget-table-wrap" };
1831
1831
  const _hoisted_2$8 = { class: "bm-widget-table-top-bar" };
1832
- const _hoisted_3$5 = { class: "bm-widget-table-outer" };
1832
+ const _hoisted_3$6 = { class: "bm-widget-table-outer" };
1833
1833
  const _hoisted_4$4 = { class: "bm-widget-table" };
1834
1834
  const _hoisted_5$1 = {
1835
1835
  key: 0,
@@ -1942,7 +1942,7 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
1942
1942
  _: 1
1943
1943
  })) : vue.createCommentVNode("v-if", true)
1944
1944
  ]),
1945
- vue.createElementVNode("div", _hoisted_3$5, [
1945
+ vue.createElementVNode("div", _hoisted_3$6, [
1946
1946
  vue.createElementVNode("div", {
1947
1947
  class: "bm-widget-table-inner",
1948
1948
  style: vue.normalizeStyle({
@@ -2064,7 +2064,7 @@ var table = {
2064
2064
  },
2065
2065
  config: {
2066
2066
  childRules,
2067
- tableAdvancedFeatures: ['copy', 'delete', 'import'],
2067
+ tableAdvancedFeatures: ['copy', 'delete', 'import', 'export'],
2068
2068
  propsFields: Object.values(fieldsMap$7),
2069
2069
  },
2070
2070
  emit: [
@@ -2133,6 +2133,10 @@ var table = {
2133
2133
  value: 'import',
2134
2134
  label: '批量导入',
2135
2135
  },
2136
+ {
2137
+ value: 'export',
2138
+ label: '导出',
2139
+ },
2136
2140
  ],
2137
2141
  className: 'bfd-sider-right__form__table-checkbox',
2138
2142
  },
@@ -2467,7 +2471,7 @@ var department = {
2467
2471
 
2468
2472
  const _hoisted_1$9 = { style: { "margin-top": "16px", "line-height": "32px" } };
2469
2473
  const _hoisted_2$7 = { style: { "float": "right" } };
2470
- const _hoisted_3$4 = /* @__PURE__ */ vue.createElementVNode("div", { class: "bm-material-temp__table-tip" }, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6\u8868\u683C\u5B57\u6BB5", -1);
2474
+ const _hoisted_3$5 = /* @__PURE__ */ vue.createElementVNode("div", { class: "bm-material-temp__table-tip" }, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6\u8868\u683C\u5B57\u6BB5", -1);
2471
2475
  const _hoisted_4$3 = { class: "bm-material-temp__add" };
2472
2476
  const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
2473
2477
  __name: "widget-material-temp",
@@ -2641,7 +2645,7 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
2641
2645
  })
2642
2646
  ])
2643
2647
  ]),
2644
- _hoisted_3$4
2648
+ _hoisted_3$5
2645
2649
  ]),
2646
2650
  _: 2
2647
2651
  }, 1032, ["tab"]);
@@ -2790,7 +2794,7 @@ var materialTemp = {
2790
2794
 
2791
2795
  const _hoisted_1$7 = /* @__PURE__ */ vue.createElementVNode("div", { class: "bm-product-info-item__title" }, "\u5546\u54C1\u7F16\u53F7", -1);
2792
2796
  const _hoisted_2$5 = { class: "bm-product-info-item__content" };
2793
- const _hoisted_3$3 = { class: "bm-product-info-item__title" };
2797
+ const _hoisted_3$4 = { class: "bm-product-info-item__title" };
2794
2798
  const _hoisted_4$2 = /* @__PURE__ */ vue.createElementVNode("div", { class: "bm-product-info-item__content" }, "\u7CFB\u7EDF\u81EA\u52A8\u5E26\u51FA", -1);
2795
2799
  const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
2796
2800
  __name: "product-info",
@@ -2825,7 +2829,7 @@ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
2825
2829
  span: 12
2826
2830
  }, {
2827
2831
  default: vue.withCtx(() => [
2828
- vue.createElementVNode("div", _hoisted_3$3, vue.toDisplayString(item.label), 1),
2832
+ vue.createElementVNode("div", _hoisted_3$4, vue.toDisplayString(item.label), 1),
2829
2833
  _hoisted_4$2
2830
2834
  ]),
2831
2835
  _: 2
@@ -2841,7 +2845,7 @@ var ProductInfo = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__file", "product-
2841
2845
 
2842
2846
  const _hoisted_1$6 = { class: "bm-associated-fields-item__content" };
2843
2847
  const _hoisted_2$4 = { class: "bm-associated-fields-item__content" };
2844
- const _hoisted_3$2 = { style: { "text-align": "right", "margin": "6px 0 4px", "padding-right": "8px" } };
2848
+ const _hoisted_3$3 = { style: { "text-align": "right", "margin": "6px 0 4px", "padding-right": "8px" } };
2845
2849
  const _sfc_main$7 = /* @__PURE__ */ vue.defineComponent({
2846
2850
  __name: "pure-associated-fields",
2847
2851
  props: ["associatedFields", "options", "defaultOptions"],
@@ -2899,7 +2903,7 @@ const _sfc_main$7 = /* @__PURE__ */ vue.defineComponent({
2899
2903
  }, null, 8, ["onClick"])
2900
2904
  ]);
2901
2905
  }), 128)),
2902
- __props.associatedFields?.length ? (vue.openBlock(), vue.createBlock(vue.unref(antDesignVue.Dropdown), {
2906
+ __props.options?.length ? (vue.openBlock(), vue.createBlock(vue.unref(antDesignVue.Dropdown), {
2903
2907
  key: 0,
2904
2908
  visible: visible.value,
2905
2909
  "onUpdate:visible": _cache[2] || (_cache[2] = ($event) => visible.value = $event),
@@ -2941,7 +2945,7 @@ const _sfc_main$7 = /* @__PURE__ */ vue.defineComponent({
2941
2945
  _: 1
2942
2946
  }),
2943
2947
  vue.createVNode(vue.unref(antDesignVue.Divider), { style: { "margin": "0" } }),
2944
- vue.createElementVNode("div", _hoisted_3$2, [
2948
+ vue.createElementVNode("div", _hoisted_3$3, [
2945
2949
  vue.createVNode(vue.unref(antDesignVue.Button), {
2946
2950
  onClick: _cache[1] || (_cache[1] = ($event) => visible.value = false)
2947
2951
  }, {
@@ -3154,26 +3158,6 @@ var product = {
3154
3158
  value: '商品单位',
3155
3159
  label: '商品单位',
3156
3160
  },
3157
- {
3158
- value: '一级分类',
3159
- label: '一级分类',
3160
- },
3161
- {
3162
- value: '二级分类',
3163
- label: '二级分类',
3164
- },
3165
- {
3166
- value: '三级分类',
3167
- label: '三级分类',
3168
- },
3169
- {
3170
- value: '商品类型',
3171
- label: '商品类型',
3172
- },
3173
- {
3174
- value: '商品标签',
3175
- label: '商品标签',
3176
- },
3177
3161
  ],
3178
3162
  },
3179
3163
  effect: {
@@ -3301,7 +3285,7 @@ var shop = {
3301
3285
  change({ api, self }, list) {
3302
3286
  api.emit('change', self.field, list, self, api, true);
3303
3287
  self.props.associatedFields = list;
3304
- nextTick(() => {
3288
+ vue.nextTick(() => {
3305
3289
  api.refresh();
3306
3290
  });
3307
3291
  },
@@ -3354,6 +3338,7 @@ var shop = {
3354
3338
  required: rule.effect.required,
3355
3339
  },
3356
3340
  config: {
3341
+ dataFiltering: rule.config.dataFiltering,
3357
3342
  isMain: rule.config.isMain,
3358
3343
  associatedFields: rule.config.associatedFields,
3359
3344
  },
@@ -3538,7 +3523,7 @@ const _hoisted_1$4 = {
3538
3523
  xmlns: "http://www.w3.org/2000/svg"
3539
3524
  };
3540
3525
  const _hoisted_2$2 = /* @__PURE__ */ vue.createStaticVNode('<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-826.000000, -249.000000)"><g transform="translate(667.000000, 71.000000)"><g transform="translate(159.000000, 178.000000)"><path d="M2,0 L197,0 C198.104569,-6.46995335e-16 199,0.8954305 199,2 L199,105 C199,106.104569 198.104569,107 197,107 L2,107 C0.8954305,107 1.3527075e-16,106.104569 0,105 L0,2 C-1.3527075e-16,0.8954305 0.8954305,2.02906125e-16 2,0 Z" fill="#F9FBFF"></path><path d="M41,6 C41.5522847,6 42,6.44771525 42,7 L42,100 C42,100.552285 41.5522847,101 41,101 L7,101 C6.44771525,101 6,100.552285 6,100 L6,7 C6,6.44771525 6.44771525,6 7,6 L41,6 Z M192,6 C192.552285,6 193,6.44771525 193,7 L193,100 C193,100.552285 192.552285,101 192,101 L159,101 C158.447715,101 158,100.552285 158,100 L158,7 C158,6.44771525 158.447715,6 159,6 L192,6 Z M151,35 C151.552285,35 152,35.4477153 152,36 L152,100 C152,100.552285 151.552285,101 151,101 L49,101 C48.4477153,101 48,100.552285 48,100 L48,36 C48,35.4477153 48.4477153,35 49,35 L151,35 Z M151,6 C151.552285,6 152,6.44771525 152,7 L152,30 C152,30.5522847 151.552285,31 151,31 L49,31 C48.4477153,31 48,30.5522847 48,30 L48,7 C48,6.44771525 48.4477153,6 49,6 L151,6 Z" fill="#EFF3FF"></path><rect stroke="#8FAAFF" fill="#D0DCFF" x="12.5" y="17.5" width="23" height="13" rx="0.5"></rect><rect fill="#E4E8F7" x="12" y="47" width="24" height="14" rx="0.5"></rect><rect fill="#E4E8F7" x="12" y="75" width="24" height="14" rx="0.5"></rect><use stroke="#AEC2FF" mask="url(#mask-2)" stroke-width="2" fill-opacity="0.26" fill="#AFC3FF" stroke-dasharray="2" xlink:href="#path-1"></use><path d="M33.5,20 C35.9852814,20 38,22.0147186 38,24.5 C38,26.9852814 35.9852814,29 33.5,29 C31.0147186,29 29,26.9852814 29,24.5 C29,22.0147186 31.0147186,20 33.5,20 Z M33.5,22 C32.1192881,22 31,23.1192881 31,24.5 C31,25.8807119 32.1192881,27 33.5,27 C34.8807119,27 36,25.8807119 36,24.5 C36,23.1192881 34.8807119,22 33.5,22 Z" fill="#2F4EED"></path><circle fill="#F9FBFF" cx="33.5" cy="24.5" r="2.5"></circle><path d="M42.5,22 C65.8354499,22 85.7454723,36.6659986 93.5155164,57.2834451 L93.7801465,55.3991118 C93.8570096,54.8522019 94.3626777,54.4711537 94.9095876,54.5480169 C95.4564976,54.6248801 95.8375458,55.1305481 95.7606826,55.677458 L94.925644,61.6190665 C94.8487808,62.1659764 94.3431128,62.5470246 93.7962028,62.4701614 L93.7673315,62.4658857 C93.5875459,62.4468789 93.4107192,62.3789077 93.2577621,62.2594045 L88.5296976,58.5654356 C88.0944913,58.2254152 88.0173279,57.5969697 88.3573483,57.1617634 C88.6973688,56.7265571 89.3258142,56.6493937 89.7610205,56.9894141 L91.887337,58.6494477 C84.582156,38.4419045 65.2276218,24 42.5,24 C40.4254117,24 38.3789284,24.1203318 36.367149,24.3543965 L36.022518,22.3809268 C38.1466458,22.1293826 40.3082134,22 42.5,22 Z" fill="#2F4EED"></path></g></g></g></g>', 1);
3541
- const _hoisted_3$1 = [
3526
+ const _hoisted_3$2 = [
3542
3527
  _hoisted_2$2
3543
3528
  ];
3544
3529
  const _hoisted_4$1 = /* @__PURE__ */ vue.createElementVNode("div", { style: { "line-height": "20px", "margin-top": "12px", "color": "#505259" } }, " \u8BF7\u62D6\u62FD\u6216\u70B9\u51FB\u5DE6\u4FA7\u5B57\u6BB5\u521B\u5EFA\u8868\u5355 ", -1);
@@ -3548,7 +3533,7 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
3548
3533
  setup(__props) {
3549
3534
  return (_ctx, _cache) => {
3550
3535
  return vue.openBlock(), vue.createElementBlock("div", null, [
3551
- (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$4, _hoisted_3$1)),
3536
+ (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$4, _hoisted_3$2)),
3552
3537
  _hoisted_4$1
3553
3538
  ]);
3554
3539
  };
@@ -3713,8 +3698,12 @@ var ruleList = {
3713
3698
  [materialType.name]: materialType,
3714
3699
  };
3715
3700
 
3716
- const _hoisted_1$1 = { class: "bm-table-column__main" };
3717
- const _hoisted_2$1 = { class: "bm-table-column-btn-wrap" };
3701
+ const _hoisted_1$1 = {
3702
+ class: "bm-table-column__main",
3703
+ style: { "margin-right": "0" }
3704
+ };
3705
+ const _hoisted_2$1 = { class: "bm-table-column__main" };
3706
+ const _hoisted_3$1 = { class: "bm-table-column-btn-wrap" };
3718
3707
  const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
3719
3708
  __name: "table-column",
3720
3709
  props: ["formCreateInject"],
@@ -3778,25 +3767,32 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
3778
3767
  align: "middle"
3779
3768
  }, {
3780
3769
  default: vue.withCtx(() => [
3781
- vue.createVNode(vue.unref(iconsVue.HolderOutlined), {
3782
- class: vue.normalizeClass([handleClass])
3783
- }, null, 8, ["class"]),
3784
- vue.createElementVNode("div", _hoisted_1$1, vue.toDisplayString(element.title.title), 1),
3785
- vue.createVNode(vue.unref(iconsVue.EditOutlined), {
3786
- class: "bm-table-column__icon is-edit",
3787
- onClick: ($event) => handleEdit(element)
3788
- }, null, 8, ["onClick"]),
3789
- vue.createVNode(_component_Delete, {
3790
- class: "bm-table-column__icon is-del",
3791
- onClick: ($event) => handleDelete(element, index)
3792
- }, null, 8, ["onClick"])
3770
+ element.config?.immutable ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
3771
+ vue.createVNode(vue.unref(iconsVue.HolderOutlined), {
3772
+ class: vue.normalizeClass([handleClass])
3773
+ }, null, 8, ["class"]),
3774
+ vue.createElementVNode("div", _hoisted_1$1, vue.toDisplayString(element.title.title), 1)
3775
+ ], 64)) : (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
3776
+ vue.createVNode(vue.unref(iconsVue.HolderOutlined), {
3777
+ class: vue.normalizeClass([handleClass])
3778
+ }, null, 8, ["class"]),
3779
+ vue.createElementVNode("div", _hoisted_2$1, vue.toDisplayString(element.title.title), 1),
3780
+ vue.createVNode(vue.unref(iconsVue.EditOutlined), {
3781
+ class: "bm-table-column__icon is-edit",
3782
+ onClick: ($event) => handleEdit(element)
3783
+ }, null, 8, ["onClick"]),
3784
+ vue.createVNode(_component_Delete, {
3785
+ class: "bm-table-column__icon is-del",
3786
+ onClick: ($event) => handleDelete(element, index)
3787
+ }, null, 8, ["onClick"])
3788
+ ], 64))
3793
3789
  ]),
3794
3790
  _: 2
3795
3791
  }, 1024)
3796
3792
  ]),
3797
3793
  _: 1
3798
3794
  }, 8, ["list", "handle"]),
3799
- vue.createElementVNode("div", _hoisted_2$1, [
3795
+ vue.createElementVNode("div", _hoisted_3$1, [
3800
3796
  vue.createVNode(vue.unref(antDesignVue.FormItemRest), null, {
3801
3797
  default: vue.withCtx(() => [
3802
3798
  vue.createVNode(vue.unref(antDesignVue.Select), {
@@ -234,14 +234,26 @@ const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
234
234
  let list = [];
235
235
  if (instance?.attrs.fieldNames || instance?.attrs["field-names"])
236
236
  key = (instance?.attrs).fieldNames?.value || (instance?.attrs)["field-names"].value;
237
- state.search.checkedAll = !state.search.checkedAll;
238
- state.search.indeterminate = false;
239
- state.search.checkedReverse = false;
240
- if (state.search.searchList.length > 0)
241
- list = state.search.searchList;
242
- else
237
+ if (state.search.searchList.length > 0) {
238
+ if (selectValue.value.length > 0) {
239
+ list = (instance?.attrs.options).filter(
240
+ (ele) => selectValue.value.indexOf(ele[key]) > -1
241
+ );
242
+ let search = state.search.searchList.filter(
243
+ (ele) => selectValue.value.indexOf(ele[key]) <= -1
244
+ );
245
+ list = [...list, ...search];
246
+ } else {
247
+ list = state.search.searchList;
248
+ }
249
+ } else
243
250
  list = instance?.attrs.options;
244
- if (state.search.checkedAll) {
251
+ if (list.length === (instance?.attrs.options).length) {
252
+ state.search.checkedAll = !state.search.checkedAll;
253
+ state.search.indeterminate = false;
254
+ state.search.checkedReverse = false;
255
+ }
256
+ if (state.search.checkedAll || state.search.searchList.length > 0) {
245
257
  selectValue.value = list.map((v) => {
246
258
  return v[key];
247
259
  });
@@ -255,6 +267,8 @@ const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
255
267
  });
256
268
  };
257
269
  const reverseAll = (e) => {
270
+ if (state.search.searchList.length > 0)
271
+ return;
258
272
  let key = "value";
259
273
  if (instance?.attrs.fieldNames || instance?.attrs["field-names"])
260
274
  key = (instance?.attrs).fieldNames?.value || (instance?.attrs)["field-names"].value;
@@ -42,7 +42,7 @@ declare const _default: import("vue").DefineComponent<{
42
42
  }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
43
43
  [key: string]: any;
44
44
  }>;
45
- ASelect: {
45
+ readonly ASelect: {
46
46
  new (...args: any[]): {
47
47
  $: import("vue").ComponentInternalInstance;
48
48
  $data: {};
@@ -222,8 +222,8 @@ declare const _default: import("vue").DefineComponent<{
222
222
  $slots: Readonly<{
223
223
  [name: string]: import("vue").Slot;
224
224
  }>;
225
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
226
- $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>, {}>;
227
227
  $emit: (event: string, ...args: any[]) => void;
228
228
  $el: any;
229
229
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -392,7 +392,7 @@ declare const _default: import("vue").DefineComponent<{
392
392
  defaultActiveFirstOption: boolean;
393
393
  labelInValue: boolean;
394
394
  bordered: boolean;
395
- }> & {
395
+ }, {}, string> & {
396
396
  beforeCreate?: (() => void) | (() => void)[] | undefined;
397
397
  created?: (() => void) | (() => void)[] | undefined;
398
398
  beforeMount?: (() => void) | (() => void)[] | undefined;
@@ -407,7 +407,7 @@ declare const _default: import("vue").DefineComponent<{
407
407
  unmounted?: (() => void) | (() => void)[] | undefined;
408
408
  renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
409
409
  renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
410
- 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;
411
411
  };
412
412
  $forceUpdate: () => void;
413
413
  $nextTick: typeof import("vue").nextTick;
@@ -731,7 +731,7 @@ declare const _default: import("vue").DefineComponent<{
731
731
  defaultActiveFirstOption: boolean;
732
732
  labelInValue: boolean;
733
733
  bordered: boolean;
734
- }> & 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 & {
735
735
  readonly Option: import("ant-design-vue/lib/vc-select/Option").OptionFC;
736
736
  readonly OptGroup: import("ant-design-vue/lib/vc-select/OptGroup").OptionGroupFC;
737
737
  readonly SECRET_COMBOBOX_MODE_DO_NOT_USE: "SECRET_COMBOBOX_MODE_DO_NOT_USE";
@@ -113,9 +113,9 @@ declare const _default: import("vue").DefineComponent<{
113
113
  handleSubmit: () => void;
114
114
  handleReset: () => void;
115
115
  handleSetDefault: () => void;
116
- DownOutlined: import("@ant-design/icons-vue/lib/icons/DownOutlined").DownOutlinedIconType;
117
- UpOutlined: import("@ant-design/icons-vue/lib/icons/UpOutlined").UpOutlinedIconType;
118
- SearchOutlined: import("@ant-design/icons-vue/lib/icons/SearchOutlined").SearchOutlinedIconType;
116
+ readonly DownOutlined: import("@ant-design/icons-vue/lib/icons/DownOutlined").DownOutlinedIconType;
117
+ readonly UpOutlined: import("@ant-design/icons-vue/lib/icons/UpOutlined").UpOutlinedIconType;
118
+ readonly SearchOutlined: import("@ant-design/icons-vue/lib/icons/SearchOutlined").SearchOutlinedIconType;
119
119
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("submit" | "reset" | "expand" | "setDefault")[], "submit" | "reset" | "expand" | "setDefault", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
120
120
  showExpandBtn: {
121
121
  type: BooleanConstructor;
@@ -42,7 +42,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
42
42
  }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
43
43
  [key: string]: any;
44
44
  }>;
45
- ASelect: {
45
+ readonly ASelect: {
46
46
  new (...args: any[]): {
47
47
  $: import("vue").ComponentInternalInstance;
48
48
  $data: {};
@@ -222,8 +222,8 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
222
222
  $slots: Readonly<{
223
223
  [name: string]: import("vue").Slot;
224
224
  }>;
225
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
226
- $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>, {}>;
227
227
  $emit: (event: string, ...args: any[]) => void;
228
228
  $el: any;
229
229
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -392,7 +392,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
392
392
  defaultActiveFirstOption: boolean;
393
393
  labelInValue: boolean;
394
394
  bordered: boolean;
395
- }> & {
395
+ }, {}, string> & {
396
396
  beforeCreate?: (() => void) | (() => void)[] | undefined;
397
397
  created?: (() => void) | (() => void)[] | undefined;
398
398
  beforeMount?: (() => void) | (() => void)[] | undefined;
@@ -407,7 +407,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
407
407
  unmounted?: (() => void) | (() => void)[] | undefined;
408
408
  renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
409
409
  renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
410
- 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;
411
411
  };
412
412
  $forceUpdate: () => void;
413
413
  $nextTick: typeof import("vue").nextTick;
@@ -731,7 +731,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
731
731
  defaultActiveFirstOption: boolean;
732
732
  labelInValue: boolean;
733
733
  bordered: boolean;
734
- }> & 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 & {
735
735
  readonly Option: import("ant-design-vue/lib/vc-select/Option").OptionFC;
736
736
  readonly OptGroup: import("ant-design-vue/lib/vc-select/OptGroup").OptionGroupFC;
737
737
  readonly SECRET_COMBOBOX_MODE_DO_NOT_USE: "SECRET_COMBOBOX_MODE_DO_NOT_USE";
@@ -73,14 +73,26 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
73
73
  let list = [];
74
74
  if (instance?.attrs.fieldNames || instance?.attrs["field-names"])
75
75
  key = (instance?.attrs).fieldNames?.value || (instance?.attrs)["field-names"].value;
76
- state.search.checkedAll = !state.search.checkedAll;
77
- state.search.indeterminate = false;
78
- state.search.checkedReverse = false;
79
- if (state.search.searchList.length > 0)
80
- list = state.search.searchList;
81
- else
76
+ if (state.search.searchList.length > 0) {
77
+ if (selectValue.value.length > 0) {
78
+ list = (instance?.attrs.options).filter(
79
+ (ele) => selectValue.value.indexOf(ele[key]) > -1
80
+ );
81
+ let search = state.search.searchList.filter(
82
+ (ele) => selectValue.value.indexOf(ele[key]) <= -1
83
+ );
84
+ list = [...list, ...search];
85
+ } else {
86
+ list = state.search.searchList;
87
+ }
88
+ } else
82
89
  list = instance?.attrs.options;
83
- if (state.search.checkedAll) {
90
+ if (list.length === (instance?.attrs.options).length) {
91
+ state.search.checkedAll = !state.search.checkedAll;
92
+ state.search.indeterminate = false;
93
+ state.search.checkedReverse = false;
94
+ }
95
+ if (state.search.checkedAll || state.search.searchList.length > 0) {
84
96
  selectValue.value = list.map((v) => {
85
97
  return v[key];
86
98
  });
@@ -95,6 +107,8 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
95
107
  };
96
108
  const reverseAll = (e) => {
97
109
  let key = "value";
110
+ if (state.search.searchList.length > 0)
111
+ return;
98
112
  if (instance?.attrs.fieldNames || instance?.attrs["field-names"])
99
113
  key = (instance?.attrs).fieldNames?.value || (instance?.attrs)["field-names"].value;
100
114
  if (selectValue.value.length <= 0)
@@ -42,7 +42,7 @@ declare const _default: import("vue").DefineComponent<{
42
42
  }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
43
43
  [key: string]: any;
44
44
  }>;
45
- ASelect: {
45
+ readonly ASelect: {
46
46
  new (...args: any[]): {
47
47
  $: import("vue").ComponentInternalInstance;
48
48
  $data: {};
@@ -222,8 +222,8 @@ declare const _default: import("vue").DefineComponent<{
222
222
  $slots: Readonly<{
223
223
  [name: string]: import("vue").Slot;
224
224
  }>;
225
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
226
- $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>, {}>;
227
227
  $emit: (event: string, ...args: any[]) => void;
228
228
  $el: any;
229
229
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -392,7 +392,7 @@ declare const _default: import("vue").DefineComponent<{
392
392
  defaultActiveFirstOption: boolean;
393
393
  labelInValue: boolean;
394
394
  bordered: boolean;
395
- }> & {
395
+ }, {}, string> & {
396
396
  beforeCreate?: (() => void) | (() => void)[] | undefined;
397
397
  created?: (() => void) | (() => void)[] | undefined;
398
398
  beforeMount?: (() => void) | (() => void)[] | undefined;
@@ -407,7 +407,7 @@ declare const _default: import("vue").DefineComponent<{
407
407
  unmounted?: (() => void) | (() => void)[] | undefined;
408
408
  renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
409
409
  renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
410
- 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;
411
411
  };
412
412
  $forceUpdate: () => void;
413
413
  $nextTick: typeof import("vue").nextTick;
@@ -731,7 +731,7 @@ declare const _default: import("vue").DefineComponent<{
731
731
  defaultActiveFirstOption: boolean;
732
732
  labelInValue: boolean;
733
733
  bordered: boolean;
734
- }> & 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 & {
735
735
  readonly Option: import("ant-design-vue/lib/vc-select/Option").OptionFC;
736
736
  readonly OptGroup: import("ant-design-vue/lib/vc-select/OptGroup").OptionGroupFC;
737
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;
@@ -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;