@skygraph/react 0.5.2 → 0.5.4
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/README.md +70 -70
- package/dist/{Table-BmesoMje.d.ts → Table-CAay8MmA.d.ts} +8 -1
- package/dist/{Table-CpKMOH2x.d.cts → Table-CMKo6Pc3.d.cts} +8 -1
- package/dist/{chunk-ZJF6SJLP.js → chunk-45YW5VSP.js} +44 -10
- package/dist/chunk-45YW5VSP.js.map +1 -0
- package/dist/{chunk-NXB3VAVF.js → chunk-7AA2JPZB.js} +148 -61
- package/dist/chunk-7AA2JPZB.js.map +1 -0
- package/dist/{chunk-Z5UGF7EO.js → chunk-EFDB2ENB.js} +87 -25
- package/dist/chunk-EFDB2ENB.js.map +1 -0
- package/dist/{chunk-UO6VJC3C.js → chunk-KGFFQGCM.js} +3 -3
- package/dist/{chunk-FSV73JI4.js → chunk-PEX2UTNG.js} +2 -2
- package/dist/chunk-VLRLCHEL.js +184 -0
- package/dist/chunk-VLRLCHEL.js.map +1 -0
- package/dist/{chunk-MLEBVELO.js → chunk-Y6XZ5TLD.js} +93 -47
- package/dist/chunk-Y6XZ5TLD.js.map +1 -0
- package/dist/{chunk-GJDDPZH7.js → chunk-ZJC2QUWA.js} +12 -12
- package/dist/chunk-ZJC2QUWA.js.map +1 -0
- package/dist/datagrid.cjs +76 -21
- package/dist/datagrid.cjs.map +1 -1
- package/dist/datagrid.js +3 -3
- package/dist/devtools.cjs +11 -11
- package/dist/devtools.cjs.map +1 -1
- package/dist/devtools.js +1 -1
- package/dist/form.cjs +168 -86
- package/dist/form.cjs.map +1 -1
- package/dist/form.d.cts +1 -1
- package/dist/form.d.ts +1 -1
- package/dist/form.js +3 -3
- package/dist/index.cjs +1549 -1021
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +157 -7
- package/dist/index.d.ts +157 -7
- package/dist/index.js +444 -231
- package/dist/index.js.map +1 -1
- package/dist/table.cjs +344 -221
- package/dist/table.cjs.map +1 -1
- package/dist/table.d.cts +1 -1
- package/dist/table.d.ts +1 -1
- package/dist/table.js +4 -4
- package/dist/tree.cjs.map +1 -1
- package/dist/tree.js +3 -3
- package/package.json +2 -2
- package/dist/chunk-2OCEO636.js +0 -91
- package/dist/chunk-2OCEO636.js.map +0 -1
- package/dist/chunk-GJDDPZH7.js.map +0 -1
- package/dist/chunk-MLEBVELO.js.map +0 -1
- package/dist/chunk-NXB3VAVF.js.map +0 -1
- package/dist/chunk-Z5UGF7EO.js.map +0 -1
- package/dist/chunk-ZJF6SJLP.js.map +0 -1
- /package/dist/{chunk-UO6VJC3C.js.map → chunk-KGFFQGCM.js.map} +0 -0
- /package/dist/{chunk-FSV73JI4.js.map → chunk-PEX2UTNG.js.map} +0 -0
package/dist/table.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { A as AggregateType, C as CellSpan, E as ExpandableConfig, F as FilterDropdownProps, a as FlatRow, G as GroupRow, H as HeaderCell, P as PinnedRowsConfig, R as RowNumberConfig, b as RowSelectionConfig, S as SelectionSummaryAction, c as SummaryCell, T as Table, d as TableColumn, e as TableLocale, f as TableProps, g as TreeConfig, U as UseTableOptions, h as UseTableReturn, u as useTable } from './Table-
|
|
1
|
+
export { A as AggregateType, C as CellSpan, E as ExpandableConfig, F as FilterDropdownProps, a as FlatRow, G as GroupRow, H as HeaderCell, P as PinnedRowsConfig, R as RowNumberConfig, b as RowSelectionConfig, S as SelectionSummaryAction, c as SummaryCell, T as Table, d as TableColumn, e as TableLocale, f as TableProps, g as TreeConfig, U as UseTableOptions, h as UseTableReturn, u as useTable } from './Table-CMKo6Pc3.cjs';
|
|
2
2
|
import 'react';
|
|
3
3
|
import '@skygraph/core';
|
|
4
4
|
import './common-CdpocIEz.cjs';
|
package/dist/table.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { A as AggregateType, C as CellSpan, E as ExpandableConfig, F as FilterDropdownProps, a as FlatRow, G as GroupRow, H as HeaderCell, P as PinnedRowsConfig, R as RowNumberConfig, b as RowSelectionConfig, S as SelectionSummaryAction, c as SummaryCell, T as Table, d as TableColumn, e as TableLocale, f as TableProps, g as TreeConfig, U as UseTableOptions, h as UseTableReturn, u as useTable } from './Table-
|
|
1
|
+
export { A as AggregateType, C as CellSpan, E as ExpandableConfig, F as FilterDropdownProps, a as FlatRow, G as GroupRow, H as HeaderCell, P as PinnedRowsConfig, R as RowNumberConfig, b as RowSelectionConfig, S as SelectionSummaryAction, c as SummaryCell, T as Table, d as TableColumn, e as TableLocale, f as TableProps, g as TreeConfig, U as UseTableOptions, h as UseTableReturn, u as useTable } from './Table-CAay8MmA.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import '@skygraph/core';
|
|
4
4
|
import './common-CdpocIEz.js';
|
package/dist/table.js
CHANGED
|
@@ -8,10 +8,10 @@ import {
|
|
|
8
8
|
toJSONString,
|
|
9
9
|
toTSVString,
|
|
10
10
|
useTable
|
|
11
|
-
} from "./chunk-
|
|
12
|
-
import "./chunk-
|
|
13
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-
|
|
11
|
+
} from "./chunk-7AA2JPZB.js";
|
|
12
|
+
import "./chunk-45YW5VSP.js";
|
|
13
|
+
import "./chunk-PEX2UTNG.js";
|
|
14
|
+
import "./chunk-VLRLCHEL.js";
|
|
15
15
|
export {
|
|
16
16
|
Table,
|
|
17
17
|
copyToClipboard,
|