waibu-db 2.20.1 → 2.21.0

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.
@@ -46,9 +46,7 @@ async function btnDelete () {
46
46
  await wbs.confirmation(\`${req.t(msg)}\`, {
47
47
  ok: '${this.params.attr.id}:remove',
48
48
  close: 'y',
49
- opts: selected,
50
- theme: '${get(this, 'component.theme.name', 'default')}',
51
- iconset: '${get(this, 'component.iconset.name', 'default')}'
49
+ opts: selected
52
50
  })
53
51
  `
54
52
  this.params.html = await this.component.buildTag({ tag: 'btn', attr: this.params.attr, html: this.params.html })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waibu-db",
3
- "version": "2.20.1",
3
+ "version": "2.21.0",
4
4
  "description": "DB Helper",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/wiki/CHANGES.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changes
2
2
 
3
+ ## 2026-05-25
4
+
5
+ - [2.21.0] Auto detect theme & iconset
6
+
3
7
  ## 2026-05-22
4
8
 
5
9
  - [2.20.1] Bug fix in admin menu