@overmap-ai/core 1.0.38-component-fields.39 → 1.0.38-component-fields.40
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.
|
@@ -5537,7 +5537,7 @@ var __publicField = (obj, key, value) => {
|
|
|
5537
5537
|
...componentTypeId && { component_type: componentTypeId },
|
|
5538
5538
|
initial_revision: payloadWithoutImage
|
|
5539
5539
|
},
|
|
5540
|
-
blockers: [componentTypeId]
|
|
5540
|
+
blockers: componentTypeId ? [componentTypeId] : [],
|
|
5541
5541
|
blocks: [offlineFormPayload.offline_id, payloadWithoutImage.offline_id]
|
|
5542
5542
|
});
|
|
5543
5543
|
const attachImagesPromises = this.getAttachImagePromises(images, offlineRevisionPayload.offline_id);
|
|
@@ -9695,12 +9695,12 @@ var __publicField = (obj, key, value) => {
|
|
|
9695
9695
|
super(options, FieldInputCloner);
|
|
9696
9696
|
}
|
|
9697
9697
|
}
|
|
9698
|
-
const displayFileContainer = "
|
|
9699
|
-
const infoContainer = "
|
|
9700
|
-
const previewImage$1 = "
|
|
9701
|
-
const fileSizeText = "
|
|
9702
|
-
const nameContainer = "
|
|
9703
|
-
const useEllipsis = "
|
|
9698
|
+
const displayFileContainer = "_displayFileContainer_1i498_1";
|
|
9699
|
+
const infoContainer = "_infoContainer_1i498_6";
|
|
9700
|
+
const previewImage$1 = "_previewImage_1i498_10";
|
|
9701
|
+
const fileSizeText = "_fileSizeText_1i498_19";
|
|
9702
|
+
const nameContainer = "_nameContainer_1i498_24";
|
|
9703
|
+
const useEllipsis = "_useEllipsis_1i498_28";
|
|
9704
9704
|
const styles$4 = {
|
|
9705
9705
|
displayFileContainer,
|
|
9706
9706
|
infoContainer,
|