bm-admin-ui 1.0.13-alpha → 1.0.14-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.
@@ -1 +1 @@
1
- .item-input-selector{position:relative;display:inline-block}.item-input-selector .select-input-wrapper{white-space:nowrap;overflow:auto;border-radius:2px;border:1px solid #d9d9d9;padding:4px 10px;line-height:20px;position:relative;box-sizing:border-box}.item-input-selector .select-input-wrapper::-webkit-scrollbar{display:none}.item-input-selector .select-input-wrapper .list-clear{position:absolute;right:0;top:0;width:40px;height:100%;background:#fff;border-radius:0 2px 2px 0;color:#9393a3;text-align:center;line-height:27px;cursor:pointer}.item-input-selector .select-input-wrapper .ant-tag{border-radius:2px;font-size:12px}.item-input-selector .selector-empty-input{width:100%;border-radius:2px;border:1px solid #d9d9d9;line-height:30px;cursor:pointer;margin-bottom:6px}.item-input-selector .selector-empty-input:hover{border-color:#2f4eed}.__list-filter-popover .pop-seleted{max-width:980px}.__list-filter-popover .pop-seleted-title{color:#505259;line-height:22px}.__list-filter-popover .pop-seleted-title span{font-weight:600;color:#2f4eed;line-height:22px;margin:0 8px}.__list-filter-popover .pop-seleted-list{display:flex;justify-content:stretch;flex-wrap:wrap;max-height:240px;overflow-y:auto}.__list-filter-popover .pop-seleted-list::-webkit-scrollbar{width:4px}.__list-filter-popover .pop-seleted-list::-webkit-scrollbar-thumb{background:rgba(147,147,163,.5);border-radius:3px}.__list-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}.__list-filter-popover.ant-tooltip{max-width:100%}
1
+ .bm-tags-display{width:100%;position:relative;display:inline-block}.bm-tags-display-wrapper{position:relative}.bm-tags-display .select-input-wrapper{background-color:#fff;white-space:nowrap;overflow:auto;border-radius:2px;border:1px solid #d9d9d9;padding:4px 10px;line-height:20px;position:relative;box-sizing:border-box}.bm-tags-display .select-input-wrapper::-webkit-scrollbar{display:none}.bm-tags-display .select-input-wrapper .list-clear{position:absolute;right:0;top:0;width:40px;height:100%;background:#fff;border-radius:0 2px 2px 0;color:#9393a3;text-align:center;line-height:27px;cursor:pointer}.bm-tags-display .select-input-wrapper .ant-tag{border-radius:2px;font-size:12px}.bm-tags-display .selector-empty-input{width:100%;border-radius:2px;border:1px solid #d9d9d9;line-height:30px;cursor:pointer;margin-bottom:6px}.bm-tags-display .selector-empty-input:hover{border-color:#2f4eed}.bm-tags-display .ant-popover-title{border-bottom:none}.bm-tags-display .ant-popover-inner-content{padding-top:2px}.__list-filter-popover .pop-seleted{max-width:980px}.__list-filter-popover .pop-seleted-title{color:#505259;line-height:22px}.__list-filter-popover .pop-seleted-title span{font-weight:600;color:#2f4eed;line-height:22px;margin:0 8px}.__list-filter-popover .pop-seleted-list{display:flex;justify-content:stretch;flex-wrap:wrap;max-height:240px;overflow-y:auto}.__list-filter-popover .pop-seleted-list::-webkit-scrollbar{width:4px}.__list-filter-popover .pop-seleted-list::-webkit-scrollbar-thumb{background:rgba(147,147,163,.5);border-radius:3px}.__list-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}.__list-filter-popover.ant-tooltip{max-width:100%}
@@ -22,10 +22,6 @@ declare const BmTagsDisplay: import("bm-admin-ui/es/utils/with-install").SFCWith
22
22
  type: StringConstructor;
23
23
  default: string;
24
24
  };
25
- width: {
26
- type: StringConstructor;
27
- default: string;
28
- };
29
25
  }, {
30
26
  containId: string;
31
27
  clear: () => void;
@@ -55,16 +51,11 @@ declare const BmTagsDisplay: import("bm-admin-ui/es/utils/with-install").SFCWith
55
51
  type: StringConstructor;
56
52
  default: string;
57
53
  };
58
- width: {
59
- type: StringConstructor;
60
- default: string;
61
- };
62
54
  }>> & {
63
55
  onClear?: ((...args: any[]) => any) | undefined;
64
56
  "onUpdate:list"?: ((...args: any[]) => any) | undefined;
65
57
  onAddClick?: ((...args: any[]) => any) | undefined;
66
58
  }, {
67
- width: string;
68
59
  placement: string;
69
60
  list: unknown[];
70
61
  showEmpty: boolean;
@@ -23,10 +23,6 @@ declare const _default: import("vue").DefineComponent<{
23
23
  type: StringConstructor;
24
24
  default: string;
25
25
  };
26
- width: {
27
- type: StringConstructor;
28
- default: string;
29
- };
30
26
  }, {
31
27
  containId: string;
32
28
  clear: () => void;
@@ -53,16 +49,11 @@ declare const _default: import("vue").DefineComponent<{
53
49
  type: StringConstructor;
54
50
  default: string;
55
51
  };
56
- width: {
57
- type: StringConstructor;
58
- default: string;
59
- };
60
52
  }>> & {
61
53
  onClear?: ((...args: any[]) => any) | undefined;
62
54
  "onUpdate:list"?: ((...args: any[]) => any) | undefined;
63
55
  onAddClick?: ((...args: any[]) => any) | undefined;
64
56
  }, {
65
- width: string;
66
57
  placement: string;
67
58
  list: unknown[];
68
59
  showEmpty: boolean;