bm-admin-ui 1.0.84-alpha → 1.0.86-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 (42) hide show
  1. package/es/components/float-table/index.js +62 -54
  2. package/es/components/form-create/index.js +70 -10
  3. package/es/components/index.d.ts +0 -1
  4. package/es/components/shops-filter/index.js +33 -5
  5. package/es/components/staffs-selector/index.d.ts +8 -8
  6. package/es/components/staffs-selector/index.js +2 -2
  7. package/es/components/staffs-selector/src/departmentCmp.vue.d.ts +3 -3
  8. package/es/components/staffs-selector/src/multipleCmp.vue.d.ts +3 -3
  9. package/es/components/staffs-selector/src/radioCmp.vue.d.ts +2 -2
  10. package/es/components/staffs-selector/src/staffs-selector.vue.d.ts +8 -8
  11. package/es/components/staffs-selector/src/variedCmp.vue.d.ts +3 -3
  12. package/lib/components/float-table/index.js +62 -54
  13. package/lib/components/form-create/index.js +68 -8
  14. package/lib/components/index.d.ts +0 -1
  15. package/lib/components/shops-filter/index.js +33 -5
  16. package/lib/components/staffs-selector/index.d.ts +8 -8
  17. package/lib/components/staffs-selector/index.js +2 -2
  18. package/lib/components/staffs-selector/src/departmentCmp.vue.d.ts +3 -3
  19. package/lib/components/staffs-selector/src/multipleCmp.vue.d.ts +3 -3
  20. package/lib/components/staffs-selector/src/radioCmp.vue.d.ts +2 -2
  21. package/lib/components/staffs-selector/src/staffs-selector.vue.d.ts +8 -8
  22. package/lib/components/staffs-selector/src/variedCmp.vue.d.ts +3 -3
  23. package/package.json +1 -1
  24. package/theme-chalk/form-create.css +1 -1
  25. package/theme-chalk/index.css +1 -1
  26. package/theme-chalk/shops-filter.css +1 -1
  27. package/types/components/index.d.ts +0 -1
  28. package/types/components/staffs-selector/index.d.ts +8 -8
  29. package/types/components/staffs-selector/src/departmentCmp.vue.d.ts +3 -3
  30. package/types/components/staffs-selector/src/multipleCmp.vue.d.ts +3 -3
  31. package/types/components/staffs-selector/src/radioCmp.vue.d.ts +2 -2
  32. package/types/components/staffs-selector/src/staffs-selector.vue.d.ts +8 -8
  33. package/types/components/staffs-selector/src/variedCmp.vue.d.ts +3 -3
  34. package/es/components/shops-filter/index.d.ts +0 -99
  35. package/es/components/shops-filter/src/shops-filter.d.ts +0 -25
  36. package/es/components/shops-filter/src/shops-filter.vue.d.ts +0 -98
  37. package/lib/components/shops-filter/index.d.ts +0 -99
  38. package/lib/components/shops-filter/src/shops-filter.d.ts +0 -25
  39. package/lib/components/shops-filter/src/shops-filter.vue.d.ts +0 -98
  40. package/types/components/shops-filter/index.d.ts +0 -99
  41. package/types/components/shops-filter/src/shops-filter.d.ts +0 -25
  42. package/types/components/shops-filter/src/shops-filter.vue.d.ts +0 -98
