@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.js
CHANGED
|
@@ -4326,11 +4326,9 @@ function Spreadsheet({
|
|
|
4326
4326
|
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
4327
4327
|
RowIndexColumnHeader,
|
|
4328
4328
|
{
|
|
4329
|
-
enableHighlighting,
|
|
4330
4329
|
highlightColor: rowIndexHighlightColor,
|
|
4331
4330
|
isPinned: isRowIndexPinned,
|
|
4332
|
-
|
|
4333
|
-
onPinClick: () => handleTogglePin(ROW_INDEX_COLUMN_ID),
|
|
4331
|
+
isSecondRow: true,
|
|
4334
4332
|
compactMode: effectiveCompactMode
|
|
4335
4333
|
}
|
|
4336
4334
|
),
|
|
@@ -4383,15 +4381,7 @@ function Spreadsheet({
|
|
|
4383
4381
|
})
|
|
4384
4382
|
] }),
|
|
4385
4383
|
/* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("tr", { children: [
|
|
4386
|
-
|
|
4387
|
-
RowIndexColumnHeader,
|
|
4388
|
-
{
|
|
4389
|
-
highlightColor: rowIndexHighlightColor,
|
|
4390
|
-
isPinned: isRowIndexPinned,
|
|
4391
|
-
isSecondRow: true,
|
|
4392
|
-
compactMode: effectiveCompactMode
|
|
4393
|
-
}
|
|
4394
|
-
) : /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
4384
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
4395
4385
|
RowIndexColumnHeader,
|
|
4396
4386
|
{
|
|
4397
4387
|
enableHighlighting,
|