Skip to content

Commit 8d59de2

Browse files
committed
run wrapper script (compat)
1 parent 9826342 commit 8d59de2

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

packages/compat/src/components/Table/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ interface TablePropTypes
266266
* - `import "@ui5/webcomponents-compat/dist/TableCell.js";` (`TableCell`)
267267
*
268268
* __Note__: This is a UI5 Web Component! [Repository](https://github.com/SAP/ui5-webcomponents) | [Documentation](https://sap.github.io/ui5-webcomponents/)
269+
* @deprecated Deprecated as of version 2.12.0, use `@ui5/webcomponents/dist/Table.js` instead.
269270
*/
270271
const Table = withWebComponent<TablePropTypes, TableDomRef>(
271272
'ui5-table',

packages/compat/src/components/TableCell/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ interface TableCellPropTypes extends TableCellAttributes, Omit<CommonProps, 'chi
2020
* The `TableCell` component defines the structure of the data in a single `Table` cell.
2121
*
2222
* __Note__: This is a UI5 Web Component! [Repository](https://github.com/SAP/ui5-webcomponents) | [Documentation](https://sap.github.io/ui5-webcomponents/)
23+
* @deprecated Deprecated as of version 2.12.0, use `@ui5/webcomponents/dist/TableCell.js` instead.
2324
*/
2425
const TableCell = withWebComponent<TableCellPropTypes, TableCellDomRef>('ui5-table-cell', [], [], [], []);
2526

packages/compat/src/components/TableColumn/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ interface TableColumnPropTypes
6161
* when rendering the `Table` component.
6262
*
6363
* __Note__: This is a UI5 Web Component! [Repository](https://github.com/SAP/ui5-webcomponents) | [Documentation](https://sap.github.io/ui5-webcomponents/)
64+
* @deprecated Deprecated as of version 2.12.0, use `@ui5/webcomponents/dist/Table.js` instead.
6465
*/
6566
const TableColumn = withWebComponent<TableColumnPropTypes, TableColumnDomRef>(
6667
'ui5-table-column',

packages/compat/src/components/TableGroupRow/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ interface TableGroupRowPropTypes extends TableGroupRowAttributes, Omit<CommonPro
2424
* __Note__: This is a UI5 Web Component! [Repository](https://github.com/SAP/ui5-webcomponents) | [Documentation](https://sap.github.io/ui5-webcomponents/)
2525
*
2626
* @since [2.0.0](https://github.com/SAP/ui5-webcomponents/releases/tag/v2.0.0) of __@ui5/webcomponents-compat__.
27+
* @deprecated Deprecated as of version 2.12.0, use `@ui5/webcomponents/dist/Table.js` instead.
2728
*/
2829
const TableGroupRow = withWebComponent<TableGroupRowPropTypes, TableGroupRowDomRef>(
2930
'ui5-table-group-row',

packages/compat/src/components/TableRow/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ interface TableRowPropTypes extends TableRowAttributes, Omit<CommonProps, keyof
5050
* The `TableRow` component represents a row in the `Table`.
5151
*
5252
* __Note__: This is a UI5 Web Component! [Repository](https://github.com/SAP/ui5-webcomponents) | [Documentation](https://sap.github.io/ui5-webcomponents/)
53+
* @deprecated Deprecated as of version 2.12.0, use `@ui5/webcomponents/dist/TableRow.js` instead.
5354
*/
5455
const TableRow = withWebComponent<TableRowPropTypes, TableRowDomRef>(
5556
'ui5-table-row',

0 commit comments

Comments
 (0)