bm-admin-ui 1.0.43-alpha → 1.0.45-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 (50) hide show
  1. package/es/components/button/index.d.ts +1 -1
  2. package/es/components/button/src/button.vue.d.ts +1 -1
  3. package/es/components/editor/index.d.ts +1 -1
  4. package/es/components/editor/src/editor.vue.d.ts +1 -1
  5. package/es/components/float-table/index.d.ts +2 -2
  6. package/es/components/float-table/src/float-table.vue.d.ts +2 -2
  7. package/es/components/form-create/index.js +42 -11
  8. package/es/components/form-designer/index.js +19 -5
  9. package/es/components/input-tags-display/index.js +11 -9
  10. package/es/components/search-filter/index.d.ts +3 -3
  11. package/es/components/search-filter/src/search-filter.vue.d.ts +3 -3
  12. package/es/components/select-all/index.d.ts +1 -1
  13. package/es/components/select-all/src/selectAll.vue.d.ts +1 -1
  14. package/es/components/staffs-selector/index.d.ts +2 -2
  15. package/es/components/staffs-selector/index.js +3 -8
  16. package/es/components/staffs-selector/src/multipleCmp.vue.d.ts +2 -2
  17. package/es/components/staffs-selector/src/staffs-selector.vue.d.ts +2 -2
  18. package/index.esm.js +57491 -57879
  19. package/index.js +57491 -57879
  20. package/lib/components/button/index.d.ts +1 -1
  21. package/lib/components/button/src/button.vue.d.ts +1 -1
  22. package/lib/components/editor/index.d.ts +1 -1
  23. package/lib/components/editor/src/editor.vue.d.ts +1 -1
  24. package/lib/components/float-table/index.d.ts +2 -2
  25. package/lib/components/float-table/src/float-table.vue.d.ts +2 -2
  26. package/lib/components/form-create/index.js +41 -10
  27. package/lib/components/form-designer/index.js +19 -5
  28. package/lib/components/input-tags-display/index.js +11 -9
  29. package/lib/components/search-filter/index.d.ts +3 -3
  30. package/lib/components/search-filter/src/search-filter.vue.d.ts +3 -3
  31. package/lib/components/select-all/index.d.ts +1 -1
  32. package/lib/components/select-all/src/selectAll.vue.d.ts +1 -1
  33. package/lib/components/staffs-selector/index.d.ts +2 -2
  34. package/lib/components/staffs-selector/index.js +8 -22
  35. package/lib/components/staffs-selector/src/multipleCmp.vue.d.ts +2 -2
  36. package/lib/components/staffs-selector/src/staffs-selector.vue.d.ts +2 -2
  37. package/package.json +1 -1
  38. package/types/components/button/index.d.ts +1 -1
  39. package/types/components/button/src/button.vue.d.ts +1 -1
  40. package/types/components/editor/index.d.ts +1 -1
  41. package/types/components/editor/src/editor.vue.d.ts +1 -1
  42. package/types/components/float-table/index.d.ts +2 -2
  43. package/types/components/float-table/src/float-table.vue.d.ts +2 -2
  44. package/types/components/search-filter/index.d.ts +3 -3
  45. package/types/components/search-filter/src/search-filter.vue.d.ts +3 -3
  46. package/types/components/select-all/index.d.ts +1 -1
  47. package/types/components/select-all/src/selectAll.vue.d.ts +1 -1
  48. package/types/components/staffs-selector/index.d.ts +2 -2
  49. package/types/components/staffs-selector/src/multipleCmp.vue.d.ts +2 -2
  50. package/types/components/staffs-selector/src/staffs-selector.vue.d.ts +2 -2
@@ -115,7 +115,7 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
115
115
  onSubmit?: ((...args: any[]) => any) | undefined;
116
116
  onExpand?: ((...args: any[]) => any) | undefined;
117
117
  }>>;
118
- emits: (event: "submit" | "reset" | "update:value" | "expand", ...args: any[]) => void;
118
+ emits: (event: "update:value" | "submit" | "reset" | "expand", ...args: any[]) => void;
119
119
  isExpand: import("vue").Ref<boolean>;
