update all packages

This commit is contained in:
SPRINX0\prochazka
2025-07-30 15:41:18 +02:00
parent b00ac75f33
commit c765bfc946
10 changed files with 1807 additions and 3709 deletions

View File

@@ -697,7 +697,7 @@ export class PerspectiveTableColumnNode extends PerspectiveTreeNode {
bindingValues: _uniqBy(
parentRows.map(row => [row[this.foreignKey.columns[0].columnName]]),
stableStringify
),
) as any[][],
dataColumns: this.getDataLoadColumns(),
databaseConfig: this.databaseConfig,
orderBy: this.getOrderBy(this.refTable),
@@ -1280,7 +1280,7 @@ export class PerspectiveTableReferenceNode extends PerspectiveTableNode {
bindingValues: _uniqBy(
parentRows.map(row => [row[this.foreignKey.columns[0].refColumnName]]),
stableStringify
),
) as any[][],
dataColumns: this.getDataLoadColumns(),
databaseConfig: this.databaseConfig,
orderBy: this.getOrderBy(this.table),