@leanix/components 0.4.693 → 0.4.694
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.
|
@@ -64,9 +64,9 @@ import { Link } from '@tiptap/extension-link';
|
|
|
64
64
|
import { BubbleMenuPlugin } from '@tiptap/extension-bubble-menu';
|
|
65
65
|
import Table, { Table as Table$1 } from '@tiptap/extension-table';
|
|
66
66
|
import { CellSelection, TableMap } from '@tiptap/pm/tables';
|
|
67
|
-
import TableCell from '@tiptap/extension-table-cell';
|
|
68
|
-
import
|
|
69
|
-
import TableRow from '@tiptap/extension-table-row';
|
|
67
|
+
import { TableCell } from '@tiptap/extension-table-cell';
|
|
68
|
+
import { TableHeader } from '@tiptap/extension-table-header';
|
|
69
|
+
import { TableRow } from '@tiptap/extension-table-row';
|
|
70
70
|
import { trigger, transition, style, animate } from '@angular/animations';
|
|
71
71
|
import { coerceNumberProperty } from '@angular/cdk/coercion';
|
|
72
72
|
|
|
@@ -9621,7 +9621,7 @@ const CustomTableCell = TableCell.extend({
|
|
|
9621
9621
|
];
|
|
9622
9622
|
}
|
|
9623
9623
|
});
|
|
9624
|
-
const CustomTableHeader =
|
|
9624
|
+
const CustomTableHeader = TableHeader.extend({
|
|
9625
9625
|
addAttributes() {
|
|
9626
9626
|
return {
|
|
9627
9627
|
colspan: {
|