@matter-server/dashboard 1.2.6 → 1.2.7

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.
Files changed (20) hide show
  1. package/dist/esm/util/webrtc-provider-payload.d.ts +0 -2
  2. package/dist/esm/util/webrtc-provider-payload.d.ts.map +1 -1
  3. package/dist/esm/util/webrtc-provider-payload.js +0 -2
  4. package/dist/esm/util/webrtc-provider-payload.js.map +1 -1
  5. package/dist/web/js/{attribute-write-dialog-C0DXvpbC.js → attribute-write-dialog-CtEW9qD_.js} +1 -1
  6. package/dist/web/js/{command-invoke-dialog-QhvBXxay.js → command-invoke-dialog-D7KF-xwE.js} +1 -1
  7. package/dist/web/js/{commission-node-dialog-W3MNlP4N.js → commission-node-dialog-Co9T2m1_.js} +5 -5
  8. package/dist/web/js/{commission-node-existing-BdKkE8WK.js → commission-node-existing-Vcsia5Qz.js} +1 -1
  9. package/dist/web/js/{commission-node-thread-BnkcVojr.js → commission-node-thread-CCb6UUm_.js} +1 -1
  10. package/dist/web/js/{commission-node-wifi-D6RNAp74.js → commission-node-wifi-7CGfcbm9.js} +1 -1
  11. package/dist/web/js/{dialog-box-D42ceMiu.js → dialog-box-CN_Qk_4S.js} +1 -1
  12. package/dist/web/js/{fabric-label-dialog-BRkoFmjm.js → fabric-label-dialog-Bh6yCaOl.js} +1 -1
  13. package/dist/web/js/main.js +1 -1
  14. package/dist/web/js/{matter-dashboard-app-CzzJcQ1V.js → matter-dashboard-app-DLe-yfrV.js} +567 -607
  15. package/dist/web/js/{node-acl-add-dialog-CLP4fsZc.js → node-acl-add-dialog-IyD1EoTu.js} +1 -1
  16. package/dist/web/js/{node-binding-dialog-DQr0Trsu.js → node-binding-dialog-CahBxL34.js} +1 -1
  17. package/dist/web/js/{node-label-dialog-1r_X-9Hf.js → node-label-dialog-Xu8QQuQX.js} +1 -1
  18. package/dist/web/js/{settings-dialog-D99_dqAw.js → settings-dialog-BU2nn7IQ.js} +1 -1
  19. package/package.json +4 -4
  20. package/src/util/webrtc-provider-payload.ts +2 -4
@@ -8,8 +8,6 @@ export interface ProvideOfferRequest {
8
8
  webRtcSessionId: number | null;
9
9
  sdp: string;
10
10
  streamUsage: number;
11
- videoStreamId: number | null;
12
- audioStreamId: number | null;
13
11
  videoStreams?: number[];
14
12
  audioStreams?: number[];
15
13
  }
