Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bahrus committed Dec 11, 2023
1 parent 0f4f3eb commit 2fe9f92
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 25 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,9 @@ Value coming from marker
<my-custom-element -num-value></my-custom-element>


<script nomodule>
numValue ** 2
</script>
<meta itemprop=square be-computed='from -num-value.'>
<meta itemprop=square
onload="numValue ** 2"
be-computed='from -num-value.'>
</form>
```

Expand Down
2 changes: 1 addition & 1 deletion demo/Example1i.html → demo/Example1hAndi.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Example 1i</title>
<title>Example 1hAndi</title>
<script type=importmap>
{
"imports": {
Expand Down
36 changes: 36 additions & 0 deletions demo/Example1j.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Example 1j</title>
<script type=importmap>
{
"imports": {
"be-enhanced/": "../node_modules/be-enhanced/",
"be-exporting/": "../node_modules/be-exporting/",
"be-hive/": "../node_modules/be-hive/",
"be-linked/": "../node_modules/be-linked/",
"be-observant/": "../node_modules/be-observant/",
"be-propagating/": "../node_modules/be-propagating/",
"be-value-added/": "../node_modules/be-value-added/",
"mount-observer/": "../node_modules/mount-observer/",
"trans-render/": "../node_modules/trans-render/",
"xtal-element/": "../node_modules/xtal-element/"
}
}
</script>
</head>
<body>
<my-custom-element -num-value></my-custom-element>


<meta itemprop=square
onload="numValue ** 2"
be-computed='from -num-value.'>
<script type=module>
import '../be-computed.js';
import '../my-custom-element/my-custom-element.js';
</script>
</body>
</html>
42 changes: 24 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"be-enhanced": "0.0.56",
"be-exporting": "0.0.3",
"be-hive": "0.0.127",
"be-linked": "0.0.69",
"be-linked": "0.0.70",
"be-observant": "0.0.171",
"be-propagating": "0.0.29",
"be-value-added": "0.0.18",
"be-value-added": "0.0.19",
"trans-render": "0.0.707",
"xtal-element": "0.0.579"
},
Expand Down

0 comments on commit 2fe9f92

Please sign in to comment.