@gomusdev/web-components 1.57.3 → 1.57.4
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.
|
@@ -35656,7 +35656,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
35656
35656
|
reset(span_1);
|
|
35657
35657
|
template_effect(
|
|
35658
35658
|
($0) => {
|
|
35659
|
-
set_text(text2, `${item().product.
|
|
35659
|
+
set_text(text2, `${item().product.event_title ?? ""} - ${$0 ?? ""}`);
|
|
35660
35660
|
set_text(text_1, item().product.title);
|
|
35661
35661
|
},
|
|
35662
35662
|
[() => formatTime(item().time)]
|
|
@@ -35656,7 +35656,7 @@ function Item($$anchor, $$props) {
|
|
|
35656
35656
|
reset(span_1);
|
|
35657
35657
|
template_effect(
|
|
35658
35658
|
($0) => {
|
|
35659
|
-
set_text(text2, `${item().product.
|
|
35659
|
+
set_text(text2, `${item().product.event_title ?? ""} - ${$0 ?? ""}`);
|
|
35660
35660
|
set_text(text_1, item().product.title);
|
|
35661
35661
|
},
|
|
35662
35662
|
[() => formatTime(item().time)]
|