@lemon-fe/components 1.2.2 → 1.2.3
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 +1 -1
- package/es/data-grid/index.less +2 -1
- package/package.json +2 -2
package/es/data-grid/index.js
CHANGED
|
@@ -1668,7 +1668,7 @@ var InternalDataGrid = /*#__PURE__*/function (_Component) {
|
|
|
1668
1668
|
enableCellEditingOnBackspace: true,
|
|
1669
1669
|
maintainColumnOrder: true,
|
|
1670
1670
|
suppressCsvExport: true,
|
|
1671
|
-
|
|
1671
|
+
rowMultiSelectWithClick: gridRowSelection === 'multiple',
|
|
1672
1672
|
noRowsOverlayComponent: this.NoRowsOverlay,
|
|
1673
1673
|
getMainMenuItems: this.getMainMenuItems,
|
|
1674
1674
|
rowBuffer: 20,
|
package/es/data-grid/index.less
CHANGED
|
@@ -531,7 +531,8 @@
|
|
|
531
531
|
--ag-header-column-resize-handle-color: #d9d9d9;
|
|
532
532
|
--ag-cell-horizontal-padding: 8px;
|
|
533
533
|
--ag-icon-font-family: 'agGridAlpine';
|
|
534
|
-
--ag-selected-row-background-color: ~'var(--@{ant-prefix}-primary-1)';
|
|
534
|
+
// --ag-selected-row-background-color: ~'var(--@{ant-prefix}-primary-1)';
|
|
535
|
+
--ag-selected-row-background-color: #dde8fd;
|
|
535
536
|
--ag-selected-tab-underline-width: 2px;
|
|
536
537
|
--ag-range-selection-border-color: ~'var(--@{ant-prefix}-primary-5)';
|
|
537
538
|
--ag-range-selection-highlight-color: ~'var(--@{ant-prefix}-primary-2)';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lemon-fe/components",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.3",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"publishConfig": {
|
|
68
68
|
"registry": "https://registry.npmjs.org"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "831556422221ead3da6a017b786192be272de57e"
|
|
71
71
|
}
|