@@ -1 +1 @@
1
- {"version":3,"file":"webrtc-provider-payload.d.ts","sourceRoot":"","sources":["../../../src/util/webrtc-provider-payload.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,MAAM,WAAW,mBAAmB;IAChC,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;IACvB,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,GAAG,EAAE,MAAM,CAAC;IACZ,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;CAC3B;AAED,wBAAgB,wBAAwB,CACpC,GAAG,EAAE,MAAM,EACX,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,GAAG,IAAI,EAC5B,aAAa,EAAE,MAAM,GAAG,IAAI,GAC7B,mBAAmB,CAUrB"}
1
+ {"version":3,"file":"webrtc-provider-payload.d.ts","sourceRoot":"","sources":["../../../src/util/webrtc-provider-payload.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,MAAM,WAAW,mBAAmB;IAChC,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;IACvB,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,GAAG,EAAE,MAAM,CAAC;IACZ,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;CAC3B;AAID,wBAAgB,wBAAwB,CACpC,GAAG,EAAE,MAAM,EACX,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,GAAG,IAAI,EAC5B,aAAa,EAAE,MAAM,GAAG,IAAI,GAC7B,mBAAmB,CAQrB"}
@@ -8,8 +8,6 @@ function buildProvideOfferRequest(sdp, streamUsage, videoStreamId, audioStreamId
8
8
  webRtcSessionId: null,
9
9
  sdp,
10
10
  streamUsage,
11
- videoStreamId,
12
- audioStreamId,
13
11
  ...videoStreamId !== null ? { videoStreams: [videoStreamId] } : {},
14
12
  ...audioStreamId !== null ? { audioStreams: [audioStreamId] } : {}
15
13
  };
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/util/webrtc-provider-payload.ts"],
4
- "mappings": "AAAA;AAAA;AAAA;AAAA;AAAA;AAiBO,SAAS,yBACZ,KACA,aACA,eACA,eACmB;AACnB,SAAO;AAAA,IACH,iBAAiB;AAAA,IACjB;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA,GAAI,kBAAkB,OAAO,EAAE,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC;AAAA,IAClE,GAAI,kBAAkB,OAAO,EAAE,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC;AAAA,EACtE;AACJ;",
4
+ "mappings": "AAAA;AAAA;AAAA;AAAA;AAAA;AAiBO,SAAS,yBACZ,KACA,aACA,eACA,eACmB;AACnB,SAAO;AAAA,IACH,iBAAiB;AAAA,IACjB;AAAA,IACA;AAAA,IACA,GAAI,kBAAkB,OAAO,EAAE,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC;AAAA,IAClE,GAAI,kBAAkB,OAAO,EAAE,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC;AAAA,EACtE;AACJ;",
5
5
  "names": []
6
6
  }
@@ -1,4 +1,4 @@
1
- import { i, n, r, e, b as i$1, A, u as formatHex, d as b, h as handleAsync, g as t } from './matter-dashboard-app-CzzJcQ1V.js';
1
+ import { i, n, r, e, b as i$1, A, u as formatHex, d as b, h as handleAsync, g as t } from './matter-dashboard-app-DLe-yfrV.js';
2
2
  import { t as toBigIntAwareJson } from './main.js';
3
3
  import { p as preventDefault } from './prevent_default-D-ohDGsN.js';
4
4
  import { p as parseJsonPayload } from './parse-json-payload-DU9TWKdu.js';
@@ -1,4 +1,4 @@
1
- import { i, n, r, e, b as i$1, A, u as formatHex, d as b, h as handleAsync, g as t } from './matter-dashboard-app-CzzJcQ1V.js';
1
+ import { i, n, r, e, b as i$1, A, u as formatHex, d as b, h as handleAsync, g as t } from './matter-dashboard-app-DLe-yfrV.js';
2
2
  import { t as toBigIntAwareJson } from './main.js';
3
3
  import { p as preventDefault } from './prevent_default-D-ohDGsN.js';
4
4
  import { p as parseJsonPayload, i as isPlainObject } from './parse-json-payload-DU9TWKdu.js';
@@ -1,4 +1,4 @@
1
- import { r, c, a as clientContext, t as tickContext, g as t, b as i, d as b } from './matter-dashboard-app-CzzJcQ1V.js';
1
+ import { r, c, a as clientContext, t as tickContext, g as t, b as i, d as b } from './matter-dashboard-app-DLe-yfrV.js';
2
2
  import { p as preventDefault } from './prevent_default-D-ohDGsN.js';
3
3
  import './main.js';
4
4
 
@@ -52,18 +52,18 @@ let ComissionNodeDialog = class extends i {
52
52
  if (!this.client.serverInfo.bluetooth_enabled) {
53
53
  return;
54
54
  }
55
- import('./commission-node-wifi-D6RNAp74.js');
55
+ import('./commission-node-wifi-7CGfcbm9.js');
56
56
  this._mode = "wifi";
57
57
  }
58
58
  _commissionThread() {
59
59
  if (!this.client.serverInfo.bluetooth_enabled) {
60
60
  return;
61
61
  }
62
- import('./commission-node-thread-BnkcVojr.js');
62
+ import('./commission-node-thread-CCb6UUm_.js');
63
63
  this._mode = "thread";
64
64
  }
65
65
  _commissionExisting() {
66
- import('./commission-node-existing-BdKkE8WK.js');
66
+ import('./commission-node-existing-Vcsia5Qz.js');
67
67
  this._mode = "existing";
68
68
  }
69
69
  _nodeCommissioned(ev) {
@@ -71,7 +71,7 @@ let ComissionNodeDialog = class extends i {
71
71
  this._close();
72
72
  }
73
73
  _requestSettings() {
74
- import('./matter-dashboard-app-CzzJcQ1V.js').then(function (n) { return n.L; }).then(({
74
+ import('./matter-dashboard-app-DLe-yfrV.js').then(function (n) { return n.L; }).then(({
75
75
  showSettingsDialog
76
76
  }) => {
77
77
  showSettingsDialog("network-credentials");
@@ -1,4 +1,4 @@
1
- import { r, c, a as clientContext, n, e, g as t, b as i, A, h as handleAsync, d as b, s as showAlertDialog } from './matter-dashboard-app-CzzJcQ1V.js';
1
+ import { r, c, a as clientContext, n, e, g as t, b as i, A, h as handleAsync, d as b, s as showAlertDialog } from './matter-dashboard-app-DLe-yfrV.js';
2
2
  import { f as fireEvent } from './fire_event-CJVsUQ4T.js';
3
3
  import './main.js';
4
4
 
@@ -1,4 +1,4 @@
1
- import { i, c, a as clientContext, n, r, e, b as i$1, A, h as handleAsync, d as b, q as mdiAccessPoint, s as showAlertDialog, g as t } from './matter-dashboard-app-CzzJcQ1V.js';
1
+ import { i, c, a as clientContext, n, r, e, b as i$1, A, h as handleAsync, d as b, q as mdiAccessPoint, s as showAlertDialog, g as t } from './matter-dashboard-app-DLe-yfrV.js';
2
2
  import { f as fireEvent } from './fire_event-CJVsUQ4T.js';
3
3
  import './main.js';
4
4
 
@@ -1,4 +1,4 @@
1
- import { i, c, a as clientContext, n, r, e, b as i$1, A, h as handleAsync, d as b, m as mdiWifi, s as showAlertDialog, g as t } from './matter-dashboard-app-CzzJcQ1V.js';
1
+ import { i, c, a as clientContext, n, r, e, b as i$1, A, h as handleAsync, d as b, m as mdiWifi, s as showAlertDialog, g as t } from './matter-dashboard-app-DLe-yfrV.js';
2
2
  import { f as fireEvent } from './fire_event-CJVsUQ4T.js';
3
3
  import './main.js';
4
4
 
@@ -1,4 +1,4 @@
1
- import { i, n, b as i$1, d as b, g as t } from './matter-dashboard-app-CzzJcQ1V.js';
1
+ import { i, n, b as i$1, d as b, g as t } from './matter-dashboard-app-DLe-yfrV.js';
2
2
  import { p as preventDefault } from './prevent_default-D-ohDGsN.js';
3
3
  import './main.js';
4
4
 
@@ -1,4 +1,4 @@
1
- import { r, n, g as t, b as i, d as b, s as showAlertDialog } from './matter-dashboard-app-CzzJcQ1V.js';
1
+ import { r, n, g as t, b as i, d as b, s as showAlertDialog } from './matter-dashboard-app-DLe-yfrV.js';
2
2
  import { p as preventDefault } from './prevent_default-D-ohDGsN.js';
3
3
  import './main.js';
4
4
 
@@ -879,7 +879,7 @@ const ThemeService = new ThemeServiceImpl();
879
879
  * SPDX-License-Identifier: Apache-2.0
880
880
  */
881
881
  async function main() {
882
- import('./matter-dashboard-app-CzzJcQ1V.js').then(function (n) { return n.N; });
882
+ import('./matter-dashboard-app-DLe-yfrV.js').then(function (n) { return n.N; });
883
883
  let url = "";
884
884
  const isProductionServer = window.__MATTERJS_PRODUCTION_MODE__ === true || location.origin.includes(":5580") || location.href.includes("hassio_ingress") || location.href.includes("/api/ingress/");
885
885
  if (!isProductionServer) {