@limetech/lime-elements 39.33.0 → 39.33.2

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.
@@ -237,6 +237,21 @@ export declare class Table {
237
237
  private formatRow;
238
238
  private isActiveRow;
239
239
  private calculatePageCount;
240
+ /**
241
+ * Whether any of `columns` shows an aggregation — either because the column
242
+ * carries its own `aggregator`, or because its field has a matching entry in
243
+ * `aggregates`.
244
+ *
245
+ * Deriving from `aggregates` (the source of truth) rather than only from the
246
+ * `aggregator` that `addColumnAggregator` mutates onto the column keeps this
247
+ * correct even when the table is re-fed equivalent columns and aggregates
248
+ * without that mutation being re-applied — e.g. when only the aggregate
249
+ * values change, `updateAggregates` recalculates without re-running
250
+ * `getColumnDefinitions`.
251
+ *
252
+ * @param columns - the column definitions to inspect.
253
+ * @returns whether at least one column shows an aggregation.
254
+ */
240
255
  private hasAggregation;
241
256
  private readonly getColumnOptions;
242
257
  private readonly getRowDragOptions;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-elements",
3
- "version": "39.33.0",
3
+ "version": "39.33.2",
4
4
  "description": "Lime Elements",
5
5
  "author": "Lime Technologies",
6
6
  "license": "Apache-2.0",