@@ -1 +1 @@
1
- .__shops-filter-component{font-family:PingFangSC-Regular,PingFang SC;font-size:14px;font-weight:500;line-height:20px;padding:5px;position:relative;white-space:nowrap}.__shops-filter-content{padding:16px 24px;background-color:#fff;min-width:960px;position:absolute;top:44px;left:0;width:100%;z-index:999;box-sizing:border-box}.__shops-filter-content .__shops-filter-area-tabs{display:flex}.__shops-filter-content .__shops-filter-area-tabs .label{width:56px;text-align:right;margin-right:8px;margin-top:2px;flex:0 0 45px}.__shops-filter-content .__shops-filter-areas{width:87%;display:flex;flex-wrap:wrap}.__shops-filter-content .__shops-filter-areas span{font-weight:400;color:#737380;line-height:20px;padding:2px 9px;display:inline-block;margin:0 4px 6px;cursor:pointer}.__shops-filter-content .__shops-filter-areas .active{background:rgba(47,78,237,.13);border-radius:2px;color:#2f4eed}.__shops-filter-content .__shops-filter-tabs{border-bottom:1px solid #e8e8e8;padding-bottom:8px;margin-bottom:16px;position:relative}.__shops-filter-content .__shops-filter-selecting{font-weight:400;color:#505259;line-height:22px;position:absolute;right:0;bottom:15px}.__shops-filter-content .__shops-filter-selecting span{margin:0 4px;font-weight:600;color:#2f4eed}.__shops-filter-content .__checkbox-operate-box{position:relative}.__shops-filter-content .__checkbox-operate-box :deep(.ant-checkbox-wrapper+.ant-checkbox-wrapper){margin-left:16px}.__shops-filter-content .__checkbox-operate-box .__shops-filter-selecting{font-weight:400;color:#505259;line-height:22px;position:absolute;right:0;bottom:5px}.__shops-filter-content .__checkbox-operate-box .__shops-filter-selecting span{margin:0 4px;font-weight:600;color:#2f4eed}.__shops-filter-content .__shops-checkbox-box{overflow-y:auto;overflow-x:hidden;padding-bottom:10px;box-sizing:border-box}.__shops-filter-content .__shops-checkbox-box::-webkit-scrollbar{width:6px}.__shops-filter-content .__shops-checkbox-box::-webkit-scrollbar-thumb{background:rgba(147,147,163,.5);border-radius:3px}.__shops-filter-content .__shops-checkbox-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:10px;line-height:1;padding-top:8px}.__shops-filter-content .__shops-checkbox-grid div{font-weight:500;color:#505259;line-height:22px}.__shops-filter-content .__shops-checkbox-grid div :deep(.ant-checkbox+span){width:220px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.__shops-filter-no-absolute{position:static;margin-top:12px}.__shops-filter-label{display:inline-block;text-align:right;color:#242633;line-height:32px;vertical-align:top}.__shops-filter-input-box{display:inline-block;width:100%;background:#fff;border-radius:2px;border:1px solid #d9d9d9;color:#9393a3;padding:5px 12px;margin-left:15px;cursor:pointer;position:relative}.__shops-filter-input-box:active,.__shops-filter-input-box:hover{border-radius:2px}.__shops-filter-input-box.active-box{border-color:#2f4eed}.__shops-filter-input-box.active-box .active-icon{transform:rotate(180deg)}.__shops-filter-input-box .input-icon{position:absolute;display:block;width:40px;height:30px;text-align:center;line-height:30px;right:0;top:0;transition:all .3s}.__shops-filter-input-box .__shops-filter-list{width:100%;overflow:hidden}.__shops-filter-input-box .__shops-filter-list .selected-tag{background:#f5f5f5;border-radius:2px;border:1px solid #d9d9d9;font-size:12px;color:#242633;line-height:16px;padding:1px 8px;display:inline-block;margin-right:8px}.__shops-filter-input-box .__shops-filter-list .delete-icon{position:absolute;display:block;height:26px;text-align:center;line-height:28px;right:1px;top:2px;width:40px;background-color:#fff}.__shops-filter-search-input{display:inline-block;margin-left:4px;vertical-align:top}.__shops-filter-search-input .ant-input-wrapper{display:flex}.__shops-filter-popover .ant-popover-inner-content{padding:12px 12px 4px 12px}.__shops-filter-popover .pop-seleted{max-width:980px}.__shops-filter-popover .pop-seleted-title{color:#505259;line-height:22px}.__shops-filter-popover .pop-seleted-title span{font-weight:600;color:#2f4eed;line-height:22px;margin:0 8px}.__shops-filter-popover .pop-seleted-shops{display:flex;justify-content:stretch;flex-wrap:wrap;margin-top:8px;margin-bottom:14px;max-height:240px;overflow-y:auto}.__shops-filter-popover .pop-seleted-shops::-webkit-scrollbar{width:4px}.__shops-filter-popover .pop-seleted-shops::-webkit-scrollbar-thumb{background:rgba(147,147,163,.5);border-radius:3px}.__shops-filter-popover .pop-seleted-item{background:#f5f5f5;border-radius:2px;border:1px solid #d9d9d9;padding:1px 8px;font-size:12px;font-weight:400;color:#242633;line-height:20px;display:inline-block;margin:8px 8px 0 0}
1
+ .__shops-filter-component{font-family:PingFangSC-Regular,PingFang SC;font-size:14px;font-weight:500;line-height:20px;padding:5px;position:relative;white-space:nowrap}.__shops-filter-content{padding:16px 24px;background-color:#fff;min-width:960px;position:absolute;top:44px;left:0;width:100%;z-index:999;box-sizing:border-box}.__shops-filter-content .__shops-filter-area-tabs{display:flex}.__shops-filter-content .__shops-filter-area-tabs .label{width:56px;text-align:right;margin-right:8px;margin-top:2px;flex:0 0 45px}.__shops-filter-content .__shops-filter-areas{width:87%;display:flex;flex-wrap:wrap}.__shops-filter-content .__shops-filter-areas span{font-weight:400;color:#737380;line-height:20px;padding:2px 9px;display:inline-block;margin:0 4px 6px;cursor:pointer}.__shops-filter-content .__shops-filter-areas .active{background:rgba(47,78,237,.13);border-radius:2px;color:#2f4eed}.__shops-filter-content .__shops-filter-tabs{border-bottom:1px solid #e8e8e8;padding-bottom:8px;margin-bottom:16px;position:relative}.__shops-filter-content .__shops-filter-selecting{font-weight:400;color:#505259;line-height:22px;position:absolute;right:0;bottom:15px}.__shops-filter-content .__shops-filter-selecting span{margin:0 4px;font-weight:600;color:#2f4eed}.__shops-filter-content .__checkbox-operate-box{position:relative}.__shops-filter-content .__checkbox-operate-box :deep(.ant-checkbox-wrapper+.ant-checkbox-wrapper){margin-left:16px}.__shops-filter-content .__checkbox-operate-box .__shops-filter-selecting{font-weight:400;color:#505259;line-height:22px;position:absolute;right:0;bottom:5px}.__shops-filter-content .__checkbox-operate-box .__shops-filter-selecting span{margin:0 4px;font-weight:600;color:#2f4eed}.__shops-filter-content .__shops-checkbox-box{overflow-y:auto;overflow-x:hidden;padding-bottom:10px;box-sizing:border-box}.__shops-filter-content .__shops-checkbox-box::-webkit-scrollbar{width:6px}.__shops-filter-content .__shops-checkbox-box::-webkit-scrollbar-thumb{background:rgba(147,147,163,.5);border-radius:3px}.__shops-filter-content .__shops-checkbox-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:10px;line-height:1;padding-top:8px}.__shops-filter-content .__shops-checkbox-grid div{font-weight:500;color:#505259;line-height:22px}.__shops-filter-content .__shops-checkbox-grid div :deep(.ant-checkbox+span){width:220px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.__shops-filter-no-absolute{position:static;margin-top:12px}.__shops-filter-label{display:inline-block;text-align:right;color:#242633;line-height:32px;vertical-align:top}.__shops-filter-input-box{display:inline-block;width:100%;background:#fff;border-radius:2px;border:1px solid #d9d9d9;color:#9393a3;padding:5px 12px;margin-left:15px;cursor:pointer;position:relative}.__shops-filter-input-box:active,.__shops-filter-input-box:hover{border-radius:2px}.__shops-filter-input-box.active-box{border-color:#2f4eed}.__shops-filter-input-box.active-box .active-icon{transform:rotate(180deg)}.__shops-filter-input-box .input-icon{position:absolute;display:block;width:40px;height:30px;text-align:center;line-height:30px;right:0;top:0;transition:all .3s}.__shops-filter-input-box .__shops-filter-list{width:100%;overflow:hidden}.__shops-filter-input-box .__shops-filter-list .selected-tag{background:#f5f5f5;border-radius:2px;border:1px solid #d9d9d9;font-size:12px;color:#242633;line-height:16px;padding:1px 8px;display:inline-block;margin-right:8px;vertical-align:top}.__shops-filter-input-box .__shops-filter-list .delete-icon{position:absolute;display:block;height:26px;text-align:center;line-height:28px;right:1px;top:2px;width:40px;background-color:#fff}.__shops-filter-search-input{display:inline-block;margin-left:4px;vertical-align:top}.__shops-filter-search-input .ant-input-wrapper{display:flex}.__shops-filter-popover .ant-popover-inner-content{padding:12px 12px 4px 12px}.__shops-filter-popover .pop-seleted{max-width:980px}.__shops-filter-popover .pop-seleted-title{color:#505259;line-height:22px}.__shops-filter-popover .pop-seleted-title span{font-weight:600;color:#2f4eed;line-height:22px;margin:0 8px}.__shops-filter-popover .pop-seleted-shops{display:flex;justify-content:stretch;flex-wrap:wrap;margin-top:8px;margin-bottom:14px;max-height:240px;overflow-y:auto}.__shops-filter-popover .pop-seleted-shops::-webkit-scrollbar{width:4px}.__shops-filter-popover .pop-seleted-shops::-webkit-scrollbar-thumb{background:rgba(147,147,163,.5);border-radius:3px}.__shops-filter-popover .pop-seleted-item{background:#f5f5f5;border-radius:2px;border:1px solid #d9d9d9;padding:1px 8px;font-size:12px;font-weight:400;color:#242633;line-height:20px;display:inline-block;margin:8px 8px 0 0}
@@ -2,7 +2,6 @@ export * from './button';
2
2
  export * from './flow-designer';
3
3
  export * from './feedback';
4
4
  export * from './search-filter';
5
- export * from './shops-filter';
6
5
  export * from './staffs-selector/index';
7
6
  export * from './float-table';
8
7
  export * from './over-tooltips';
@@ -908,7 +908,7 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
908
908
  [key: string]: any;
909
909
  }> | null | undefined)[]>;
