@bimdata/bcf-components 6.0.0-rc.11 → 6.0.0-rc.13

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.
@@ -505,6 +505,7 @@ function T_(e, { fetchUsers: t }) {
505
505
  const E = await e.bcfApi.downloadBcfExport(
506
506
  k.id,
507
507
  void 0,
508
+ // Format
508
509
  I.map((H) => H.guid).join(",")
509
510
  );
510
511
  _t(`${k.name}.bcf`, E);
@@ -512,6 +513,9 @@ function T_(e, { fetchUsers: t }) {
512
513
  const E = await e.bcfApi.downloadBcfExportXlsx(
513
514
  k.id,
514
515
  void 0,
516
+ // Format
517
+ void 0,
518
+ // Locale
515
519
  I.map((H) => H.guid).join(",")
516
520
  );
517
521
  _t(`${k.name}.xlsx`, E);