mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-28 06:42:35 -05:00
Compare commits
1 Commits
fix-tests
...
Fix-missin
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d8eafe1d2c |
@@ -169,7 +169,7 @@ attr_type!(f64);
|
|||||||
attr_type!(char);
|
attr_type!(char);
|
||||||
|
|
||||||
#[cfg(all(target_arch = "wasm32", feature = "web"))]
|
#[cfg(all(target_arch = "wasm32", feature = "web"))]
|
||||||
pub fn attribute_expression(
|
pub(crate) fn attribute_expression(
|
||||||
el: &web_sys::Element,
|
el: &web_sys::Element,
|
||||||
attr_name: &str,
|
attr_name: &str,
|
||||||
value: Attribute,
|
value: Attribute,
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ impl<T: IntoClass> IntoClass for (Scope, T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(all(target_arch = "wasm32", feature = "web"))]
|
#[cfg(all(target_arch = "wasm32", feature = "web"))]
|
||||||
pub fn class_expression(
|
pub(crate) fn class_expression(
|
||||||
class_list: &web_sys::DomTokenList,
|
class_list: &web_sys::DomTokenList,
|
||||||
class_name: &str,
|
class_name: &str,
|
||||||
value: bool,
|
value: bool,
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ prop_type!(f64);
|
|||||||
prop_type!(bool);
|
prop_type!(bool);
|
||||||
|
|
||||||
#[cfg(all(target_arch = "wasm32", feature = "web"))]
|
#[cfg(all(target_arch = "wasm32", feature = "web"))]
|
||||||
pub fn property_expression(
|
pub(crate) fn property_expression(
|
||||||
el: &web_sys::Element,
|
el: &web_sys::Element,
|
||||||
prop_name: &str,
|
prop_name: &str,
|
||||||
value: JsValue,
|
value: JsValue,
|
||||||
|
|||||||
Reference in New Issue
Block a user