@xcelsior/ui-spreadsheets 1.2.0 → 1.2.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/dist/index.js +2 -12
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -12
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/components/Spreadsheet.tsx +11 -22
package/dist/index.mjs
CHANGED
|
@@ -4283,11 +4283,9 @@ function Spreadsheet({
|
|
|
4283
4283
|
/* @__PURE__ */ jsx13(
|
|
4284
4284
|
RowIndexColumnHeader,
|
|
4285
4285
|
{
|
|
4286
|
-
enableHighlighting,
|
|
4287
4286
|
highlightColor: rowIndexHighlightColor,
|
|
4288
4287
|
isPinned: isRowIndexPinned,
|
|
4289
|
-
|
|
4290
|
-
onPinClick: () => handleTogglePin(ROW_INDEX_COLUMN_ID),
|
|
4288
|
+
isSecondRow: true,
|
|
4291
4289
|
compactMode: effectiveCompactMode
|
|
4292
4290
|
}
|
|
4293
4291
|
),
|
|
@@ -4340,15 +4338,7 @@ function Spreadsheet({
|
|
|
4340
4338
|
})
|
|
4341
4339
|
] }),
|
|
4342
4340
|
/* @__PURE__ */ jsxs13("tr", { children: [
|
|
4343
|
-
|
|
4344
|
-
RowIndexColumnHeader,
|
|
4345
|
-
{
|
|
4346
|
-
highlightColor: rowIndexHighlightColor,
|
|
4347
|
-
isPinned: isRowIndexPinned,
|
|
4348
|
-
isSecondRow: true,
|
|
4349
|
-
compactMode: effectiveCompactMode
|
|
4350
|
-
}
|
|
4351
|
-
) : /* @__PURE__ */ jsx13(
|
|
4341
|
+
/* @__PURE__ */ jsx13(
|
|
4352
4342
|
RowIndexColumnHeader,
|
|
4353
4343
|
{
|
|
4354
4344
|
enableHighlighting,
|