910
910
  isFulfill: import("vue").Ref<boolean>;
911
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:selected" | "fetchList")[], "update:selected" | "fetchList", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
911
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("fetchList" | "update:selected")[], "fetchList" | "update:selected", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
912
912
  limit: {
913
913
  type: NumberConstructor;
914
914
  default: number;
@@ -918,11 +918,11 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
918
918
  default: () => never[];
919
919
  };
920
920
  }>> & {
921
- "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
922
921
  onFetchList?: ((...args: any[]) => any) | undefined;
922
+ "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
923
923
  }, {
924
- selected: unknown[];
925
924
  limit: number;
925
+ selected: unknown[];
926
926
  }>;
927
927
  radioCmp: import("vue").DefineComponent<{
928
928
  list: {
@@ -939,7 +939,7 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
939
939
  searched: import("vue").ComputedRef<boolean>;
940
940
  search: () => void;
941
941
  radioChange: (e: any) => void;
942
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:selected" | "fetchList")[], "update:selected" | "fetchList", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
942
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("fetchList" | "update:selected")[], "fetchList" | "update:selected", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
943
943
  list: {
944
944
  type: ArrayConstructor;
945
945
  default: () => never[];
@@ -949,8 +949,8 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
949
949
  default: string;
950
950
  };
951
951
  }>> & {
952
- "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
953
952
  onFetchList?: ((...args: any[]) => any) | undefined;
953
+ "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
954
954
  }, {
955
955
  list: unknown[];
956
956
  selected: string;
@@ -984,7 +984,7 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
984
984
  }> | null | undefined)[]>;
