@lemon-fe/components 1.4.16 → 1.4.17-alpha.0
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.d.ts
CHANGED
|
@@ -17,7 +17,7 @@ declare const Editors: {
|
|
|
17
17
|
Text: React.ForwardRefExoticComponent<import("ag-grid-community").ICellEditorParams<any, any, any> & import("..").TextEditorParams<any> & React.RefAttributes<import("ag-grid-react").ICellEditorReactComp>>;
|
|
18
18
|
Date: React.ForwardRefExoticComponent<import("ag-grid-community").ICellEditorParams<any, any, any> & import("..").DateEditorParams<any> & React.RefAttributes<import("ag-grid-react").ICellEditorReactComp>>;
|
|
19
19
|
Number: React.ForwardRefExoticComponent<import("ag-grid-community").ICellEditorParams<any, any, any> & import("..").NumberEditorParams<any> & React.RefAttributes<import("ag-grid-react").ICellEditorReactComp>>;
|
|
20
|
-
Select: React.ForwardRefExoticComponent<import("ag-grid-community").ICellEditorParams<any, any, any> & Pick<import("antd").SelectProps<any, import("antd/lib/select").BaseOptionType>, "disabled" | "
|
|
20
|
+
Select: React.ForwardRefExoticComponent<import("ag-grid-community").ICellEditorParams<any, any, any> & Pick<import("antd").SelectProps<any, import("antd/lib/select").BaseOptionType>, "disabled" | "mode" | "virtual" | "allowClear" | "showSearch" | "optionFilterProp" | "options" | "listHeight"> & {
|
|
21
21
|
fieldNames?: {
|
|
22
22
|
label: string;
|
|
23
23
|
value: string;
|
package/es/data-grid/index.js
CHANGED
|
@@ -1817,7 +1817,7 @@ var InternalDataGrid = /*#__PURE__*/function (_Component) {
|
|
|
1817
1817
|
suppressExcelExport: true,
|
|
1818
1818
|
noRowsOverlayComponent: this.NoRowsOverlay,
|
|
1819
1819
|
getMainMenuItems: this.getMainMenuItems,
|
|
1820
|
-
rowBuffer:
|
|
1820
|
+
rowBuffer: 25,
|
|
1821
1821
|
rowData: this.emptyRowData,
|
|
1822
1822
|
sideBar: sideBarProp === true ? this.sideBarDef : sideBarProp,
|
|
1823
1823
|
pinnedBottomRowData: this.getSummaryRowData(summary),
|
package/es/data-grid/index.less
CHANGED
|
@@ -552,7 +552,7 @@
|
|
|
552
552
|
--ag-header-column-resize-handle-display: block;
|
|
553
553
|
--ag-header-column-resize-handle-width: 1px;
|
|
554
554
|
--ag-header-column-resize-handle-height: 12px;
|
|
555
|
-
--ag-header-column-resize-handle-color: #
|
|
555
|
+
--ag-header-column-resize-handle-color: #a8aebb;
|
|
556
556
|
--ag-cell-horizontal-padding: 8px;
|
|
557
557
|
--ag-icon-font-family: 'agGridAlpine';
|
|
558
558
|
// --ag-selected-row-background-color: ~'var(--@{ant-prefix}-primary-1)';
|
|
@@ -569,6 +569,7 @@
|
|
|
569
569
|
|
|
570
570
|
.ag-header {
|
|
571
571
|
border-bottom: none;
|
|
572
|
+
--ag-border-color: #c8cbd1;
|
|
572
573
|
}
|
|
573
574
|
|
|
574
575
|
.ag-root-wrapper {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lemon-fe/components",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.17-alpha.0",
|
|
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": "f6be5d166796ba535cd2759db280a58be898f27f"
|
|
62
62
|
}
|