@bimdata/bcf-components 6.0.0-rc.4 → 6.0.0-rc.6

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.
@@ -509,12 +509,12 @@ function v_(e, { fetchUsers: t }) {
509
509
  );
510
510
  _t(`${x.name}.bcf`, E);
511
511
  }, y = async (x, I) => {
512
- const E = await e.bcfApi.downloadBcfExport(
512
+ const E = await e.bcfApi.downloadBcfExportXlsx(
513
513
  x.id,
514
514
  void 0,
515
515
  I.map((H) => H.guid).join(",")
516
516
  );
517
- _t(`${x.name}.bcf`, E);
517
+ _t(`${x.name}.xlsx`, E);
518
518
  }, D = async (x, I) => (await ps(I, 10, (E, H) => {
519
519
  b(x, E).then((K) => {
520
520
  E.viewpoints = K, H();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bimdata/bcf-components",
3
- "version": "6.0.0-rc.4",
3
+ "version": "6.0.0-rc.6",
4
4
  "files": [
5
5
  "dist",
6
6
  "vue3-plugin.js"