@camstack/addon-model-studio 1.1.87 → 1.1.89
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 +367 -369
- package/dist/{_virtual_mf-localSharedImportMap___mfe_internal__addon_model_studio_page-Dw2xfTwY.mjs → _virtual_mf-localSharedImportMap___mfe_internal__addon_model_studio_page-DgImEydX.mjs} +4 -4
- package/dist/addon-model-studio.css +1 -1
- package/dist/{hostInit-BPRQpUb3.mjs → hostInit-BgksTUCB.mjs} +3 -3
- package/dist/model-studio.addon.js +6 -1
- package/dist/model-studio.addon.mjs +6 -1
- package/dist/remoteEntry.js +1 -1
- package/dist/{virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_model_studio_page__remoteEntry_js-SUuOWEIq.mjs → virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_model_studio_page__remoteEntry_js-KRSZGiYt.mjs} +1 -1
- package/package.json +1 -1
|
@@ -13376,7 +13376,12 @@ var ConfigEntrySchema = object({
|
|
|
13376
13376
|
value: unknown(),
|
|
13377
13377
|
description: string().optional()
|
|
13378
13378
|
});
|
|
13379
|
-
|
|
13379
|
+
/**
|
|
13380
|
+
* Only `manual` since D356: the operator picks, nothing links itself. The
|
|
13381
|
+
* field survives on the wire because a viewer already OTA'd parses it —
|
|
13382
|
+
* drop it once no shipped client reads `mode`.
|
|
13383
|
+
*/
|
|
13384
|
+
var LinkedDevicesModeSchema = _enum(["manual"]);
|
|
13380
13385
|
/** One resolved linked device — the compact projection consumers need. */
|
|
13381
13386
|
var LinkedDeviceSchema = object({
|
|
13382
13387
|
deviceId: number(),
|
|
@@ -13355,7 +13355,12 @@ var ConfigEntrySchema = object({
|
|
|
13355
13355
|
value: unknown(),
|
|
13356
13356
|
description: string().optional()
|
|
13357
13357
|
});
|
|
13358
|
-
|
|
13358
|
+
/**
|
|
13359
|
+
* Only `manual` since D356: the operator picks, nothing links itself. The
|
|
13360
|
+
* field survives on the wire because a viewer already OTA'd parses it —
|
|
13361
|
+
* drop it once no shipped client reads `mode`.
|
|
13362
|
+
*/
|
|
13363
|
+
var LinkedDevicesModeSchema = _enum(["manual"]);
|
|
13359
13364
|
/** One resolved linked device — the compact projection consumers need. */
|
|
13360
13365
|
var LinkedDeviceSchema = object({
|
|
13361
13366
|
deviceId: number(),
|
package/dist/remoteEntry.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as e, t } from "./virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_model_studio_page__remoteEntry_js-
|
|
1
|
+
import { n as e, t } from "./virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_model_studio_page__remoteEntry_js-KRSZGiYt.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_model_studio_page-
|
|
2756
|
+
return tr ||= rr(() => import("./_virtual_mf-localSharedImportMap___mfe_internal__addon_model_studio_page-DgImEydX.mjs")).catch((e) => {
|
|
2757
2757
|
throw tr = void 0, e;
|
|
2758
2758
|
}), tr;
|
|
2759
2759
|
}
|