@ccs-ui/rc-pro 1.2.0-beta-12 → 1.2.1-beta-1
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.
- package/es/table/index.js +5 -6
- package/package.json +1 -1
package/es/table/index.js
CHANGED
|
@@ -206,17 +206,16 @@ var CustomTable = function CustomTable(props) {
|
|
|
206
206
|
rowSelection: rowSelection ? _objectSpread(_objectSpread({}, rowSelection), {}, {
|
|
207
207
|
columnWidth: 60
|
|
208
208
|
}) : undefined,
|
|
209
|
-
columns: filterColumns()
|
|
210
|
-
// locale={{ emptyText: <CcsResult.NoData iconWidth={80} /> }}
|
|
211
|
-
}, restProps), {}, {
|
|
212
|
-
size: restProps.size || 'middle',
|
|
213
|
-
className: classNames(_defineProperty(_defineProperty(_defineProperty({}, 'ccs-table-nodata', !result || result.length === 0), 'ccs-table-wrapper', !rowSelection), "className", className)),
|
|
214
|
-
scroll: scroll,
|
|
209
|
+
columns: filterColumns(),
|
|
215
210
|
components: {
|
|
216
211
|
header: {
|
|
217
212
|
cell: ResizableTitle
|
|
218
213
|
}
|
|
219
214
|
}
|
|
215
|
+
}, restProps), {}, {
|
|
216
|
+
size: restProps.size || 'middle',
|
|
217
|
+
className: classNames(_defineProperty(_defineProperty(_defineProperty({}, 'ccs-table-nodata', !result || result.length === 0), 'ccs-table-wrapper', !rowSelection), "className", className)),
|
|
218
|
+
scroll: scroll
|
|
220
219
|
}))
|
|
221
220
|
})
|
|
222
221
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ccs-ui/rc-pro",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1-beta-1",
|
|
4
4
|
"description": "验证码组件兼容暗黑模式;proTable封装rowselection代码;proTable添加自适应布局模式;CcsDialog不适应contextHolder也能打开;移除utils,独立存在@ccs-ui/utils;添加属性isEnableToolbar,table可以隐藏toolbar; ",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|