@camstack/addon-osd-manager 0.1.55 → 0.1.57

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/dist/_stub.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import "./virtualExposes-BgZ5Cn7S.mjs";
2
- import "./virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_osd_manager_page__remoteEntry_js-8FMZp9HR.mjs";
2
+ import "./virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_osd_manager_page__remoteEntry_js-D2TkWRQT.mjs";
3
3
  import { _ as e, c as t, d as n, h as r, i, l as a, m as o, n as s, p as c, r as l, t as u, u as d, y as f } from "./_virtual_mf___mfe_internal__addon_osd_manager_page__loadShare__react__loadShare__.js-Bs1t18EM.mjs";
4
4
  import { i as p, o as m, r as h, s as g } from "./responsive-BEYvn13Q.mjs";
5
5
  import { c as _, l as v, u as y } from "./use-device-snapshot-B4ByteHh.mjs";
@@ -1,9 +1,9 @@
1
- import "./virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_osd_manager_page__remoteEntry_js-8FMZp9HR.mjs";
1
+ import "./virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_osd_manager_page__remoteEntry_js-D2TkWRQT.mjs";
2
2
  //#region \0virtual:mf-localSharedImportMap:__mfe_internal__addon_osd_manager_page
3
3
  var e = {
4
4
  "@camstack/sdk": {
5
5
  name: "@camstack/sdk",
6
- version: "1.2.63",
6
+ version: "1.2.65",
7
7
  scope: ["default"],
8
8
  loaded: !1,
9
9
  from: "addon_osd_manager_page",
@@ -18,7 +18,7 @@ var e = {
18
18
  },
19
19
  "@camstack/types": {
20
20
  name: "@camstack/types",
21
- version: "1.2.143",
21
+ version: "1.2.145",
22
22
  scope: ["default"],
23
23
  loaded: !1,
24
24
  from: "addon_osd_manager_page",
@@ -33,7 +33,7 @@ var e = {
33
33
  },
34
34
  "@camstack/ui-library": {
35
35
  name: "@camstack/ui-library",
36
- version: "1.2.109",
36
+ version: "1.2.111",
37
37
  scope: ["default"],
38
38
  loaded: !1,
39
39
  from: "addon_osd_manager_page",
@@ -36,7 +36,7 @@ async function r() {
36
36
  }
37
37
  },
38
38
  "@camstack/types": {
39
- version: "1.2.143",
39
+ version: "1.2.145",
40
40
  scope: "default",
41
41
  shareConfig: {
42
42
  singleton: !0,
@@ -45,7 +45,7 @@ async function r() {
45
45
  }
46
46
  },
47
47
  "@camstack/sdk": {
48
- version: "1.2.63",
48
+ version: "1.2.65",
49
49
  scope: "default",
50
50
  shareConfig: {
51
51
  singleton: !0,
@@ -81,7 +81,7 @@ async function r() {
81
81
  }
82
82
  },
83
83
  "@camstack/ui-library": {
84
- version: "1.2.109",
84
+ version: "1.2.111",
85
85
  scope: "default",
86
86
  shareConfig: {
87
87
  singleton: !0,
package/dist/index.js CHANGED
@@ -13830,7 +13830,26 @@ var DiscoveryCandidateSchema = object({
13830
13830
  * identity ahead of adoption. Rendering metadata (unit, precision)
13831
13831
  * flows live through the cap STATUS SLICE after adoption.
13832
13832
  */
13833
- sourceInfo: SourceInfoSchema.optional()
13833
+ sourceInfo: SourceInfoSchema.optional(),
13834
+ /**
13835
+ * Set when this candidate is a device the provider ALREADY owns.
13836
+ *
13837
+ * A scan cannot generally produce the identity a device was onboarded under
13838
+ * (Reolink keys on `mac-<mac>`, learned at adopt time), so a stableId
13839
+ * comparison never matches and an owned device looks addable. Re-adopting one
13840
+ * overwrites its config with scan-derived values — that is how a Home Hub's
13841
+ * Baichuan port was overwritten with its ONVIF port, taking the hub and its
13842
+ * three child cameras offline for four hours.
13843
+ *
13844
+ * A provider that can recognise its own devices says so here. Absent means
13845
+ * "not recognised", which is not the same as "known to be new" — a provider
13846
+ * that cannot tell simply never sets it.
13847
+ */
13848
+ alreadyOnboarded: boolean().optional(),
13849
+ /** Numeric id of the device this candidate was matched to. Set with `alreadyOnboarded`. */
13850
+ onboardedDeviceId: number().optional(),
13851
+ /** Operator-facing name of the matched device, so the UI can say WHICH one it is. */
13852
+ onboardedName: string().optional()
13834
13853
  });
13835
13854
  /**
13836
13855
  * Flat device summary returned by `createDevice` / `adoptDiscoveredDevice`.
package/dist/index.mjs CHANGED
@@ -13826,7 +13826,26 @@ var DiscoveryCandidateSchema = object({
13826
13826
  * identity ahead of adoption. Rendering metadata (unit, precision)
13827
13827
  * flows live through the cap STATUS SLICE after adoption.
13828
13828
  */
13829
- sourceInfo: SourceInfoSchema.optional()
13829
+ sourceInfo: SourceInfoSchema.optional(),
13830
+ /**
13831
+ * Set when this candidate is a device the provider ALREADY owns.
13832
+ *
13833
+ * A scan cannot generally produce the identity a device was onboarded under
13834
+ * (Reolink keys on `mac-<mac>`, learned at adopt time), so a stableId
13835
+ * comparison never matches and an owned device looks addable. Re-adopting one
13836
+ * overwrites its config with scan-derived values — that is how a Home Hub's
13837
+ * Baichuan port was overwritten with its ONVIF port, taking the hub and its
13838
+ * three child cameras offline for four hours.
13839
+ *
13840
+ * A provider that can recognise its own devices says so here. Absent means
13841
+ * "not recognised", which is not the same as "known to be new" — a provider
13842
+ * that cannot tell simply never sets it.
13843
+ */
13844
+ alreadyOnboarded: boolean().optional(),
13845
+ /** Numeric id of the device this candidate was matched to. Set with `alreadyOnboarded`. */
13846
+ onboardedDeviceId: number().optional(),
13847
+ /** Operator-facing name of the matched device, so the UI can say WHICH one it is. */
13848
+ onboardedName: string().optional()
13830
13849
  });
13831
13850
  /**
13832
13851
  * Flat device summary returned by `createDevice` / `adoptDiscoveredDevice`.
@@ -1,2 +1,2 @@
1
- import { n as e, t } from "./virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_osd_manager_page__remoteEntry_js-8FMZp9HR.mjs";
1
+ import { n as e, t } from "./virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_osd_manager_page__remoteEntry_js-D2TkWRQT.mjs";
2
2
  export { t as get, e as init };
@@ -2753,7 +2753,7 @@ async function rr(e) {
2753
2753
  }
2754
2754
  }
2755
2755
  async function ir() {
2756
- return tr ||= rr(() => import("./_virtual_mf-localSharedImportMap___mfe_internal__addon_osd_manager_page-DGAWOq_3.mjs")).catch((e) => {
2756
+ return tr ||= rr(() => import("./_virtual_mf-localSharedImportMap___mfe_internal__addon_osd_manager_page-DqG15ILj.mjs")).catch((e) => {
2757
2757
  throw tr = void 0, e;
2758
2758
  }), tr;
2759
2759
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-osd-manager",
3
- "version": "0.1.55",
3
+ "version": "0.1.57",
4
4
  "description": "Binds camera on-screen-display slots to live state and recognitions",
5
5
  "keywords": [
6
6
  "camstack",