985
985
  isFulfill: import("vue").Ref<boolean>;
986
986
  changeTreeCheck: (checkedKeys: any) => void;
987
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:selected" | "fetchList")[], "update:selected" | "fetchList", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
987
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("fetchList" | "update:selected")[], "fetchList" | "update:selected", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
988
988
  limit: {
989
989
  type: NumberConstructor;
990
990
  default: number;
@@ -994,11 +994,11 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
994
994
  default: () => never[];
995
995
  };
996
996
  }>> & {
997
- "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
998
997
  onFetchList?: ((...args: any[]) => any) | undefined;
998
+ "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
999
999
  }, {
1000
- selected: unknown[];
1001
1000
  limit: number;
1001
+ selected: unknown[];
1002
1002
  }>;
1003
1003
  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<{
@@ -27,7 +27,7 @@ declare const _default: import("vue").DefineComponent<{
27
27
  }> | null | undefined)[]>;
28
28
  isFulfill: import("vue").Ref<boolean>;
29
29
  changeTreeCheck: (checkedKeys: any) => void;
30
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:selected" | "fetchList")[], "update:selected" | "fetchList", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
30
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("fetchList" | "update:selected")[], "fetchList" | "update:selected", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
31
31
  limit: {
32
32
  type: NumberConstructor;
33
33
  default: number;
@@ -37,10 +37,10 @@ declare const _default: import("vue").DefineComponent<{
37
37
  default: () => never[];
38
38
  };
39
39
  }>> & {
40
- "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
41
40
  onFetchList?: ((...args: any[]) => any) | undefined;
41
+ "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
42
42
  }, {
43
- selected: unknown[];
44
43
  limit: number;
44
+ selected: unknown[];
45
45
  }>;
