@antscorp/antsomi-ui 1.3.5-beta.838 → 1.3.5-beta.839
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.
|
@@ -78,7 +78,7 @@ export const ThumbnailCard = (props) => {
|
|
|
78
78
|
})
|
|
79
79
|
.filter(Boolean);
|
|
80
80
|
};
|
|
81
|
-
return (_jsxs(Flex, { gap: 10, vertical: true, ...restOfProps, style: { width, ...restOfProps.style }, children: [_jsxs(ThumbnailCardWrapper, { "$showSkeleton": showSkeletonMemo, style: { height, cursor: actionAvailable ? 'default' : 'pointer' }, onClick: handleWrapperClick, "data-test": "thumbnail", children: [_jsx("div", { className: "screen", children: thumbnail && (_jsx("img", { src: getUrlNoCache(thumbnail, thumbnailCacheValue), alt: "", style: { objectFit: thumbnailFit }, onError: e => {
|
|
81
|
+
return (_jsxs(Flex, { gap: 10, vertical: true, ...restOfProps, style: { width, ...restOfProps.style }, "data-test": "template", children: [_jsxs(ThumbnailCardWrapper, { "$showSkeleton": showSkeletonMemo, style: { height, cursor: actionAvailable ? 'default' : 'pointer' }, onClick: handleWrapperClick, "data-test": "thumbnail", children: [_jsx("div", { className: "screen", children: thumbnail && (_jsx("img", { src: getUrlNoCache(thumbnail, thumbnailCacheValue), alt: "", style: { objectFit: thumbnailFit }, onError: e => {
|
|
82
82
|
e.currentTarget.style.display = 'none';
|
|
83
83
|
} })) }), actionAvailable && !loading && (_jsxs(_Fragment, { children: [_jsxs(Flex, { className: "center-action", align: "center", gap: 10, vertical: true, children: [showEditBtn && (_jsx(Button, { type: "primary", className: "animate__animated animate__fadeIn", ...restOfEditBtnProps, onClick: e => {
|
|
84
84
|
e.stopPropagation();
|
|
@@ -1288,7 +1288,7 @@
|
|
|
1288
1288
|
"_TITL_TOTAL_TESTING_INPUT": "Total testing input",
|
|
1289
1289
|
"_TITL_TRACKED_TIME": "Tracked time",
|
|
1290
1290
|
"_TITL_TREAT_AS_CONVERSION_OBECJT": "Treat as Conversion Object",
|
|
1291
|
-
"_TOOLTIP__TITL_TREAT_AS_CONVERSION_OBECJT": "
|
|
1291
|
+
"_TOOLTIP__TITL_TREAT_AS_CONVERSION_OBECJT": "Loading...",
|
|
1292
1292
|
"_TITL_TRIGGER_EVENT": "{{trigger_event_name}}, where:",
|
|
1293
1293
|
"_TITL_TRIGGER_TIME": "Trigger time",
|
|
1294
1294
|
"_TITL_UNTITLED_MEASURE": "Untitled Measure",
|