@matter-server/dashboard 0.2.5 → 0.2.7-alpha.0-20260118-993a1c7
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.
- package/README.md +16 -0
- package/dist/esm/client/models/descriptions.js +1754 -1754
- package/dist/esm/components/dialogs/binding/node-binding-dialog.d.ts.map +1 -1
- package/dist/esm/components/dialogs/binding/node-binding-dialog.js +8 -4
- package/dist/esm/components/dialogs/binding/node-binding-dialog.js.map +1 -1
- package/dist/esm/entrypoint/main.d.ts +1 -1
- package/dist/esm/entrypoint/main.d.ts.map +1 -1
- package/dist/esm/entrypoint/main.js +1 -0
- package/dist/esm/entrypoint/main.js.map +1 -1
- package/dist/esm/pages/components/header.d.ts +8 -0
- package/dist/esm/pages/components/header.d.ts.map +1 -1
- package/dist/esm/pages/components/header.js +56 -6
- package/dist/esm/pages/components/header.js.map +1 -1
- package/dist/esm/pages/components/node-details.d.ts.map +1 -1
- package/dist/esm/pages/components/node-details.js +27 -8
- package/dist/esm/pages/components/node-details.js.map +2 -2
- package/dist/esm/pages/matter-cluster-view.d.ts.map +1 -1
- package/dist/esm/pages/matter-cluster-view.js +3 -2
- package/dist/esm/pages/matter-cluster-view.js.map +1 -1
- package/dist/esm/pages/matter-dashboard-app.d.ts +6 -1
- package/dist/esm/pages/matter-dashboard-app.d.ts.map +1 -1
- package/dist/esm/pages/matter-dashboard-app.js +119 -24
- package/dist/esm/pages/matter-dashboard-app.js.map +1 -1
- package/dist/esm/pages/matter-endpoint-view.d.ts.map +1 -1
- package/dist/esm/pages/matter-endpoint-view.js +2 -1
- package/dist/esm/pages/matter-endpoint-view.js.map +1 -1
- package/dist/esm/util/format_hex.d.ts +17 -0
- package/dist/esm/util/format_hex.d.ts.map +1 -0
- package/dist/esm/util/format_hex.js +18 -0
- package/dist/esm/util/format_hex.js.map +6 -0
- package/dist/esm/util/theme-service.d.ts +27 -0
- package/dist/esm/util/theme-service.d.ts.map +1 -0
- package/dist/esm/util/theme-service.js +71 -0
- package/dist/esm/util/theme-service.js.map +6 -0
- package/dist/web/index.html +35 -0
- package/dist/web/js/{commission-node-dialog-30lGnJcb.js → commission-node-dialog-DGw5qDgH.js} +5 -5
- package/dist/web/js/{commission-node-existing-RgaziosB.js → commission-node-existing-CHyyeC8y.js} +4 -4
- package/dist/web/js/{commission-node-thread-CJn6OYQX.js → commission-node-thread-iRDSlidy.js} +4 -4
- package/dist/web/js/{commission-node-wifi-CCBBvBEh.js → commission-node-wifi-C4YNR3bG.js} +4 -4
- package/dist/web/js/{dialog-box-CFO9GMyG.js → dialog-box-ag-xOaYh.js} +2 -2
- package/dist/web/js/{fire_event-CdvT7FSP.js → fire_event-BeiEbHcE.js} +1 -1
- package/dist/web/js/main.js +140 -8
- package/dist/web/js/{matter-dashboard-app-DwI2RvT1.js → matter-dashboard-app-BxQ4W_uT.js} +3652 -3483
- package/dist/web/js/{node-binding-dialog-CmTgtqz1.js → node-binding-dialog-ClziphM0.js} +11 -7
- package/dist/web/js/{outlined-text-field-DeeCilzP.js → outlined-text-field-B-CiqgEJ.js} +2 -2
- package/dist/web/js/{prevent_default--haJaAsZ.js → prevent_default-Bs2sUnny.js} +1 -1
- package/package.json +3 -3
- package/src/client/models/descriptions.ts +1754 -1754
- package/src/components/dialogs/binding/node-binding-dialog.ts +8 -4
- package/src/entrypoint/main.ts +1 -0
- package/src/pages/components/header.ts +57 -8
- package/src/pages/components/node-details.ts +33 -8
- package/src/pages/matter-cluster-view.ts +3 -2
- package/src/pages/matter-dashboard-app.ts +123 -26
- package/src/pages/matter-endpoint-view.ts +2 -1
- package/src/util/format_hex.ts +30 -0
- package/src/util/theme-service.ts +98 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as i, c, n, d as clientContext, e, i as i$1, A, b, t } from './matter-dashboard-app-
|
|
2
|
-
import { p as preventDefault } from './prevent_default
|
|
3
|
-
import './outlined-text-field-
|
|
1
|
+
import { a as i, c, n, d as clientContext, e, i as i$1, A, b, t } from './matter-dashboard-app-BxQ4W_uT.js';
|
|
2
|
+
import { p as preventDefault } from './prevent_default-Bs2sUnny.js';
|
|
3
|
+
import './outlined-text-field-B-CiqgEJ.js';
|
|
4
4
|
import './main.js';
|
|
5
5
|
|
|
6
6
|
var _staticBlock$1;
|
|
@@ -322,7 +322,7 @@ let NodeBindingDialog = class extends i$1 {
|
|
|
322
322
|
<div>
|
|
323
323
|
<md-list style="padding-bottom:18px;">
|
|
324
324
|
${Object.values(bindings).map((entry, index) => b`
|
|
325
|
-
<md-list-item
|
|
325
|
+
<md-list-item class="binding-item">
|
|
326
326
|
<div style="display:flex;gap:10px;">
|
|
327
327
|
<div>node:${entry["node"]}</div>
|
|
328
328
|
<div>endpoint:${entry["endpoint"]}</div>
|
|
@@ -391,9 +391,13 @@ let NodeBindingDialog = class extends i$1 {
|
|
|
391
391
|
}
|
|
392
392
|
};
|
|
393
393
|
NodeBindingDialog.styles = i`
|
|
394
|
+
.binding-item {
|
|
395
|
+
background: var(--md-sys-color-surface-container-high);
|
|
396
|
+
}
|
|
397
|
+
|
|
394
398
|
.inline-group {
|
|
395
399
|
display: flex;
|
|
396
|
-
border: 2px solid
|
|
400
|
+
border: 2px solid var(--md-sys-color-primary);
|
|
397
401
|
padding: 1px;
|
|
398
402
|
border-radius: 8px;
|
|
399
403
|
position: relative;
|
|
@@ -419,8 +423,8 @@ NodeBindingDialog.styles = i`
|
|
|
419
423
|
position: absolute;
|
|
420
424
|
left: 15px;
|
|
421
425
|
top: -12px;
|
|
422
|
-
background:
|
|
423
|
-
color:
|
|
426
|
+
background: var(--md-sys-color-primary);
|
|
427
|
+
color: var(--md-sys-color-on-primary);
|
|
424
428
|
padding: 3px 15px;
|
|
425
429
|
border-radius: 4px;
|
|
426
430
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _ as __decorate, n as n$1, o as o$1, r as r$1, e, i as i$1, f as e$1, A, b, D, E as EASING, a as i$2, t, g as e$2, h as i$3, j as t$1, k as E, l as internals, m as mixinDelegatesAria, p as mixinElementInternals, u, q as i$4 } from './matter-dashboard-app-
|
|
2
|
-
import { r as redispatchEvent } from './prevent_default
|
|
1
|
+
import { _ as __decorate, n as n$1, o as o$1, r as r$1, e, i as i$1, f as e$1, A, b, D, E as EASING, a as i$2, t, g as e$2, h as i$3, j as t$1, k as E, l as internals, m as mixinDelegatesAria, p as mixinElementInternals, u, q as i$4 } from './matter-dashboard-app-BxQ4W_uT.js';
|
|
2
|
+
import { r as redispatchEvent } from './prevent_default-Bs2sUnny.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* @license
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { E as EASING, m as mixinDelegatesAria, i, _ as __decorate, n, e, r, b, f as e$1, A, a as i$1, t } from './matter-dashboard-app-
|
|
1
|
+
import { E as EASING, m as mixinDelegatesAria, i, _ as __decorate, n, e, r, b, f as e$1, A, a as i$1, t } from './matter-dashboard-app-BxQ4W_uT.js';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* @license
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@matter-server/dashboard",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.7-alpha.0-20260118-993a1c7",
|
|
4
4
|
"description": "Dashboard for OHF Matter Server",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/matter-js/matterjs-server/issues"
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@lit/context": "^1.1.6",
|
|
39
39
|
"@material/web": "^2.4.1",
|
|
40
|
-
"@matter-server/ws-client": "0.2.
|
|
41
|
-
"@matter-server/custom-clusters": "0.2.
|
|
40
|
+
"@matter-server/ws-client": "0.2.7-alpha.0-20260118-993a1c7",
|
|
41
|
+
"@matter-server/custom-clusters": "0.2.7-alpha.0-20260118-993a1c7",
|
|
42
42
|
"@mdi/js": "^7.4.47",
|
|
43
43
|
"lit": "^3.3.1",
|
|
44
44
|
"tslib": "^2.8.1"
|