46
46
  export default _default;
@@ -27,7 +27,7 @@ declare const _default: import("vue").DefineComponent<{
27
27
  [key: string]: any;
28
28
  }> | null | undefined)[]>;
29
29
  isFulfill: import("vue").Ref<boolean>;
30
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:selected" | "fetchList")[], "update:selected" | "fetchList", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
30
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("fetchList" | "update:selected")[], "fetchList" | "update:selected", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
31
31
  limit: {
32
32
  type: NumberConstructor;
33
33
  default: number;
@@ -37,10 +37,10 @@ declare const _default: import("vue").DefineComponent<{
37
37
  default: () => never[];
38
38
  };
39
39
  }>> & {
40
- "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
41
40
  onFetchList?: ((...args: any[]) => any) | undefined;
41
+ "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
42
42
  }, {
43
- selected: unknown[];
44
43
  limit: number;
44
+ selected: unknown[];
45
45
  }>;
46
46
  export default _default;
@@ -13,7 +13,7 @@ declare const _default: import("vue").DefineComponent<{
13
13
  searched: import("vue").ComputedRef<boolean>;
14
14
  search: () => void;
15
15
  radioChange: (e: any) => void;
16
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:selected" | "fetchList")[], "update:selected" | "fetchList", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
16
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("fetchList" | "update:selected")[], "fetchList" | "update:selected", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
17
17
  list: {
18
18
  type: ArrayConstructor;
19
19
  default: () => never[];
@@ -23,8 +23,8 @@ declare const _default: import("vue").DefineComponent<{
23
23
  default: string;
24
24
  };
25
25
  }>> & {
26
- "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
27
26
  onFetchList?: ((...args: any[]) => any) | undefined;
27
+ "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
28
28
  }, {
29
29
  list: unknown[];
30
30
  selected: string;
@@ -908,7 +908,7 @@ declare const _default: import("vue").DefineComponent<{
908
908
  [key: string]: any;
909
909
  }> | null | undefined)[]>;
910
910
  isFulfill: import("vue").Ref<boolean>;
911
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:selected" | "fetchList")[], "update:selected" | "fetchList", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
911
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("fetchList" | "update:selected")[], "fetchList" | "update:selected", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
912
912
  limit: {
913
913
  type: NumberConstructor;
914
914
  default: number;
@@ -918,11 +918,11 @@ declare const _default: import("vue").DefineComponent<{
918
918
  default: () => never[];
919
919
  };
920
920
  }>> & {
921
- "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
922
921
  onFetchList?: ((...args: any[]) => any) | undefined;
922
+ "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
923
923
  }, {
924
- selected: unknown[];
925
924
  limit: number;
925
+ selected: unknown[];
926
926
  }>;
927
927
  radioCmp: import("vue").DefineComponent<{
928
928
  list: {
@@ -939,7 +939,7 @@ declare const _default: import("vue").DefineComponent<{
939
939
  searched: import("vue").ComputedRef<boolean>;
940
940
  search: () => void;
941
941
  radioChange: (e: any) => void;
942
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:selected" | "fetchList")[], "update:selected" | "fetchList", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
942
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("fetchList" | "update:selected")[], "fetchList" | "update:selected", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
943
943
  list: {
944
944
  type: ArrayConstructor;
945
945
  default: () => never[];
@@ -949,8 +949,8 @@ declare const _default: import("vue").DefineComponent<{
949
949
  default: string;
950
950
  };
951
951
  }>> & {
952
- "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
953
952
  onFetchList?: ((...args: any[]) => any) | undefined;
953
+ "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
954
954
  }, {
955
955
  list: unknown[];
956
956
  selected: string;
@@ -984,7 +984,7 @@ declare const _default: import("vue").DefineComponent<{
984
984
  }> | null | undefined)[]>;
985
985
  isFulfill: import("vue").Ref<boolean>;
986
986
  changeTreeCheck: (checkedKeys: any) => void;
987
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:selected" | "fetchList")[], "update:selected" | "fetchList", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
987
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("fetchList" | "update:selected")[], "fetchList" | "update:selected", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
988
988
  limit: {
989
989
  type: NumberConstructor;
990
990
  default: number;
@@ -994,11 +994,11 @@ declare const _default: import("vue").DefineComponent<{
994
994
  default: () => never[];
995
995
  };
996
996
  }>> & {
997
- "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
998
997
  onFetchList?: ((...args: any[]) => any) | undefined;
998
+ "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
999
999
  }, {
1000
- selected: unknown[];
1001
1000
  limit: number;
1001
+ selected: unknown[];
1002
1002
  }>;
1003
1003
  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<{
@@ -39,7 +39,7 @@ declare const _default: import("vue").DefineComponent<{
39
39
  changeArea: (item: any) => void;
40
40
  inputPlaceHolder: import("vue").ComputedRef<"请输入部门搜索" | "请输入工作组搜索" | "请输入店铺搜索" | "请输入人名搜索">;
41
41
  changeTreeCheck: (checkedKeys: any) => void;
42
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:selected" | "fetchList")[], "update:selected" | "fetchList", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
42
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("fetchList" | "update:selected")[], "fetchList" | "update:selected", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
43
43
  list: {
44
44
  type: ArrayConstructor;
45
45
  default: () => any;
@@ -57,12 +57,12 @@ declare const _default: import("vue").DefineComponent<{
57
57
  default: () => Set<unknown>;
58
58
  };
59
59
  }>> & {
60
- "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
61
60
  onFetchList?: ((...args: any[]) => any) | undefined;
61
+ "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
62
62
  }, {
63
63
  list: unknown[];
64
- selected: unknown[];
65
64
  dataMap: Map<unknown, unknown>;
66
65
  curlistKeys: Set<unknown>;
66
+ selected: unknown[];
67
67
  }>;
68
68
  export default _default;
@@ -1,99 +0,0 @@
1
- declare const BmShopsFilter: import("bm-admin-ui/es/utils/with-install").SFCWithInstall<import("vue").DefineComponent<{
2
- labelTitle: {
3
- type: StringConstructor;
4
- default: string;
5
- };
6
- showAlways: {
7
- type: BooleanConstructor;
8
- default: boolean;
9
- };
10
- displayParams: {
11
- type: ObjectConstructor;
12
- default: () => {
13
- width: string;
14
- labelOffset: string;
15
- labelWidth: string;
16
- searchWidth: string;
17
- listMaxHeight: string;
18
- };
19
- };
20
- loadFilter: {
21
- type: FunctionConstructor;
22
- default: () => Promise<never[]>;
23
- };
24
- loadData: {
25
- type: FunctionConstructor;
26
- default: () => Promise<never>;
27
- };
28
- }, {
29
- triggleActive(): void;
30
- outSideClick(): void;
31
- changeFilterSelect(index: any, code: any): void;
32
- onCheckAllChange(e: any): void;
33
- checkboxChange(): void;
34
- invertChange(): void;
35
- clearAll(): void;
36
- fetchData(): void;
37
- clearAllSelected(e: any): void;
38
- filterIsActive(filterIndex: any, code: any): boolean;
39
- isActive: import("vue").Ref<boolean>;
40
- searchVal: import("vue").Ref<string>;
41
- selected: import("vue").Ref<any[]>;
42
- shopList: import("vue").Ref<{
43
- shopCode: string;
44
- shopName: string;
45
- }[]>;
46
- shopListByCode: import("vue").Ref<{}>;
47
- checkAll: import("vue").Ref<boolean>;
48
- hasCheck: import("vue").Ref<boolean>;
49
- inverSelect: import("vue").Ref<boolean>;
50
- shopCheck: import("vue").Ref<{}>;
51
- filterSelects: import("vue").Ref<never[]>;
52
- filterArr: import("vue").Ref<{
53
- list: {
54
- code: string;
55
- label: string;
56
- }[];
57
- paramsStr: string;
58
- label?: string | undefined;
59
- multiple?: boolean | undefined;
60
- }[]>;
61
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:selected")[], "change" | "update:selected", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
62
- labelTitle: {
63
- type: StringConstructor;
64
- default: string;
65
- };
66
- showAlways: {
67
- type: BooleanConstructor;
68
- default: boolean;
69
- };
70
- displayParams: {
71
- type: ObjectConstructor;
72
- default: () => {
73
- width: string;
74
- labelOffset: string;
75
- labelWidth: string;
76
- searchWidth: string;
77
- listMaxHeight: string;
78
- };
79
- };
80
- loadFilter: {
81
- type: FunctionConstructor;
82
- default: () => Promise<never[]>;
83
- };
84
- loadData: {
85
- type: FunctionConstructor;
86
- default: () => Promise<never>;
87
- };
88
- }>> & {
89
- onChange?: ((...args: any[]) => any) | undefined;
90
- "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
91
- }, {
92
- loadData: Function;
93
- labelTitle: string;
94
- showAlways: boolean;
95
- displayParams: Record<string, any>;
96
- loadFilter: Function;
97
- }>>;
98
- export { BmShopsFilter };
99
- export default BmShopsFilter;
@@ -1,25 +0,0 @@
1
- import type { ExtractPropTypes } from 'vue';
2
- export declare const shopsFilterProps: {
3
- labelTitle: {
4
- type: StringConstructor;
5
- default: string;
6
- };
7
- showAlways: {
8
- type: BooleanConstructor;
9
- default: boolean;
10
- };
11
- displayParams: {
12
- type: ObjectConstructor;
13
- default: () => {
14
- width: string;
15
- labelOffset: string;
16
- labelWidth: string;
17
- searchWidth: string;
18
- };
19
- };
20
- filterArr: {
21
- type: PromiseConstructor;
22
- default: () => never[];
23
- };
24
- };
25
- export declare type ShopsFilterProps = ExtractPropTypes<typeof shopsFilterProps>;
@@ -1,98 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- labelTitle: {
3
- type: StringConstructor;
4
- default: string;
5
- };
6
- showAlways: {
7
- type: BooleanConstructor;
8
- default: boolean;
9
- };
10
- displayParams: {
11
- type: ObjectConstructor;
12
- default: () => {
13
- width: string;
14
- labelOffset: string;
15
- labelWidth: string;
16
- searchWidth: string;
17
- listMaxHeight: string;
18
- };
19
- };
20
- loadFilter: {
21
- type: FunctionConstructor;
22
- default: () => Promise<never[]>;
23
- };
24
- loadData: {
25
- type: FunctionConstructor;
26
- default: () => Promise<never>;
27
- };
28
- }, {
29
- triggleActive(): void;
30
- outSideClick(): void;
31
- changeFilterSelect(index: any, code: any): void;
32
- onCheckAllChange(e: any): void;
33
- checkboxChange(): void;
34
- invertChange(): void;
35
- clearAll(): void;
36
- fetchData(): void;
37
- clearAllSelected(e: any): void;
38
- filterIsActive(filterIndex: any, code: any): boolean;
39
- isActive: import("vue").Ref<boolean>;
40
- searchVal: import("vue").Ref<string>;
41
- selected: import("vue").Ref<any[]>;
42
- shopList: import("vue").Ref<{
43
- shopCode: string;
44
- shopName: string;
45
- }[]>;
46
- shopListByCode: import("vue").Ref<{}>;
47
- checkAll: import("vue").Ref<boolean>;
48
- hasCheck: import("vue").Ref<boolean>;
49
- inverSelect: import("vue").Ref<boolean>;
50
- shopCheck: import("vue").Ref<{}>;
51
- filterSelects: import("vue").Ref<never[]>;
52
- filterArr: import("vue").Ref<{
53
- list: {
54
- code: string;
55
- label: string;
56
- }[];
57
- paramsStr: string;
58
- label?: string | undefined;
59
- multiple?: boolean | undefined;
60
- }[]>;
61
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:selected")[], "change" | "update:selected", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
62
- labelTitle: {
63
- type: StringConstructor;
64
- default: string;
65
- };
66
- showAlways: {
67
- type: BooleanConstructor;
68
- default: boolean;
69
- };
70
- displayParams: {
71
- type: ObjectConstructor;
72
- default: () => {
73
- width: string;
74
- labelOffset: string;
75
- labelWidth: string;
76
- searchWidth: string;
77
- listMaxHeight: string;
78
- };
79
- };
80
- loadFilter: {
81
- type: FunctionConstructor;
82
- default: () => Promise<never[]>;
83
- };
84
- loadData: {
85
- type: FunctionConstructor;
86
- default: () => Promise<never>;
87
- };
88
- }>> & {
89
- onChange?: ((...args: any[]) => any) | undefined;
90
- "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
91
- }, {
92
- loadData: Function;
93
- labelTitle: string;
94
- showAlways: boolean;
95
- displayParams: Record<string, any>;
96
- loadFilter: Function;
97
- }>;
98
- export default _default;
@@ -1,99 +0,0 @@
1
- declare const BmShopsFilter: import("bm-admin-ui/es/utils/with-install").SFCWithInstall<import("vue").DefineComponent<{
2
- labelTitle: {
3
- type: StringConstructor;
4
- default: string;
5
- };
6
- showAlways: {
7
- type: BooleanConstructor;
8
- default: boolean;
9
- };
10
- displayParams: {
11
- type: ObjectConstructor;
12
- default: () => {
13
- width: string;
14
- labelOffset: string;
15
- labelWidth: string;
16
- searchWidth: string;
17
- listMaxHeight: string;
18
- };
19
- };
20
- loadFilter: {
21
- type: FunctionConstructor;
22
- default: () => Promise<never[]>;
23
- };
24
- loadData: {
25
- type: FunctionConstructor;
26
- default: () => Promise<never>;
27
- };
28
- }, {
29
- triggleActive(): void;
30
- outSideClick(): void;
31
- changeFilterSelect(index: any, code: any): void;
32
- onCheckAllChange(e: any): void;
33
- checkboxChange(): void;
34
- invertChange(): void;
35
- clearAll(): void;
36
- fetchData(): void;
37
- clearAllSelected(e: any): void;
38
- filterIsActive(filterIndex: any, code: any): boolean;
39
- isActive: import("vue").Ref<boolean>;
40
- searchVal: import("vue").Ref<string>;
41
- selected: import("vue").Ref<any[]>;
42
- shopList: import("vue").Ref<{
43
- shopCode: string;
44
- shopName: string;
45
- }[]>;
46
- shopListByCode: import("vue").Ref<{}>;
47
- checkAll: import("vue").Ref<boolean>;
48
- hasCheck: import("vue").Ref<boolean>;
49
- inverSelect: import("vue").Ref<boolean>;
50
- shopCheck: import("vue").Ref<{}>;
51
- filterSelects: import("vue").Ref<never[]>;
52
- filterArr: import("vue").Ref<{
53
- list: {
54
- code: string;
55
- label: string;
56
- }[];
57
- paramsStr: string;
58
- label?: string | undefined;
59
- multiple?: boolean | undefined;
60
- }[]>;
61
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:selected")[], "change" | "update:selected", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
62
- labelTitle: {
63
- type: StringConstructor;
64
- default: string;
65
- };
66
- showAlways: {
67
- type: BooleanConstructor;
68
- default: boolean;
69
- };
70
- displayParams: {
71
- type: ObjectConstructor;
72
- default: () => {
73
- width: string;
74
- labelOffset: string;
75
- labelWidth: string;
76
- searchWidth: string;
77
- listMaxHeight: string;
78
- };
79
- };
80
- loadFilter: {
81
- type: FunctionConstructor;
82
- default: () => Promise<never[]>;
83
- };
84
- loadData: {
85
- type: FunctionConstructor;
86
- default: () => Promise<never>;
87
- };
88
- }>> & {
89
- onChange?: ((...args: any[]) => any) | undefined;
90
- "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
91
- }, {
92
- loadData: Function;
93
- labelTitle: string;
94
- showAlways: boolean;
95
- displayParams: Record<string, any>;
96
- loadFilter: Function;
97
- }>>;
98
- export { BmShopsFilter };
99
- export default BmShopsFilter;
@@ -1,25 +0,0 @@
1
- import type { ExtractPropTypes } from 'vue';
2
- export declare const shopsFilterProps: {
3
- labelTitle: {
4
- type: StringConstructor;
5
- default: string;
6
- };
7
- showAlways: {
8
- type: BooleanConstructor;
9
- default: boolean;
10
- };
11
- displayParams: {
12
- type: ObjectConstructor;
13
- default: () => {
14
- width: string;
15
- labelOffset: string;
16
- labelWidth: string;
17
- searchWidth: string;
18
- };
19
- };
20
- filterArr: {
21
- type: PromiseConstructor;
22
- default: () => never[];
23
- };
24
- };
25
- export declare type ShopsFilterProps = ExtractPropTypes<typeof shopsFilterProps>;