@xyo-network/react-chain-blockchain 1.20.12 → 1.20.14
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/browser/components/account/table/BalanceHistoryTableRow.d.ts.map +1 -1
- package/dist/browser/components/account/table/RawAmountTableCell.d.ts +2 -0
- package/dist/browser/components/account/table/RawAmountTableCell.d.ts.map +1 -1
- package/dist/browser/components/account/table/cell/AddressTableCell.d.ts +2 -0
- package/dist/browser/components/account/table/cell/AddressTableCell.d.ts.map +1 -1
- package/dist/browser/components/account/table/cell/BlockNumber.d.ts +14 -0
- package/dist/browser/components/account/table/cell/BlockNumber.d.ts.map +1 -0
- package/dist/browser/components/account/table/cell/HashTableCell.d.ts +3 -0
- package/dist/browser/components/account/table/cell/HashTableCell.d.ts.map +1 -1
- package/dist/browser/components/account/table/cell/index.d.ts +1 -0
- package/dist/browser/components/account/table/cell/index.d.ts.map +1 -1
- package/dist/browser/components/account/table/hooks/index.d.ts +2 -0
- package/dist/browser/components/account/table/hooks/index.d.ts.map +1 -0
- package/dist/browser/components/account/table/hooks/useLinkedBalanceHistoryItem.d.ts +5 -0
- package/dist/browser/components/account/table/hooks/useLinkedBalanceHistoryItem.d.ts.map +1 -0
- package/dist/browser/components/account/table/index.d.ts +1 -0
- package/dist/browser/components/account/table/index.d.ts.map +1 -1
- package/dist/browser/components/account/table/types/index.d.ts +2 -2
- package/dist/browser/components/account/table/types/index.d.ts.map +1 -1
- package/dist/browser/components/block/table/cell/BlockNumber.d.ts +2 -0
- package/dist/browser/components/block/table/cell/BlockNumber.d.ts.map +1 -1
- package/dist/browser/components/block/table/row/TableRow.d.ts.map +1 -1
- package/dist/browser/components/table/StyledLinkableTableRow.d.ts +6 -0
- package/dist/browser/components/table/StyledLinkableTableRow.d.ts.map +1 -0
- package/dist/browser/components/table/index.d.ts +2 -0
- package/dist/browser/components/table/index.d.ts.map +1 -0
- package/dist/browser/index.mjs +282 -205
- package/dist/browser/index.mjs.map +1 -1
- package/package.json +20 -20
- package/src/components/account/table/BalanceHistoryTableEx.stories.tsx +1 -1
- package/src/components/account/table/BalanceHistoryTableRow.stories.tsx +52 -0
- package/src/components/account/table/BalanceHistoryTableRow.tsx +31 -14
- package/src/components/account/table/RawAmountTableCell.tsx +5 -5
- package/src/components/account/table/cell/AddressTableCell.tsx +6 -5
- package/src/components/account/table/cell/BlockNumber.tsx +39 -0
- package/src/components/account/table/cell/HashTableCell.tsx +6 -5
- package/src/components/account/table/cell/index.ts +1 -0
- package/src/components/account/table/hooks/index.ts +1 -0
- package/src/components/account/table/hooks/useLinkedBalanceHistoryItem.tsx +29 -0
- package/src/components/account/table/index.ts +1 -0
- package/src/components/account/table/types/index.ts +3 -2
- package/src/components/block/table/cell/BlockNumber.tsx +9 -10
- package/src/components/block/table/row/TableRow.stories.tsx +6 -2
- package/src/components/block/table/row/TableRow.tsx +5 -12
- package/src/components/table/StyledLinkableTableRow.tsx +12 -0
- package/src/components/table/index.ts +1 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BalanceHistoryTableRow.d.ts","sourceRoot":"","sources":["../../../../../src/components/account/table/BalanceHistoryTableRow.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"BalanceHistoryTableRow.d.ts","sourceRoot":"","sources":["../../../../../src/components/account/table/BalanceHistoryTableRow.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,aAAa,EACnB,MAAM,eAAe,CAAA;AAEtB,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,mCAAmC,CAAA;AAG3F,OAAO,KAAkB,MAAM,OAAO,CAAA;AAatC,MAAM,WAAW,2BAA4B,SAAQ,aAAa;IAChE,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,GAAG,EAAE,kCAAkC,CAAA;CACxC;AAED,eAAO,MAAM,sBAAsB,EAAE,KAAK,CAAC,EAAE,CAAC,2BAA2B,CAiCxE,CAAA"}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { type TableCellProps } from '@mui/material';
|
|
2
2
|
import type { BalanceTransactionType } from '@xyo-network/react-chain-provider';
|
|
3
3
|
import React from 'react';
|
|
4
|
+
import type { BalanceHistoryEventNouns } from './types/index.ts';
|
|
4
5
|
export interface RawAmountTableCellProps extends TableCellProps {
|
|
5
6
|
amount?: bigint;
|
|
7
|
+
eventNoun?: BalanceHistoryEventNouns;
|
|
6
8
|
linked?: boolean;
|
|
7
9
|
type?: BalanceTransactionType;
|
|
8
10
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RawAmountTableCell.d.ts","sourceRoot":"","sources":["../../../../../src/components/account/table/RawAmountTableCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEM,KAAK,cAAc,EAC/B,MAAM,eAAe,CAAA;AAEtB,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAA;
|
|
1
|
+
{"version":3,"file":"RawAmountTableCell.d.ts","sourceRoot":"","sources":["../../../../../src/components/account/table/RawAmountTableCell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEM,KAAK,cAAc,EAC/B,MAAM,eAAe,CAAA;AAEtB,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAA;AAE/E,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,kBAAkB,CAAA;AAEhE,MAAM,WAAW,uBAAwB,SAAQ,cAAc;IAC7D,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,SAAS,CAAC,EAAE,wBAAwB,CAAA;IACpC,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,IAAI,CAAC,EAAE,sBAAsB,CAAA;CAC9B;AAED,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAiChE,CAAA"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import type { TableCellProps } from '@mui/material';
|
|
2
2
|
import React from 'react';
|
|
3
|
+
import type { BalanceHistoryEventNouns } from '../types/index.ts';
|
|
3
4
|
export interface AddressTableCellProps extends TableCellProps {
|
|
4
5
|
address?: string;
|
|
6
|
+
eventNoun?: BalanceHistoryEventNouns;
|
|
5
7
|
linked?: boolean;
|
|
6
8
|
toolTipTitle?: string;
|
|
7
9
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AddressTableCell.d.ts","sourceRoot":"","sources":["../../../../../../src/components/account/table/cell/AddressTableCell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;
|
|
1
|
+
{"version":3,"file":"AddressTableCell.d.ts","sourceRoot":"","sources":["../../../../../../src/components/account/table/cell/AddressTableCell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AAEnD,OAAO,KAAK,MAAM,OAAO,CAAA;AAIzB,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,mBAAmB,CAAA;AAEjE,MAAM,WAAW,qBAAsB,SAAQ,cAAc;IAC3D,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,SAAS,CAAC,EAAE,wBAAwB,CAAA;IACpC,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,YAAY,CAAC,EAAE,MAAM,CAAA;CACtB;AAED,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAW5D,CAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { HydratedBlock } from '@xyo-network/xl1-sdk';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import type { BalanceHistoryEventNouns } from '../types/index.ts';
|
|
4
|
+
export interface BalanceHistoryBlockNumberTableCellProps {
|
|
5
|
+
block?: HydratedBlock;
|
|
6
|
+
eventNoun?: BalanceHistoryEventNouns;
|
|
7
|
+
linked?: boolean;
|
|
8
|
+
}
|
|
9
|
+
export declare const BalanceHistoryBlockNumberTableCell: React.FC<BalanceHistoryBlockNumberTableCellProps>;
|
|
10
|
+
export declare const BalanceHistoryBlockNumberTableCellInner: React.FC<BalanceHistoryBlockNumberTableCellProps & {
|
|
11
|
+
blockNumber?: number;
|
|
12
|
+
linked?: boolean;
|
|
13
|
+
}>;
|
|
14
|
+
//# sourceMappingURL=BlockNumber.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BlockNumber.d.ts","sourceRoot":"","sources":["../../../../../../src/components/account/table/cell/BlockNumber.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAA;AACzD,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,mBAAmB,CAAA;AAEjE,MAAM,WAAW,uCAAuC;IACtD,KAAK,CAAC,EAAE,aAAa,CAAA;IACrB,SAAS,CAAC,EAAE,wBAAwB,CAAA;IACpC,MAAM,CAAC,EAAE,OAAO,CAAA;CACjB;AAED,eAAO,MAAM,kCAAkC,EAAE,KAAK,CAAC,EAAE,CAAC,uCAAuC,CAMhG,CAAA;AAED,eAAO,MAAM,uCAAuC,EAAE,KAAK,CAAC,EAAE,CAAC,uCAAuC,GAAG;IAAE,WAAW,CAAC,EAAE,MAAM,CAAC;IAAC,MAAM,CAAC,EAAE,OAAO,CAAA;CAAE,CAalJ,CAAA"}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import type { TableCellProps } from '@mui/material';
|
|
2
2
|
import { type Hash } from '@xylabs/sdk-js';
|
|
3
3
|
import React from 'react';
|
|
4
|
+
import type { BalanceHistoryEventNouns } from '../types/index.ts';
|
|
4
5
|
export interface HashTableCellProps extends TableCellProps {
|
|
6
|
+
eventData?: string;
|
|
7
|
+
eventNoun?: BalanceHistoryEventNouns;
|
|
5
8
|
hash?: Hash;
|
|
6
9
|
linked?: boolean;
|
|
7
10
|
toolTipTitle?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HashTableCell.d.ts","sourceRoot":"","sources":["../../../../../../src/components/account/table/cell/HashTableCell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AAKnD,OAAO,EACM,KAAK,IAAI,EACrB,MAAM,gBAAgB,CAAA;
|
|
1
|
+
{"version":3,"file":"HashTableCell.d.ts","sourceRoot":"","sources":["../../../../../../src/components/account/table/cell/HashTableCell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AAKnD,OAAO,EACM,KAAK,IAAI,EACrB,MAAM,gBAAgB,CAAA;AACvB,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,mBAAmB,CAAA;AAEjE,MAAM,WAAW,kBAAmB,SAAQ,cAAc;IACxD,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,SAAS,CAAC,EAAE,wBAAwB,CAAA;IACpC,IAAI,CAAC,EAAE,IAAI,CAAA;IACX,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,YAAY,CAAC,EAAE,MAAM,CAAA;CACtB;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAwBtD,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/account/table/cell/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAA;AACtC,cAAc,qBAAqB,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/account/table/cell/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAA;AACtC,cAAc,mBAAmB,CAAA;AACjC,cAAc,qBAAqB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/account/table/hooks/index.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAA"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { Ref } from 'react';
|
|
2
|
+
import type React from 'react';
|
|
3
|
+
import type { BalanceHistoryEventNouns } from '../types/index.ts';
|
|
4
|
+
export declare const useLinkedBalanceHistoryItem: () => [Ref<HTMLElement | null>, (event: React.MouseEvent, noun?: BalanceHistoryEventNouns, data?: string | number) => void];
|
|
5
|
+
//# sourceMappingURL=useLinkedBalanceHistoryItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useLinkedBalanceHistoryItem.d.ts","sourceRoot":"","sources":["../../../../../../src/components/account/table/hooks/useLinkedBalanceHistoryItem.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,OAAO,CAAA;AAChC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAE9B,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,mBAAmB,CAAA;AAEjE,eAAO,MAAM,2BAA2B,QAAO,CAC7C,GAAG,CAAC,WAAW,GAAG,IAAI,CAAC,EACvB,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,EAAE,IAAI,CAAC,EAAE,wBAAwB,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,KAAK,IAAI,CAoB3F,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/account/table/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAA;AAC3C,cAAc,8BAA8B,CAAA;AAC5C,cAAc,iBAAiB,CAAA;AAC/B,cAAc,kBAAkB,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/account/table/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAA;AAC3C,cAAc,8BAA8B,CAAA;AAC5C,cAAc,iBAAiB,CAAA;AAC/B,cAAc,kBAAkB,CAAA;AAChC,cAAc,kBAAkB,CAAA"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { AccountBalanceHistoryItemFormatted } from '@xyo-network/react-chain-provider';
|
|
2
2
|
import type { ExtendEventNoun } from '@xyo-network/react-event';
|
|
3
|
-
export type BalanceHistoryEventNouns = ExtendEventNoun<'amount' | '
|
|
4
|
-
export type TableHeadingLabels = 'Tx Hash' | 'BlockNumber' | 'Timestamp' | 'From' | 'To' | 'Amount' | 'Debug';
|
|
3
|
+
export type BalanceHistoryEventNouns = ExtendEventNoun<'from-address' | 'to-address' | 'amount' | 'block-number' | 'tx-hash' | 'transfer-hash' | 'tx-hash|transfer-hash' | 'block-number|transfer-hash'>;
|
|
4
|
+
export type TableHeadingLabels = 'Tx Hash' | 'BlockNumber' | 'Timestamp' | 'From' | 'To' | 'Amount' | 'Debug' | 'TransferHash';
|
|
5
5
|
export type TableHeadings = {
|
|
6
6
|
[key in keyof AccountBalanceHistoryItemFormatted]: TableHeadingLabels;
|
|
7
7
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/account/table/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,mCAAmC,CAAA;AAC3F,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAA;AAE/D,MAAM,MAAM,wBAAwB,GAAG,eAAe,CAAC,QAAQ,GAAG,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/account/table/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,mCAAmC,CAAA;AAC3F,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAA;AAE/D,MAAM,MAAM,wBAAwB,GAAG,eAAe,CAAC,cAAc,GAAG,YAAY,GAAG,QAAQ,GAAG,cAAc,GAAG,SAAS,GAAG,eAAe,GAAG,uBAAuB,GAAG,4BAA4B,CAAC,CAAA;AAExM,MAAM,MAAM,kBAAkB,GAAG,SAAS,GAAG,aAAa,GAAG,WAAW,GAAG,MAAM,GAAG,IAAI,GAAG,QAAQ,GAAG,OAAO,GAAG,cAAc,CAAA;AAC9H,MAAM,MAAM,aAAa,GAAG;KAAG,GAAG,IAAI,MAAM,kCAAkC,GAAG,kBAAkB;CAAE,CAAA;AAErG,eAAO,MAAM,kBAAkB,EAAE,kBAAkB,EASzC,CAAA"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
import type { BlockHeaderEventNouns } from '../../hooks/index.ts';
|
|
2
3
|
import type { BlockTableCellProps } from './lib/index.ts';
|
|
3
4
|
export interface BlockNumberTableCellProps extends BlockTableCellProps {
|
|
5
|
+
eventNoun?: BlockHeaderEventNouns;
|
|
4
6
|
}
|
|
5
7
|
export declare const BlockNumberTableCell: React.FC<BlockNumberTableCellProps>;
|
|
6
8
|
export declare const BlockNumberTableCellInner: React.FC<BlockNumberTableCellProps & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BlockNumber.d.ts","sourceRoot":"","sources":["../../../../../../src/components/block/table/cell/BlockNumber.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BlockNumber.d.ts","sourceRoot":"","sources":["../../../../../../src/components/block/table/cell/BlockNumber.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAA;AAEjE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAA;AAEzD,MAAM,WAAW,yBAA0B,SAAQ,mBAAmB;IACpE,SAAS,CAAC,EAAE,qBAAqB,CAAA;CAClC;AAED,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CAMpE,CAAA;AAED,eAAO,MAAM,yBAAyB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,GAAG;IAAE,WAAW,CAAC,EAAE,MAAM,CAAC;IAAC,MAAM,CAAC,EAAE,OAAO,CAAA;CAAE,CAatH,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableRow.d.ts","sourceRoot":"","sources":["../../../../../../src/components/block/table/row/TableRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,eAAe,CAAA;
|
|
1
|
+
{"version":3,"file":"TableRow.d.ts","sourceRoot":"","sources":["../../../../../../src/components/block/table/row/TableRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,eAAe,CAAA;AAGlD,OAAO,KAAkB,MAAM,OAAO,CAAA;AAEtC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAA;AAUrE,MAAM,WAAW,uBAAwB,SAAQ,mBAAmB,EAAE,aAAa;IACjF,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,MAAM,CAAC,EAAE,OAAO,CAAA;CACjB;AAED,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAyBhE,CAAA"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export declare const StyledLinkableTableRow: import("@emotion/styled").StyledComponent<import("@mui/material").TableRowOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, "children" | "className" | "style" | "classes" | "sx" | "selected" | "hover"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
|
|
2
|
+
component?: import("react").ElementType | undefined;
|
|
3
|
+
} & {
|
|
4
|
+
linked?: boolean;
|
|
5
|
+
}, {}, {}>;
|
|
6
|
+
//# sourceMappingURL=StyledLinkableTableRow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StyledLinkableTableRow.d.ts","sourceRoot":"","sources":["../../../../src/components/table/StyledLinkableTableRow.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,sBAAsB;;;aACN,OAAO;UAMlC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/table/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAA"}
|