Skip to content

Commit 990d7ea

Browse files
committed
Merge branch 'hman61-doohtml-lite-v0.96.2-march-30-2025'
2 parents 2cb3add + aa3b2f9 commit 990d7ea

File tree

8 files changed

+158
-248
lines changed

8 files changed

+158
-248
lines changed

frameworks/keyed/doohtml-lite/index.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,19 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>DooHTML</title>
6+
<title>DooHTML - Lite</title>
77
<link rel="shortcut icon" type="image/png" href="./favicon.png" />
88
<link href="/css/currentStyle.css" rel="preload" as="style"/>
99
<link href="/css/currentStyle.css" rel="stylesheet"/>
10-
<script type="module" src="./js/doo.html.fn.min.js" defer ></script>
1110
<script type="module" src="./src/main.js" defer ></script>
1211
<template id="table">
13-
<table class="table table-hover table-striped test-data">
14-
<tbody id="tbody"><tr bind="rows"><td class="col-md-1">{{id}}</td><td class="col-md-4"><a>{{label}}</a></td><td class="col-md-1"><a class="remove"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span></a></td><td class="col-md-6"></td></tr></tbody>
15-
</table>
12+
<table class="table table-hover table-striped test-data">
13+
<tbody id="tbody"><tr bind="rows"><td class="col-md-1">{{id}}</td><td class="col-md-4"><a>{{label}}</a></td><td class="col-md-1"><a class="remove"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span></a></td><td class="col-md-6"></td></tr></tbody>
14+
</table>
1615
</template>
1716
</head>
1817
<body>
1918
<div id="main">
20-
2119
<div class="container">
2220
<div class="jumbotron">
2321
<div class="row">
@@ -48,12 +46,12 @@ <h1>DooHTML - Lite</h1><span class="ver"></span>
4846
</div>
4947
</div>
5048
</div>
51-
<doo-main
49+
<doo-table
5250
bind="data"
5351
data-key="key"
5452
data-has-html="false"
5553
template="#table"
56-
></doo-main>
54+
></doo-table>
5755
</div>
5856
<span class="preloadicon glyphicon glyphicon-remove" aria-hidden="true"></span>
5957
</div>

frameworks/keyed/doohtml-lite/js/doo.html.fn.min.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

frameworks/keyed/doohtml-lite/lib/doohtml.lite.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frameworks/keyed/doohtml-lite/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frameworks/keyed/doohtml-lite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-framework-benchmark-doohtml",
3-
"version": "0.96.1",
3+
"version": "0.96.2",
44
"description": "DooHTML-lite JS-Benchmark",
55
"main": "main.js",
66
"js-framework-benchmark": {

frameworks/keyed/doohtml-lite/src/DooConfig.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

frameworks/keyed/doohtml-lite/src/DooFn.js

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)