@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.
package/dist/overmap-core.js
CHANGED
|
@@ -5541,7 +5541,7 @@ class UserFormService extends BaseApiService {
|
|
|
5541
5541
|
...componentTypeId && { component_type: componentTypeId },
|
|
5542
5542
|
initial_revision: payloadWithoutImage
|
|
5543
5543
|
},
|
|
5544
|
-
blockers: [componentTypeId]
|
|
5544
|
+
blockers: componentTypeId ? [componentTypeId] : [],
|
|
5545
5545
|
blocks: [offlineFormPayload.offline_id, payloadWithoutImage.offline_id]
|
|
5546
5546
|
});
|
|
5547
5547
|
const attachImagesPromises = this.getAttachImagePromises(images, offlineRevisionPayload.offline_id);
|
|
@@ -9699,12 +9699,12 @@ class FieldInputClonerField extends CustomField {
|
|
|
9699
9699
|
super(options, FieldInputCloner);
|
|
9700
9700
|
}
|
|
9701
9701
|
}
|
|
9702
|
-
const displayFileContainer = "
|
|
9703
|
-
const infoContainer = "
|
|
9704
|
-
const previewImage$1 = "
|
|
9705
|
-
const fileSizeText = "
|
|
9706
|
-
const nameContainer = "
|
|
9707
|
-
const useEllipsis = "
|
|
9702
|
+
const displayFileContainer = "_displayFileContainer_1i498_1";
|
|
9703
|
+
const infoContainer = "_infoContainer_1i498_6";
|
|
9704
|
+
const previewImage$1 = "_previewImage_1i498_10";
|
|
9705
|
+
const fileSizeText = "_fileSizeText_1i498_19";
|
|
9706
|
+
const nameContainer = "_nameContainer_1i498_24";
|
|
9707
|
+
const useEllipsis = "_useEllipsis_1i498_28";
|
|
9708
9708
|
const styles$4 = {
|
|
9709
9709
|
displayFileContainer,
|
|
9710
9710
|
infoContainer,
|