courthive-components 3.14.0 → 3.14.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.
@@ -15239,7 +15239,7 @@ function SC(e) {
15239
15239
  var CC = {
15240
15240
  name: "courthive-components",
15241
15241
  packageManager: "pnpm@11.21.0",
15242
- version: "3.14.0",
15242
+ version: "3.14.1",
15243
15243
  engines: { node: ">=22" },
15244
15244
  description: "Components for competitions projects",
15245
15245
  files: ["dist"],
@@ -15331,7 +15331,7 @@ var CC = {
15331
15331
  semver: "7.8.5",
15332
15332
  storybook: "^10.2.17",
15333
15333
  "tabulator-tables": "6.5.2",
15334
- "tods-competition-factory": "6.27.0",
15334
+ "tods-competition-factory": "6.28.1",
15335
15335
  typescript: "^6.0.2",
15336
15336
  vite: "8.2.1",
15337
15337
  "vite-plugin-dts": "^5.0.0",
@@ -20274,7 +20274,9 @@ function iI(e) {
20274
20274
  let v = (e, t) => {
20275
20275
  V(i) && i(t), c && m(t);
20276
20276
  };
20277
- return t && (t._controlBarSelectionHandler = v), t?.on("rowSelectionChanged", v), m(t?.getSelectedRows?.() ?? []), f && setTimeout(() => f.focus(), 200), {
20277
+ t && (t._controlBarSelectionHandler = v), t?.on("rowSelectionChanged", v);
20278
+ let y = () => m(t?.getSelectedRows?.() ?? []);
20279
+ return !t || t.initialized ? y() : t.on("tableBuilt", y), f && setTimeout(() => f.focus(), 200), {
20278
20280
  elements: u,
20279
20281
  inputs: d
20280
20282
  };