@alicloud/console-components-search 0.2.7 → 0.2.10

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,2 +1,2 @@
1
1
  export * from '@alicloud/console-components'
2
- import '@alicloud/console-components/dist/xconsole.css'
2
+ import '@alicloud/console-components/dist/wind.css'
@@ -131,7 +131,7 @@ let options2 = [
131
131
  <SearchFilter
132
132
  dataSource={[
133
133
  {label: '实例名称', value: 'xxxxxx', dataIndex: 'name'},
134
- {value: [], dataIndex: 'tag'}
134
+ {value: [{tagKey: 'test', tagValue: ''}], dataIndex: 'tag'}
135
135
  ]}
136
136
  onChange={(deletedFilter, remainFilters)=> {
137
137
  console.log(deletedFilter, remainFilters);
package/dist/index.css ADDED
@@ -0,0 +1 @@
1
+ body .xconsole-rcsearch-multi-pop.xconsole-rcsearch-multi-pop>ul{padding:8px}body .xconsole-rcsearch-multi-pop .next-select-menu-item{padding-left:0!important}body .xconsole-rcsearch-multi-pop .next-select-menu-item .next-menu-icon-selected{display:none}body .xconsole-rcsearch-multi-pop .next-menu-group-label{padding-left:0}body .xconsole-rc-search-popup{margin-top:4px}.rc-search-taglist:not(.isWind).rc-search-taglist:not(.isWind) [class*=-icon-close]:before{content:var(--icon-content-delete-filling)}.console-tags-tag.console-tags-tag{font-weight:600;color:var(--color-text1-9,#333)!important}.console-tags-tag.console-tags-tag .console-tags-tag-label{font-weight:400;color:var(--color-text1-6,grey);margin-right:8px}.console-tags-tag.console-tags-tag[class*=tag-closable]>[class*=tag-close-btn]{margin-left:12px}.console-tags-tag.console-tags-tag.console-tags-tag.console-tags-tag:hover [class*=-icon-close]{color:#181818}.console-tags-tag:not(:last-child){margin-right:8px}.console-tags-tag_empty{color:var(--color-text1-6,grey)}.console-tags-tag-dot.console-tags-tag-dot [class*=-badge-dot]{right:4px;top:0}