@skygraph/react 0.4.0 → 0.5.0
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 -0
- package/dist/{Table-IvijKCyd.d.ts → Table-BmesoMje.d.ts} +2 -0
- package/dist/{Table-BqN2u5ma.d.cts → Table-CpKMOH2x.d.cts} +2 -0
- package/dist/{chunk-DRBAZI46.js → chunk-FSV73JI4.js} +2 -1
- package/dist/chunk-FSV73JI4.js.map +1 -0
- package/dist/{chunk-MJAEAFPN.js → chunk-NXB3VAVF.js} +10 -7
- package/dist/chunk-NXB3VAVF.js.map +1 -0
- package/dist/{chunk-6SHHUUAE.js → chunk-UO6VJC3C.js} +2 -2
- package/dist/{chunk-KCFWFDSP.js → chunk-Z5UGF7EO.js} +2 -2
- package/dist/datagrid.cjs +1 -0
- package/dist/datagrid.cjs.map +1 -1
- package/dist/datagrid.js +2 -2
- package/dist/index.cjs +236 -188
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +16 -2
- package/dist/index.d.ts +16 -2
- package/dist/index.js +233 -189
- package/dist/index.js.map +1 -1
- package/dist/table.cjs +9 -5
- 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 +2 -2
- package/dist/tree.cjs +1 -0
- package/dist/tree.cjs.map +1 -1
- package/dist/tree.js +2 -2
- package/package.json +2 -2
- package/dist/chunk-DRBAZI46.js.map +0 -1
- package/dist/chunk-MJAEAFPN.js.map +0 -1
- /package/dist/{chunk-6SHHUUAE.js.map → chunk-UO6VJC3C.js.map} +0 -0
- /package/dist/{chunk-KCFWFDSP.js.map → chunk-Z5UGF7EO.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-CpKMOH2x.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-BmesoMje.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import '@skygraph/core';
|
|
4
4
|
import './common-CdpocIEz.js';
|
package/dist/table.js
CHANGED
|
@@ -8,9 +8,9 @@ import {
|
|
|
8
8
|
toJSONString,
|
|
9
9
|
toTSVString,
|
|
10
10
|
useTable
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-NXB3VAVF.js";
|
|
12
12
|
import "./chunk-ZJF6SJLP.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-FSV73JI4.js";
|
|
14
14
|
import "./chunk-2OCEO636.js";
|
|
15
15
|
export {
|
|
16
16
|
Table,
|
package/dist/tree.cjs
CHANGED
|
@@ -346,6 +346,7 @@ function Checkbox({
|
|
|
346
346
|
onChange: (e) => onChange?.(e.target.checked)
|
|
347
347
|
}
|
|
348
348
|
),
|
|
349
|
+
!unstyled && /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("span", { className: "sg-checkbox-box", "aria-hidden": true }),
|
|
349
350
|
children && /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("span", { className: unstyled ? "" : "sg-checkbox-label", children }),
|
|
350
351
|
loading && /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(Spin, { size: "small", unstyled })
|
|
351
352
|
] });
|