@lemon-fe/components 1.4.22-alpha.5 → 1.4.22-alpha.6
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/data-grid/index.js
CHANGED
|
@@ -1347,6 +1347,7 @@ var InternalDataGrid = /*#__PURE__*/function (_Component) {
|
|
|
1347
1347
|
colId: '$$selection',
|
|
1348
1348
|
checkboxSelection: checkboxSelection,
|
|
1349
1349
|
showDisabledCheckboxes: true,
|
|
1350
|
+
headerCheckboxSelectionFilteredOnly: rowSelection.headerCheckboxSelectionFilteredOnly,
|
|
1350
1351
|
headerCheckboxSelection: rowSelection.type !== 'radio',
|
|
1351
1352
|
spanHeaderHeight: true,
|
|
1352
1353
|
sortable: false,
|
|
@@ -83,6 +83,10 @@ export declare type RowSelectionType<T = any> = {
|
|
|
83
83
|
* @description 是否隐藏底部已选项
|
|
84
84
|
*/
|
|
85
85
|
hideFooterSelected?: boolean;
|
|
86
|
+
/**
|
|
87
|
+
* @description 是否按页面显示的数据进行全选
|
|
88
|
+
*/
|
|
89
|
+
headerCheckboxSelectionFilteredOnly?: boolean;
|
|
86
90
|
};
|
|
87
91
|
export declare type PaginationType = {
|
|
88
92
|
current?: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lemon-fe/components",
|
|
3
|
-
"version": "1.4.22-alpha.
|
|
3
|
+
"version": "1.4.22-alpha.6",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "MIT",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"publishConfig": {
|
|
59
59
|
"registry": "https://registry.npmjs.org"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "ad4b695dc951fad270b25cdae774028a9edf35eb"
|
|
62
62
|
}
|