120
120
  searchResetBtnRule: {
121
121
  type: string;
@@ -156,7 +156,7 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
156
156
  handleResize: () => void;
157
157
  expandRule: import("vue").ComputedRef<unknown[]>;
158
158
  handleChangeExpand: (value: any) => void;
159
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("submit" | "reset" | "update:value" | "expand")[], "submit" | "reset" | "update:value" | "expand", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
159
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "submit" | "reset" | "expand")[], "update:value" | "submit" | "reset" | "expand", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
160
160
  showExpandBtn: {
161
161
  type: BooleanConstructor;
162
162
  default: boolean;
@@ -217,8 +217,8 @@ declare const BmSearchFilter: import("bm-admin-ui/es/utils/with-install").SFCWit
217
217
  onSubmit?: ((...args: any[]) => any) | undefined;
218
218
  onExpand?: ((...args: any[]) => any) | undefined;
219
219
  }, {
220
- loading: boolean;
221
220
  value: Record<string, any>;
221
+ loading: boolean;
222
222
  showExpandBtn: boolean;
223
223
  showSearchIcon: boolean;
224
224
  expandPlacement: "left" | "right";
@@ -115,7 +115,7 @@ declare const _default: import("vue").DefineComponent<{
115
115
  onSubmit?: ((...args: any[]) => any) | undefined;
116
116
  onExpand?: ((...args: any[]) => any) | undefined;
117
117
  }>>;
118
- emits: (event: "submit" | "reset" | "update:value" | "expand", ...args: any[]) => void;
118
+ emits: (event: "update:value" | "submit" | "reset" | "expand", ...args: any[]) => void;
119
119
  isExpand: import("vue").Ref<boolean>;
120
120
  searchResetBtnRule: {
121
121
  type: string;
@@ -156,7 +156,7 @@ declare const _default: import("vue").DefineComponent<{
156
156
  handleResize: () => void;
157
157
  expandRule: import("vue").ComputedRef<unknown[]>;
158
158
  handleChangeExpand: (value: any) => void;
159
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("submit" | "reset" | "update:value" | "expand")[], "submit" | "reset" | "update:value" | "expand", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
159
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "submit" | "reset" | "expand")[], "update:value" | "submit" | "reset" | "expand", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
160
160
  showExpandBtn: {
161
161
  type: BooleanConstructor;
162
162
  default: boolean;
@@ -217,8 +217,8 @@ declare const _default: import("vue").DefineComponent<{
217
217
  onSubmit?: ((...args: any[]) => any) | undefined;
218
218
  onExpand?: ((...args: any[]) => any) | undefined;
219
219
  }, {
220
- loading: boolean;
221
220
  value: Record<string, any>;
221
+ loading: boolean;
222
222
  showExpandBtn: boolean;
223
223
  showSearchIcon: boolean;
224
224
  expandPlacement: "left" | "right";
@@ -210,7 +210,7 @@ declare const BmSelectAll: import("bm-admin-ui/es/utils/with-install").SFCWithIn
210
210
  type: BooleanConstructor;
211
211
  default: any;
212
212
  };
213
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "loading" | "disabled" | "bordered" | "choiceTransitionName" | "open" | "virtual" | "dropdownMatchSelectWidth" | "autofocus" | "showSearch" | "defaultOpen" | "allowClear" | "showArrow" | "autoClearSearchValue" | "filterOption" | "defaultActiveFirstOption" | "labelInValue">;
213
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "loading" | "bordered" | "choiceTransitionName" | "open" | "virtual" | "dropdownMatchSelectWidth" | "autofocus" | "showSearch" | "defaultOpen" | "allowClear" | "showArrow" | "autoClearSearchValue" | "filterOption" | "defaultActiveFirstOption" | "labelInValue">;
214
214
  $attrs: {
215
215
  [x: string]: unknown;
216
216
  };
@@ -210,7 +210,7 @@ declare const _default: import("vue").DefineComponent<{
210
210
  type: BooleanConstructor;
211
211
  default: any;
212
212
  };
213
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "loading" | "disabled" | "bordered" | "choiceTransitionName" | "open" | "virtual" | "dropdownMatchSelectWidth" | "autofocus" | "showSearch" | "defaultOpen" | "allowClear" | "showArrow" | "autoClearSearchValue" | "filterOption" | "defaultActiveFirstOption" | "labelInValue">;
213
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "loading" | "bordered" | "choiceTransitionName" | "open" | "virtual" | "dropdownMatchSelectWidth" | "autofocus" | "showSearch" | "defaultOpen" | "allowClear" | "showArrow" | "autoClearSearchValue" | "filterOption" | "defaultActiveFirstOption" | "labelInValue">;
214
214
  $attrs: {
215
215
  [x: string]: unknown;
216
216
  };
@@ -910,9 +910,9 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
910
910
  searchVal: import("vue").Ref<string>;
911
911
  selectAll: import("vue").Ref<boolean>;
912
912
  indeterminate: import("vue").Ref<boolean>;
913
- emptyPic: import("vue").Ref<JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
913
+ emptyPic: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
914
914
  [key: string]: any;
915
- }> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
915
+ }> | null | undefined) | JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
916
916
  [key: string]: any;
917
917
  }> | null | undefined)[]>;
918
918
  isFulfill: import("vue").Ref<boolean>;
@@ -28,9 +28,9 @@ declare const _default: import("vue").DefineComponent<{
28
28
  searchVal: import("vue").Ref<string>;
29
29
  selectAll: import("vue").Ref<boolean>;
30
30
  indeterminate: import("vue").Ref<boolean>;
31
- emptyPic: import("vue").Ref<JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
31
+ emptyPic: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
32
32
  [key: string]: any;
33
- }> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
33
+ }> | null | undefined) | JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
34
34
  [key: string]: any;
35
35
  }> | null | undefined)[]>;
36
36
  isFulfill: import("vue").Ref<boolean>;
@@ -910,9 +910,9 @@ declare const _default: import("vue").DefineComponent<{
910
910
  searchVal: import("vue").Ref<string>;
911
911
  selectAll: import("vue").Ref<boolean>;
912
912
  indeterminate: import("vue").Ref<boolean>;
913
- emptyPic: import("vue").Ref<JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
913
+ emptyPic: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
914
914
  [key: string]: any;
915
- }> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
915
+ }> | null | undefined) | JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
916
916
  [key: string]: any;
917
917
  }> | null | undefined)[]>;
918
918
  isFulfill: import("vue").Ref<boolean>;