bm-admin-ui 1.0.12-alpha → 1.0.15-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/feedback/index.js +25 -21
  2. package/es/components/float-table/index.d.ts +2 -2
  3. package/es/components/float-table/index.js +36 -27
  4. package/es/components/float-table/src/float-table.vue.d.ts +2 -2
  5. package/es/components/index.d.ts +1 -0
  6. package/es/components/index.js +1 -0
  7. package/es/components/input-tags-display/index.d.ts +66 -0
  8. package/es/components/input-tags-display/index.js +1279 -0
  9. package/es/components/input-tags-display/src/input-tags-display.vue.d.ts +63 -0
  10. package/es/components/multi-cascader-compose/index.js +28 -25
  11. package/es/components/over-tooltips/index.js +27 -20
  12. package/es/components/search-filter/index.d.ts +1 -3
  13. package/es/components/search-filter/index.js +48 -36
  14. package/es/components/search-filter/src/search-filter.vue.d.ts +1 -3
  15. package/es/components/shops-filter/index.js +23 -30
  16. package/es/components/staffs-selector/index.d.ts +27 -0
  17. package/es/components/staffs-selector/index.js +150 -103
  18. package/es/components/staffs-selector/src/multipleCmp.vue.d.ts +21 -3
  19. package/es/components/staffs-selector/src/radioCmp.vue.d.ts +1 -1
  20. package/es/components/staffs-selector/src/staffs-selector.vue.d.ts +27 -0
  21. package/es/components/staffs-selector/src/variedCmp.vue.d.ts +1 -1
  22. package/es/components/timeline/index.js +6 -6
  23. package/es/components/upload/index.js +86 -76
  24. package/index.esm.js +37844 -1310
  25. package/index.js +37844 -1309
  26. package/lib/components/feedback/index.js +24 -20
  27. package/lib/components/float-table/index.d.ts +2 -2
  28. package/lib/components/float-table/index.js +36 -27
  29. package/lib/components/float-table/src/float-table.vue.d.ts +2 -2
  30. package/lib/components/index.d.ts +1 -0
  31. package/lib/components/index.js +7 -0
  32. package/lib/components/input-tags-display/index.d.ts +66 -0
  33. package/lib/components/input-tags-display/index.js +1289 -0
  34. package/lib/components/input-tags-display/src/input-tags-display.vue.d.ts +63 -0
  35. package/lib/components/multi-cascader-compose/index.js +28 -25
  36. package/lib/components/over-tooltips/index.js +27 -20
  37. package/lib/components/search-filter/index.d.ts +1 -3
  38. package/lib/components/search-filter/index.js +48 -36
  39. package/lib/components/search-filter/src/search-filter.vue.d.ts +1 -3
  40. package/lib/components/shops-filter/index.js +23 -30
  41. package/lib/components/staffs-selector/index.d.ts +27 -0
  42. package/lib/components/staffs-selector/index.js +150 -103
  43. package/lib/components/staffs-selector/src/multipleCmp.vue.d.ts +21 -3
  44. package/lib/components/staffs-selector/src/radioCmp.vue.d.ts +1 -1
  45. package/lib/components/staffs-selector/src/staffs-selector.vue.d.ts +27 -0
  46. package/lib/components/staffs-selector/src/variedCmp.vue.d.ts +1 -1
  47. package/lib/components/timeline/index.js +6 -6
  48. package/lib/components/upload/index.js +86 -76
  49. package/package.json +29 -29
  50. package/theme-chalk/button.css +1 -1
  51. package/theme-chalk/feedback.css +1 -1
  52. package/theme-chalk/float-table.css +1 -1
  53. package/theme-chalk/floating-vue.css +1 -1
  54. package/theme-chalk/flow-designer.css +1 -1
  55. package/theme-chalk/index.css +1 -1
  56. package/theme-chalk/input-tags-display.css +1 -0
  57. package/theme-chalk/modal.css +1 -1
  58. package/theme-chalk/multi-cascader-compose.css +1 -1
  59. package/theme-chalk/over-tooltips.css +1 -1
  60. package/theme-chalk/search-filter.css +1 -1
  61. package/theme-chalk/staffs-selector.css +1 -1
  62. package/theme-chalk/timeline.css +1 -1
  63. package/theme-chalk/upload.css +1 -1
  64. package/types/components/float-table/index.d.ts +2 -2
  65. package/types/components/float-table/src/float-table.vue.d.ts +2 -2
  66. package/types/components/index.d.ts +1 -0
  67. package/types/components/input-tags-display/index.d.ts +66 -0
  68. package/types/components/input-tags-display/src/input-tags-display.vue.d.ts +63 -0
  69. package/types/components/search-filter/index.d.ts +1 -3
  70. package/types/components/search-filter/src/search-filter.vue.d.ts +1 -3
  71. package/types/components/staffs-selector/index.d.ts +27 -0
  72. package/types/components/staffs-selector/src/multipleCmp.vue.d.ts +21 -3
  73. package/types/components/staffs-selector/src/radioCmp.vue.d.ts +1 -1
  74. package/types/components/staffs-selector/src/staffs-selector.vue.d.ts +27 -0
  75. package/types/components/staffs-selector/src/variedCmp.vue.d.ts +1 -1
@@ -27,6 +27,18 @@ declare const _default: import("vue").DefineComponent<{
27
27
  type: BooleanConstructor;
28
28
  default: boolean;
29
29
  };
30
+ immediateFetch: {
31
+ type: BooleanConstructor;
32
+ default: boolean;
33
+ };
34
+ showCount: {
35
+ type: BooleanConstructor;
36
+ default: boolean;
37
+ };
38
+ unitStr: {
39
+ type: StringConstructor;
40
+ default: string;
41
+ };
30
42
  }, {
31
43
  list: import("vue").Ref<any[]>;
32
44
  selected: import("vue").Ref<any>;
@@ -67,6 +79,18 @@ declare const _default: import("vue").DefineComponent<{
67
79
  type: BooleanConstructor;
68
80
  default: boolean;
69
81
  };
82
+ immediateFetch: {
83
+ type: BooleanConstructor;
84
+ default: boolean;
85
+ };
86
+ showCount: {
87
+ type: BooleanConstructor;
88
+ default: boolean;
89
+ };
90
+ unitStr: {
91
+ type: StringConstructor;
92
+ default: string;
93
+ };
70
94
  }>> & {
71
95
  "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
72
96
  "onUpdate:select"?: ((...args: any[]) => any) | undefined;
@@ -74,8 +98,11 @@ declare const _default: import("vue").DefineComponent<{
74
98
  title: string;
75
99
  visible: boolean;
76
100
  mode: string;
101
+ showCount: boolean;
77
102
  limit: number;
103
+ unitStr: string;
78
104
  load: Function;
79
105
  forceStatic: boolean;
106
+ immediateFetch: boolean;
80
107
  }>;
81
108
  export default _default;
@@ -54,8 +54,8 @@ declare const _default: import("vue").DefineComponent<{
54
54
  "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
55
55
  onFetchList?: ((...args: any[]) => any) | undefined;
56
56
  }, {
57
- selected: unknown[];
58
57
  list: unknown[];
58
+ selected: unknown[];
59
59
  dataMap: Map<unknown, unknown>;
60
60
  curlistKeys: Set<unknown>;
61
61
  }>;