bm-admin-ui 1.0.89-alpha → 1.0.90-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 (75) hide show
  1. package/es/components/attachment/index.d.ts +3 -3
  2. package/es/components/attachment/src/attachment.vue.d.ts +3 -3
  3. package/es/components/breadcrumb/index.d.ts +7 -7
  4. package/es/components/breadcrumb/src/breadcrumb.vue.d.ts +7 -7
  5. package/es/components/button/index.d.ts +6 -6
  6. package/es/components/button/src/button.vue.d.ts +6 -6
  7. package/es/components/edit-form/index.d.ts +4 -4
  8. package/es/components/edit-form/index.js +1 -1
  9. package/es/components/edit-form/src/edit-form.vue.d.ts +4 -4
  10. package/es/components/feedback/index.d.ts +12 -12
  11. package/es/components/feedback/src/bmAlert.vue.d.ts +6 -6
  12. package/es/components/feedback/src/bmModal.vue.d.ts +6 -6
  13. package/es/components/float-table/index.js +62 -54
  14. package/es/components/flow-designer/index.js +1 -1
  15. package/es/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +8 -8
  16. package/es/components/form-create/index.js +389 -98
  17. package/es/components/form-designer/index.js +180 -122
  18. package/es/components/search-filter/src/form-select-all.vue.d.ts +6 -6
  19. package/es/components/search-filter/src/search-reset-btn.vue.d.ts +3 -3
  20. package/es/components/select-all/index.d.ts +6 -6
  21. package/es/components/select-all/src/selectAll.vue.d.ts +6 -6
  22. package/es/components/staffs-selector/index.d.ts +8 -8
  23. package/es/components/staffs-selector/src/staffs-selector.vue.d.ts +8 -8
  24. package/es/components/videoView/index.d.ts +1 -1
  25. package/es/components/videoView/src/videoView.vue.d.ts +1 -1
  26. package/es/utils/uniqueId.js +2 -2
  27. package/lib/components/attachment/index.d.ts +3 -3
  28. package/lib/components/attachment/src/attachment.vue.d.ts +3 -3
  29. package/lib/components/breadcrumb/index.d.ts +7 -7
  30. package/lib/components/breadcrumb/src/breadcrumb.vue.d.ts +7 -7
  31. package/lib/components/button/index.d.ts +6 -6
  32. package/lib/components/button/src/button.vue.d.ts +6 -6
  33. package/lib/components/edit-form/index.d.ts +4 -4
  34. package/lib/components/edit-form/index.js +1 -1
  35. package/lib/components/edit-form/src/edit-form.vue.d.ts +4 -4
  36. package/lib/components/feedback/index.d.ts +12 -12
  37. package/lib/components/feedback/src/bmAlert.vue.d.ts +6 -6
  38. package/lib/components/feedback/src/bmModal.vue.d.ts +6 -6
  39. package/lib/components/float-table/index.js +62 -54
  40. package/lib/components/flow-designer/index.js +1 -1
  41. package/lib/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +8 -8
  42. package/lib/components/form-create/index.js +389 -98
  43. package/lib/components/form-designer/index.js +174 -116
  44. package/lib/components/search-filter/src/form-select-all.vue.d.ts +6 -6
  45. package/lib/components/search-filter/src/search-reset-btn.vue.d.ts +3 -3
  46. package/lib/components/select-all/index.d.ts +6 -6
  47. package/lib/components/select-all/src/selectAll.vue.d.ts +6 -6
  48. package/lib/components/staffs-selector/index.d.ts +8 -8
  49. package/lib/components/staffs-selector/src/staffs-selector.vue.d.ts +8 -8
  50. package/lib/components/videoView/index.d.ts +1 -1
  51. package/lib/components/videoView/src/videoView.vue.d.ts +1 -1
  52. package/lib/utils/uniqueId.js +2 -2
  53. package/package.json +34 -34
  54. package/theme-chalk/form-designer.css +1 -1
  55. package/theme-chalk/index.css +1 -1
  56. package/types/components/attachment/index.d.ts +3 -3
  57. package/types/components/attachment/src/attachment.vue.d.ts +3 -3
  58. package/types/components/breadcrumb/index.d.ts +7 -7
  59. package/types/components/breadcrumb/src/breadcrumb.vue.d.ts +7 -7
  60. package/types/components/button/index.d.ts +6 -6
  61. package/types/components/button/src/button.vue.d.ts +6 -6
  62. package/types/components/edit-form/index.d.ts +4 -4
  63. package/types/components/edit-form/src/edit-form.vue.d.ts +4 -4
  64. package/types/components/feedback/index.d.ts +12 -12
  65. package/types/components/feedback/src/bmAlert.vue.d.ts +6 -6
  66. package/types/components/feedback/src/bmModal.vue.d.ts +6 -6
  67. package/types/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +8 -8
  68. package/types/components/search-filter/src/form-select-all.vue.d.ts +6 -6
  69. package/types/components/search-filter/src/search-reset-btn.vue.d.ts +3 -3
  70. package/types/components/select-all/index.d.ts +6 -6
  71. package/types/components/select-all/src/selectAll.vue.d.ts +6 -6
  72. package/types/components/staffs-selector/index.d.ts +8 -8
  73. package/types/components/staffs-selector/src/staffs-selector.vue.d.ts +8 -8
  74. package/types/components/videoView/index.d.ts +1 -1
  75. package/types/components/videoView/src/videoView.vue.d.ts +1 -1
