intable 0.0.56 → 0.0.57
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.
|
@@ -456,9 +456,9 @@ var Select = (c) => (() => {
|
|
|
456
456
|
var O = _tmpl$7();
|
|
457
457
|
return insert(O, () => c.placeholder), effect(() => O.disabled = !c.clearable), O;
|
|
458
458
|
})();
|
|
459
|
-
})(), null), insert(O, () => c.options?.map((
|
|
460
|
-
var
|
|
461
|
-
return insert(
|
|
459
|
+
})(), null), insert(O, () => c.options?.map((O) => (() => {
|
|
460
|
+
var k = _tmpl$8();
|
|
461
|
+
return insert(k, () => O.label), effect(() => k.selected = O.value === c.value), effect(() => k.value = O.value), k;
|
|
462
462
|
})()), null), effect(() => O.value = c.value), O;
|
|
463
463
|
})();
|
|
464
464
|
delegateEvents(["input"]);
|