@overmap-ai/core 1.0.53-component-asset-renames.3 → 1.0.53-component-asset-renames.5

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.
@@ -1873,7 +1873,7 @@ var __publicField = (obj, key, value) => {
1873
1873
  }
1874
1874
  )
1875
1875
  );
1876
- const selectAttachmentsOfAssetsByType = restructureCreateSelectorWithArgs(
1876
+ const selectAttachmentsOfAssetByType = restructureCreateSelectorWithArgs(
1877
1877
  toolkit.createSelector(
1878
1878
  [selectAssetAttachments, (_state, assetId) => assetId],
1879
1879
  (attachments, assetId) => {
@@ -15647,7 +15647,7 @@ var __publicField = (obj, key, value) => {
15647
15647
  const formId = "form-builder";
15648
15648
  const fieldsToChoose = [
15649
15649
  ["string", "text"],
15650
- ["select", "multi-select", "upload"],
15650
+ ["select", "multi-select", "upload", "qr"],
15651
15651
  ["boolean", "date", "number", "multi-string"]
15652
15652
  ];
15653
15653
  const CompleteFieldTypeToClsMapping = {
@@ -16997,9 +16997,9 @@ var __publicField = (obj, key, value) => {
16997
16997
  exports2.selectAssetsMapping = selectAssetsMapping;
16998
16998
  exports2.selectAssetsOfAssetType = selectAssetsOfAssetType;
16999
16999
  exports2.selectAttachmentsOfAsset = selectAttachmentsOfAsset;
17000
+ exports2.selectAttachmentsOfAssetByType = selectAttachmentsOfAssetByType;
17000
17001
  exports2.selectAttachmentsOfAssetType = selectAttachmentsOfAssetType;
17001
17002
  exports2.selectAttachmentsOfAssetTypeByType = selectAttachmentsOfAssetTypeByType;
17002
- exports2.selectAttachmentsOfAssetsByType = selectAttachmentsOfAssetsByType;
17003
17003
  exports2.selectAttachmentsOfDocument = selectAttachmentsOfDocument;
17004
17004
  exports2.selectAttachmentsOfDocumentByType = selectAttachmentsOfDocumentByType;
17005
17005
  exports2.selectAttachmentsOfFormRevision = selectAttachmentsOfFormRevision;