@linzjs/step-ag-grid 14.0.0 → 14.0.2

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/dist/index.css CHANGED
@@ -441,6 +441,7 @@
441
441
  overflow: hidden;
442
442
  text-overflow: ellipsis;
443
443
  white-space: nowrap;
444
+ width: 100%;
444
445
  }
445
446
 
446
447
  .GridCell-hoverRight {
@@ -511,22 +512,22 @@
511
512
 
512
513
  .AgGridGenericCellRenderer-ic_infoIcon {
513
514
  margin-right: 4px;
514
- fill: #3a7cdf;
515
+ fill: #3A7CDF;
515
516
  }
516
517
 
517
518
  .AgGridGenericCellRenderer-ic_info_outlineIcon {
518
519
  margin-right: 4px;
519
- fill: #3a7cdf;
520
+ fill: #3A7CDF;
520
521
  }
521
522
 
522
523
  .AgGridGenericCellRenderer-ic_warningIcon {
523
524
  margin-right: 4px;
524
- fill: #ea6a2e;
525
+ fill: #EA6A2E;
525
526
  }
526
527
 
527
528
  .AgGridGenericCellRenderer-ic_warning_outlineIcon {
528
529
  margin-right: 4px;
529
- fill: #ea6a2e;
530
+ fill: #EA6A2E;
530
531
  }
531
532
 
532
533
  .GridIcon-disabled {
@@ -1050,7 +1050,7 @@ var GridCell = function (props, custom) {
1050
1050
  var exportable = props.exportable;
1051
1051
  // Can't leave this here ag-grid will complain
1052
1052
  delete props.exportable;
1053
- return __assign(__assign(__assign(__assign(__assign(__assign({ colId: (_a = props.field) !== null && _a !== void 0 ? _a : props.field, sortable: !!((props === null || props === void 0 ? void 0 : props.field) || (props === null || props === void 0 ? void 0 : props.valueGetter)), resizable: true, minWidth: props.flex ? 150 : 48, editable: (_b = props.editable) !== null && _b !== void 0 ? _b : false }, ((custom === null || custom === void 0 ? void 0 : custom.editor) && {
1053
+ return __assign(__assign(__assign(__assign(__assign(__assign({ colId: (_a = props.field) !== null && _a !== void 0 ? _a : props.field, headerTooltip: props.headerName, sortable: !!((props === null || props === void 0 ? void 0 : props.field) || (props === null || props === void 0 ? void 0 : props.valueGetter)), resizable: true, minWidth: props.flex ? 150 : 48, editable: (_b = props.editable) !== null && _b !== void 0 ? _b : false }, ((custom === null || custom === void 0 ? void 0 : custom.editor) && {
1054
1054
  cellClassRules: GridCellMultiSelectClassRules,
1055
1055
  editable: (_c = props.editable) !== null && _c !== void 0 ? _c : true,
1056
1056
  cellEditor: GenericCellEditorComponentWrapper(custom === null || custom === void 0 ? void 0 : custom.editor)
@@ -3125,7 +3125,7 @@ var GridFilterDownloadCsvButton = function (csvExportParams) {
3125
3125
  },
3126
3126
  _a["aria-label"] = "Downloading...",
3127
3127
  _a.style = { width: 42, display: "flex", justifyContent: "center" },
3128
- _a) })) : (jsx(GridFilterHeaderIconButton, { icon: "ic_save_download", title: "Download CSV", onClick: handleDownloadClick, disabled: downloading }));
3128
+ _a) })) : (jsx(GridFilterHeaderIconButton, { icon: "ic_csv_file", title: "Download CSV", onClick: handleDownloadClick, disabled: downloading }));
3129
3129
  };
3130
3130
 
3131
3131
  /* global setTimeout, clearTimeout */