eat-js-sdk 1.0.23 → 1.0.24
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.
|
@@ -3822,7 +3822,9 @@
|
|
|
3822
3822
|
ctx[27].id
|
|
3823
3823
|
) ? "border-soft-blue" : "border-gray-850") + " " + /*isPreviewMode*/
|
|
3824
3824
|
(ctx[2] && !/*isPreviewModeInteractive*/
|
|
3825
|
-
ctx[3]
|
|
3825
|
+
ctx[3] || /*isFinished*/
|
|
3826
|
+
ctx[1] && !/*isPreviewMode*/
|
|
3827
|
+
ctx[2] ? "preview-only" : ""));
|
|
3826
3828
|
},
|
|
3827
3829
|
m(target, anchor) {
|
|
3828
3830
|
insert(target, span, anchor);
|
|
@@ -3857,14 +3859,16 @@
|
|
|
3857
3859
|
});
|
|
3858
3860
|
check_outros();
|
|
3859
3861
|
}
|
|
3860
|
-
if (!current || dirty & /*selectedOptions, isPreviewMode, isPreviewModeInteractive*/
|
|
3861
|
-
|
|
3862
|
+
if (!current || dirty & /*selectedOptions, isPreviewMode, isPreviewModeInteractive, isFinished*/
|
|
3863
|
+
30 && span_class_value !== (span_class_value = "custom-checkbox " + /*selectedOptions*/
|
|
3862
3864
|
(ctx2[4].includes(
|
|
3863
3865
|
/*option*/
|
|
3864
3866
|
ctx2[27].id
|
|
3865
3867
|
) ? "border-soft-blue" : "border-gray-850") + " " + /*isPreviewMode*/
|
|
3866
3868
|
(ctx2[2] && !/*isPreviewModeInteractive*/
|
|
3867
|
-
ctx2[3]
|
|
3869
|
+
ctx2[3] || /*isFinished*/
|
|
3870
|
+
ctx2[1] && !/*isPreviewMode*/
|
|
3871
|
+
ctx2[2] ? "preview-only" : ""))) {
|
|
3868
3872
|
attr(span, "class", span_class_value);
|
|
3869
3873
|
}
|
|
3870
3874
|
},
|