@pingux/astro 2.5.7-alpha.0 → 2.5.7-alpha.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.
@@ -56,33 +56,6 @@ var ROW_HEIGHTS = {
|
|
56
56
|
large: 75
|
57
57
|
}
|
58
58
|
};
|
59
|
-
|
60
|
-
/**
|
61
|
-
* Inspired by [TableView](https://react-spectrum.adobe.com/react-spectrum/TableView.html)
|
62
|
-
* from React Spectrum and [useTableState](https://react-spectrum.adobe.com/react-stately/useTableState.html)
|
63
|
-
* from React Stately.
|
64
|
-
*
|
65
|
-
* DataTable is a complex collection component that is built from many child elements including
|
66
|
-
* columns, rows and cells. Columns are defined within DataTableHeader element via DataTableColumn
|
67
|
-
* and rows are defined within a DataTableBody element via DataTableRow. Rows contain DataTableCell
|
68
|
-
* elements that correspond to each column.
|
69
|
-
*
|
70
|
-
* [TableHeader](https://react-spectrum.adobe.com/react-aria/useTable.html#:~:text=defined%20using%20the-,TableHeader,-%2C%20Column%2C)
|
71
|
-
* uses the alias DataTableHeader.
|
72
|
-
*
|
73
|
-
* [Column](https://react-spectrum.adobe.com/react-aria/useTable.html#:~:text=the%20TableHeader%2C-,Column,-%2C%20TableBody%2C)
|
74
|
-
* uses the alias DataTableColumn.
|
75
|
-
*
|
76
|
-
* [Cell](https://react-spectrum.adobe.com/react-aria/useTable.html#:~:text=Row%2C%20and-,Cell,-components%2C%20which%20support)
|
77
|
-
* uses the alias DataTableCell.
|
78
|
-
*
|
79
|
-
* [Row](https://react-spectrum.adobe.com/react-aria/useTable.html#:~:text=%2C%20TableBody%2C-,Row,-%2C%20and%20Cell%20components)
|
80
|
-
* uses the alias DataTableCell.
|
81
|
-
*
|
82
|
-
* [TableBody](https://react-spectrum.adobe.com/react-aria/useTable.html#:~:text=%2C%20Column%2C-,TableBody,-%2C%20Row%2C%20and)
|
83
|
-
* uses the alias DataTableBody.
|
84
|
-
*/
|
85
|
-
|
86
59
|
var DataTable = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
|
87
60
|
var width = props.width,
|
88
61
|
height = props.height,
|
@@ -45,33 +45,6 @@ var ROW_HEIGHTS = {
|
|
45
45
|
large: 75
|
46
46
|
}
|
47
47
|
};
|
48
|
-
|
49
|
-
/**
|
50
|
-
* Inspired by [TableView](https://react-spectrum.adobe.com/react-spectrum/TableView.html)
|
51
|
-
* from React Spectrum and [useTableState](https://react-spectrum.adobe.com/react-stately/useTableState.html)
|
52
|
-
* from React Stately.
|
53
|
-
*
|
54
|
-
* DataTable is a complex collection component that is built from many child elements including
|
55
|
-
* columns, rows and cells. Columns are defined within DataTableHeader element via DataTableColumn
|
56
|
-
* and rows are defined within a DataTableBody element via DataTableRow. Rows contain DataTableCell
|
57
|
-
* elements that correspond to each column.
|
58
|
-
*
|
59
|
-
* [TableHeader](https://react-spectrum.adobe.com/react-aria/useTable.html#:~:text=defined%20using%20the-,TableHeader,-%2C%20Column%2C)
|
60
|
-
* uses the alias DataTableHeader.
|
61
|
-
*
|
62
|
-
* [Column](https://react-spectrum.adobe.com/react-aria/useTable.html#:~:text=the%20TableHeader%2C-,Column,-%2C%20TableBody%2C)
|
63
|
-
* uses the alias DataTableColumn.
|
64
|
-
*
|
65
|
-
* [Cell](https://react-spectrum.adobe.com/react-aria/useTable.html#:~:text=Row%2C%20and-,Cell,-components%2C%20which%20support)
|
66
|
-
* uses the alias DataTableCell.
|
67
|
-
*
|
68
|
-
* [Row](https://react-spectrum.adobe.com/react-aria/useTable.html#:~:text=%2C%20TableBody%2C-,Row,-%2C%20and%20Cell%20components)
|
69
|
-
* uses the alias DataTableCell.
|
70
|
-
*
|
71
|
-
* [TableBody](https://react-spectrum.adobe.com/react-aria/useTable.html#:~:text=%2C%20Column%2C-,TableBody,-%2C%20Row%2C%20and)
|
72
|
-
* uses the alias DataTableBody.
|
73
|
-
*/
|
74
|
-
|
75
48
|
var DataTable = /*#__PURE__*/forwardRef(function (props, ref) {
|
76
49
|
var width = props.width,
|
77
50
|
height = props.height,
|