@@ -1078,7 +1078,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
1078
1078
  vue.createVNode(vue.unref(BmOverTooltips__default["default"]), {
1079
1079
  title: vue.unref(getShowValue)(item) || tmpForm.value[item.prop]
1080
1080
  }, null, 8, ["title"]),
1081
- vue.createCommentVNode(' <AutoTooltip\n :tooltip="getShowValue(item) || tmpForm[item.prop]"\n /> ')
1081
+ vue.createCommentVNode(' <AutoTooltip\r\n :tooltip="getShowValue(item) || tmpForm[item.prop]"\r\n /> ')
1082
1082
  ], 6)) : vue.createCommentVNode("v-if", true),
1083
1083
  item.type === "multiText" ? (vue.openBlock(), vue.createElementBlock("div", {
1084
1084
  key: 15,
@@ -78,15 +78,15 @@ declare const _default: import("vue").DefineComponent<{
78
78
  [key: string]: any;
79
79
  }>;
80
80
  updateSlot: (key: string, value: any) => void;
81
- QuestionCircleOutlined: import("@ant-design/icons-vue/lib/icons/QuestionCircleOutlined").QuestionCircleOutlinedIconType;
82
- ClockCircleOutlined: import("@ant-design/icons-vue/lib/icons/ClockCircleOutlined").ClockCircleOutlinedIconType;
83
- CalendarOutlined: import("@ant-design/icons-vue/lib/icons/CalendarOutlined").CalendarOutlinedIconType;
81
+ readonly QuestionCircleOutlined: import("@ant-design/icons-vue/lib/icons/QuestionCircleOutlined").QuestionCircleOutlinedIconType;
82
+ readonly ClockCircleOutlined: import("@ant-design/icons-vue/lib/icons/ClockCircleOutlined").ClockCircleOutlinedIconType;
83
+ readonly CalendarOutlined: import("@ant-design/icons-vue/lib/icons/CalendarOutlined").CalendarOutlinedIconType;
84
84
  Group: import("vue").DefineComponent<{}, {
85
85
  formItemContext: import("ant-design-vue/lib/form/FormItemContext").FormItemContext;
86
86
  onFieldChange: () => void;
87
87
  onFieldBlur: () => void;
88
88
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
89
- BmOverTooltips: import("../../../utils/with-install").SFCWithInstall<{
89
+ readonly BmOverTooltips: import("../../../utils/with-install").SFCWithInstall<{
90
90
  name: string;
91
91
  props: {
92
92
  title: {
@@ -43,7 +43,7 @@ declare const BmModal: import("bm-admin-ui/es/utils/with-install").SFCWithInstal
43
43
  }>>;
44
44
  caculWidth: import("vue").ComputedRef<string>;
45
45
  onOkCallback: (e: any) => void;
46
- AModal: {
46
+ readonly AModal: {
47
47
  new (...args: any[]): {
48
48
  $: import("vue").ComponentInternalInstance;
49
49
  $data: {};
@@ -242,8 +242,8 @@ declare const BmModal: import("bm-admin-ui/es/utils/with-install").SFCWithInstal
242
242
  $slots: Readonly<{
243
243
  [name: string]: import("vue").Slot;
244
244
  }>;
245
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
246
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
245
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
246
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
247
247
  $emit: (event: string, ...args: any[]) => void;
248
248
  $el: any;
249
249
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -431,7 +431,7 @@ declare const BmModal: import("bm-admin-ui/es/utils/with-install").SFCWithInstal
431
431
  destroyOnClose: boolean;
432
432
  focusTriggerAfterClose: boolean;
433
433
  confirmLoading: boolean;
434
- }> & {
434
+ }, {}, string> & {
435
435
  beforeCreate?: (() => void) | (() => void)[] | undefined;
436
436
  created?: (() => void) | (() => void)[] | undefined;
437
437
  beforeMount?: (() => void) | (() => void)[] | undefined;
@@ -446,7 +446,7 @@ declare const BmModal: import("bm-admin-ui/es/utils/with-install").SFCWithInstal
446
446
  unmounted?: (() => void) | (() => void)[] | undefined;
447
447
  renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
448
448
  renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
449
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, 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;
449
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[] | undefined;
450
450
  };
451
451
  $forceUpdate: () => void;
452
452
  $nextTick: typeof import("vue").nextTick;
@@ -811,7 +811,7 @@ declare const BmModal: import("bm-admin-ui/es/utils/with-install").SFCWithInstal
811
811
  destroyOnClose: boolean;
812
812
  focusTriggerAfterClose: boolean;
813
813
  confirmLoading: boolean;
814
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
814
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
815
815
  readonly info: import("ant-design-vue/lib/modal/Modal").ModalFunc;
816
816
  readonly success: import("ant-design-vue/lib/modal/Modal").ModalFunc;
817
817
  readonly error: import("ant-design-vue/lib/modal/Modal").ModalFunc;
@@ -871,7 +871,7 @@ declare const BmAlert: import("bm-admin-ui/es/utils/with-install").SFCWithInstal
871
871
  };
872
872
  }>> & {}>>;
873
873
  getIconCmp: import("vue").ComputedRef<import("@ant-design/icons-vue/lib/icons/CheckCircleFilled").CheckCircleFilledIconType | undefined>;
874
- AAlert: {
874
+ readonly AAlert: {
875
875
  new (...args: any[]): {
876
876
  $: import("vue").ComponentInternalInstance;
877
877
  $data: {};
@@ -911,8 +911,8 @@ declare const BmAlert: import("bm-admin-ui/es/utils/with-install").SFCWithInstal
911
911
  $slots: Readonly<{
912
912
  [name: string]: import("vue").Slot;
913
913
  }>;
914
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
915
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
914
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
915
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
916
916
  $emit: (event: string, ...args: any[]) => void;
917
917
  $el: any;
918
918
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -941,7 +941,7 @@ declare const BmAlert: import("bm-admin-ui/es/utils/with-install").SFCWithInstal
941
941
  showIcon: boolean;
942
942
  closable: boolean;
943
943
  banner: boolean;
944
- }> & {
944
+ }, {}, string> & {
945
945
  beforeCreate?: (() => void) | (() => void)[] | undefined;
946
946
  created?: (() => void) | (() => void)[] | undefined;
947
947
  beforeMount?: (() => void) | (() => void)[] | undefined;
@@ -956,7 +956,7 @@ declare const BmAlert: import("bm-admin-ui/es/utils/with-install").SFCWithInstal
956
956
  unmounted?: (() => void) | (() => void)[] | undefined;
957
957
  renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
958
958
  renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
959
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, 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;
959
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[] | undefined;
960
960
  };
961
961
  $forceUpdate: () => void;
962
962
  $nextTick: typeof import("vue").nextTick;
@@ -1013,7 +1013,7 @@ declare const BmAlert: import("bm-admin-ui/es/utils/with-install").SFCWithInstal
1013
1013
  showIcon: boolean;
1014
1014
  closable: boolean;
1015
1015
  banner: boolean;
1016
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
1016
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
1017
1017
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1018
1018
  type: {
1019
1019
  type: StringConstructor;
@@ -27,7 +27,7 @@ declare const _default: import("vue").DefineComponent<{
27
27
  };
28
28
  }>> & {}>>;
29
29
  getIconCmp: import("vue").ComputedRef<import("@ant-design/icons-vue/lib/icons/CheckCircleFilled").CheckCircleFilledIconType | undefined>;
30
- AAlert: {
30
+ readonly AAlert: {
31
31
  new (...args: any[]): {
32
32
  $: import("vue").ComponentInternalInstance;
33
33
  $data: {};
@@ -67,8 +67,8 @@ declare const _default: import("vue").DefineComponent<{
67
67
  $slots: Readonly<{
68
68
  [name: string]: import("vue").Slot;
69
69
  }>;
70
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
71
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
70
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
71
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
72
72
  $emit: (event: string, ...args: any[]) => void;
73
73
  $el: any;
74
74
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -97,7 +97,7 @@ declare const _default: import("vue").DefineComponent<{
97
97
  showIcon: boolean;
98
98
  closable: boolean;
99
99
  banner: boolean;
100
- }> & {
100
+ }, {}, string> & {
101
101
  beforeCreate?: (() => void) | (() => void)[] | undefined;
102
102
  created?: (() => void) | (() => void)[] | undefined;
103
103
  beforeMount?: (() => void) | (() => void)[] | undefined;
@@ -112,7 +112,7 @@ declare const _default: import("vue").DefineComponent<{
112
112
  unmounted?: (() => void) | (() => void)[] | undefined;
113
113
  renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
114
114
  renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
115
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, 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;
115
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[] | undefined;
116
116
  };
117
117
  $forceUpdate: () => void;
118
118
  $nextTick: typeof import("vue").nextTick;
@@ -169,7 +169,7 @@ declare const _default: import("vue").DefineComponent<{
169
169
  showIcon: boolean;
170
170
  closable: boolean;
171
171
  banner: boolean;
172
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
172
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
173
173
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
174
174
  type: {
175
175
  type: StringConstructor;
@@ -37,7 +37,7 @@ declare const _default: import("vue").DefineComponent<{
37
37
  }>>;
38
38
  caculWidth: import("vue").ComputedRef<string>;
39
39
  onOkCallback: (e: any) => void;
40
- AModal: {
40
+ readonly AModal: {
41
41
  new (...args: any[]): {
42
42
  $: import("vue").ComponentInternalInstance;
43
43
  $data: {};
@@ -236,8 +236,8 @@ declare const _default: import("vue").DefineComponent<{
236
236
  $slots: Readonly<{
237
237
  [name: string]: import("vue").Slot;
238
238
  }>;
239
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
240
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
239
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
240
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
241
241
  $emit: (event: string, ...args: any[]) => void;
242
242
  $el: any;
243
243
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -425,7 +425,7 @@ declare const _default: import("vue").DefineComponent<{
425
425
  destroyOnClose: boolean;
426
426
  focusTriggerAfterClose: boolean;
427
427
  confirmLoading: boolean;
428
- }> & {
428
+ }, {}, string> & {
429
429
  beforeCreate?: (() => void) | (() => void)[] | undefined;
430
430
  created?: (() => void) | (() => void)[] | undefined;
431
431
  beforeMount?: (() => void) | (() => void)[] | undefined;
@@ -440,7 +440,7 @@ declare const _default: import("vue").DefineComponent<{
440
440
  unmounted?: (() => void) | (() => void)[] | undefined;
441
441
  renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
442
442
  renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
443
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, 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;
443
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[] | undefined;
444
444
  };
445
445
  $forceUpdate: () => void;
446
446
  $nextTick: typeof import("vue").nextTick;
@@ -805,7 +805,7 @@ declare const _default: import("vue").DefineComponent<{
805
805
  destroyOnClose: boolean;
806
806
  focusTriggerAfterClose: boolean;
807
807
  confirmLoading: boolean;
808
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
808
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & {
809
809
  readonly info: import("ant-design-vue/lib/modal/Modal").ModalFunc;
810
810
  readonly success: import("ant-design-vue/lib/modal/Modal").ModalFunc;
811
811
  readonly error: import("ant-design-vue/lib/modal/Modal").ModalFunc;
@@ -8,7 +8,7 @@ var antDesignVue = require('ant-design-vue');
8
8
  var vxeTable = require('vxe-table');
9
9
 
10
10
  /**!
11
- * Sortable 1.14.0
11
+ * Sortable 1.15.0
12
12
  * @author RubaXa <trash@rubaxa.org>
13
13
  * @author owenm <owen23355@gmail.com>
14
14
  * @license MIT
@@ -136,7 +136,7 @@ function _objectWithoutProperties(source, excluded) {
136
136
  return target;
137
137
  }
138
138
 
139
- var version = "1.14.0";
139
+ var version = "1.15.0";
140
140
 
141
141
  function userAgent(pattern) {
142
142
  if (typeof window !== 'undefined' && window.navigator) {
@@ -1057,11 +1057,11 @@ supportDraggable = documentExists && !ChromeForAndroid && !IOS && 'draggable' in
1057
1057
  return dragElS1Opp === targetS1Opp || dragElS2Opp === targetS2Opp || dragElS1Opp + dragElOppLength / 2 === targetS1Opp + targetOppLength / 2;
1058
1058
  },
1059
1059
 
1060
- /**
1061
- * Detects first nearest empty sortable to X and Y position using emptyInsertThreshold.
1062
- * @param {Number} x X position
1063
- * @param {Number} y Y position
1064
- * @return {HTMLElement} Element of the first found nearest Sortable
1060
+ /**
1061
+ * Detects first nearest empty sortable to X and Y position using emptyInsertThreshold.
1062
+ * @param {Number} x X position
1063
+ * @param {Number} y Y position
1064
+ * @return {HTMLElement} Element of the first found nearest Sortable
1065
1065
  */
1066
1066
  _detectNearestEmptySortable = function _detectNearestEmptySortable(x, y) {
1067
1067
  var ret;
@@ -1127,7 +1127,7 @@ _detectNearestEmptySortable = function _detectNearestEmptySortable(x, y) {
1127
1127
  }; // #1184 fix - Prevent click event on fallback if dragged but item not changed position
1128
1128
 
1129
1129
 
1130
- if (documentExists) {
1130
+ if (documentExists && !ChromeForAndroid) {
1131
1131
  document.addEventListener('click', function (evt) {
1132
1132
  if (ignoreNextClick) {
1133
1133
  evt.preventDefault();
@@ -1169,10 +1169,10 @@ var _checkOutsideTargetEl = function _checkOutsideTargetEl(evt) {
1169
1169
  dragEl.parentNode[expando]._isOutsideThisEl(evt.target);
1170
1170
  }
1171
1171
  };
1172
- /**
1173
- * @class Sortable
1174
- * @param {HTMLElement} el
1175
- * @param {Object} [options]
1172
+ /**
1173
+ * @class Sortable
1174
+ * @param {HTMLElement} el
1175
+ * @param {Object} [options]
1176
1176
  */
1177
1177
 
1178
1178
 
@@ -1746,6 +1746,7 @@ Sortable.prototype =
1746
1746
 
1747
1747
  if (!Sortable.eventCanceled) {
1748
1748
  cloneEl = clone(dragEl);
1749
+ cloneEl.removeAttribute("id");
1749
1750
  cloneEl.draggable = false;
1750
1751
  cloneEl.style['will-change'] = '';
1751
1752
 
@@ -1987,7 +1988,14 @@ Sortable.prototype =
1987
1988
 
1988
1989
  if (_onMove(rootEl, el, dragEl, dragRect, target, targetRect, evt, !!target) !== false) {
1989
1990
  capture();
1990
- el.appendChild(dragEl);
1991
+
1992
+ if (elLastChild && elLastChild.nextSibling) {
1993
+ // the last draggable element is not the last node
1994
+ el.insertBefore(dragEl, elLastChild.nextSibling);
1995
+ } else {
1996
+ el.appendChild(dragEl);
1997
+ }
1998
+
1991
1999
  parentEl = el; // actualization
1992
2000
 
1993
2001
  changed();
@@ -2310,9 +2318,9 @@ Sortable.prototype =
2310
2318
  }
2311
2319
  },
2312
2320
 
2313
- /**
2314
- * Serializes the item into an array of string.
2315
- * @returns {String[]}
2321
+ /**
2322
+ * Serializes the item into an array of string.
2323
+ * @returns {String[]}
2316
2324
  */
2317
2325
  toArray: function toArray() {
2318
2326
  var order = [],
@@ -2333,9 +2341,9 @@ Sortable.prototype =
2333
2341
  return order;
2334
2342
  },
2335
2343
 
2336
- /**
2337
- * Sorts the elements according to the array.
2338
- * @param {String[]} order order of the items
2344
+ /**
2345
+ * Sorts the elements according to the array.
2346
+ * @param {String[]} order order of the items
2339
2347
  */
2340
2348
  sort: function sort(order, useAnimation) {
2341
2349
  var items = {},
@@ -2357,29 +2365,29 @@ Sortable.prototype =
2357
2365
  useAnimation && this.animateAll();
2358
2366
  },
2359
2367
 
2360
- /**
2361
- * Save the current sorting
2368
+ /**
2369
+ * Save the current sorting
2362
2370
  */
2363
2371
  save: function save() {
2364
2372
  var store = this.options.store;
2365
2373
  store && store.set && store.set(this);
2366
2374
  },
2367
2375
 
2368
- /**
2369
- * For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.
2370
- * @param {HTMLElement} el
2371
- * @param {String} [selector] default: `options.draggable`
2372
- * @returns {HTMLElement|null}
2376
+ /**
2377
+ * For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.
2378
+ * @param {HTMLElement} el
2379
+ * @param {String} [selector] default: `options.draggable`
2380
+ * @returns {HTMLElement|null}
2373
2381
  */
2374
2382
  closest: function closest$1(el, selector) {
2375
2383
  return closest(el, selector || this.options.draggable, this.el, false);
2376
2384
  },
2377
2385
 
2378
- /**
2379
- * Set/get option
2380
- * @param {string} name
2381
- * @param {*} [value]
2382
- * @returns {*}
2386
+ /**
2387
+ * Set/get option
2388
+ * @param {string} name
2389
+ * @param {*} [value]
2390
+ * @returns {*}
2383
2391
  */
2384
2392
  option: function option(name, value) {
2385
2393
  var options = this.options;
@@ -2401,8 +2409,8 @@ Sortable.prototype =
2401
2409
  }
2402
2410
  },
2403
2411
 
2404
- /**
2405
- * Destroy
2412
+ /**
2413
+ * Destroy
2406
2414
  */
2407
2415
  destroy: function destroy() {
2408
2416
  pluginEvent('destroy', this);
@@ -2579,11 +2587,11 @@ function _getSwapDirection(evt, target, targetRect, vertical, swapThreshold, inv
2579
2587
 
2580
2588
  return 0;
2581
2589
  }
2582
- /**
2583
- * Gets the direction dragEl must be swapped relative to target in order to make it
2584
- * seem that dragEl has been "inserted" into that element's position
2585
- * @param {HTMLElement} target The target whose position dragEl is being inserted at
2586
- * @return {Number} Direction dragEl must be swapped
2590
+ /**
2591
+ * Gets the direction dragEl must be swapped relative to target in order to make it
2592
+ * seem that dragEl has been "inserted" into that element's position
2593
+ * @param {HTMLElement} target The target whose position dragEl is being inserted at
2594
+ * @return {Number} Direction dragEl must be swapped
2587
2595
  */
2588
2596
 
2589
2597
 
@@ -2594,11 +2602,11 @@ function _getInsertDirection(target) {
2594
2602
  return -1;
2595
2603
  }
2596
2604
  }
2597
- /**
2598
- * Generate id
2599
- * @param {HTMLElement} el
2600
- * @returns {String}
2601
- * @private
2605
+ /**
2606
+ * Generate id
2607
+ * @param {HTMLElement} el
2608
+ * @returns {String}
2609
+ * @private
2602
2610
  */
2603
2611
 
2604
2612
 
@@ -2662,18 +2670,18 @@ Sortable.utils = {
2662
2670
  detectDirection: _detectDirection,
2663
2671
  getChild: getChild
2664
2672
  };
2665
- /**
2666
- * Get the Sortable instance of an element
2667
- * @param {HTMLElement} element The element
2668
- * @return {Sortable|undefined} The instance of Sortable
2673
+ /**
2674
+ * Get the Sortable instance of an element
2675
+ * @param {HTMLElement} element The element
2676
+ * @return {Sortable|undefined} The instance of Sortable
2669
2677
  */
2670
2678
 
2671
2679
  Sortable.get = function (element) {
2672
2680
  return element[expando];
2673
2681
  };
2674
- /**
2675
- * Mount a plugin to Sortable
2676
- * @param {...SortablePlugin|SortablePlugin[]} plugins Plugins being mounted
2682
+ /**
2683
+ * Mount a plugin to Sortable
2684
+ * @param {...SortablePlugin|SortablePlugin[]} plugins Plugins being mounted
2677
2685
  */
2678
2686
 
2679
2687
 
@@ -2692,10 +2700,10 @@ Sortable.mount = function () {
2692
2700
  PluginManager.mount(plugin);
2693
2701
  });
2694
2702
  };
2695
- /**
2696
- * Create sortable instance
2697
- * @param {HTMLElement} el
2698
- * @param {Object} [options]
2703
+ /**
2704
+ * Create sortable instance
2705
+ * @param {HTMLElement} el
2706
+ * @param {Object} [options]
2699
2707
  */
2700
2708
 
2701
2709
 
@@ -268,7 +268,7 @@ const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
268
268
  vue.createElementVNode("span", {
269
269
  class: vue.normalizeClass(["opeator", { active: __props.isCustom }])
270
270
  }, [
271
- vue.createCommentVNode(' <CopyOutlined\n @click.stop="\n () => {\n copyCallback()\n }\n " />&nbsp;\u6682\u65F6\u5173\u95ED\u590D\u5236\u8282\u70B9 '),
271
+ vue.createCommentVNode(' <CopyOutlined\r\n @click.stop="\r\n () => {\r\n copyCallback()\r\n }\r\n " />&nbsp;\u6682\u65F6\u5173\u95ED\u590D\u5236\u8282\u70B9 '),
272
272
  vue.createVNode(vue.unref(iconsVue.CloseOutlined), {
273
273
  onClick: _cache[0] || (_cache[0] = () => {
274
274
  __props.deleteCallback();
@@ -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: {