@camstack/addon-pipeline-orchestrator 0.1.18 → 0.1.21
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/@mf-types/compiled-types/widgets/motion-zones/MotionGridCanvas.d.ts +2 -12
- package/dist/@mf-types/compiled-types/widgets/motion-zones/MotionGridCanvas.d.ts.map +1 -1
- package/dist/@mf-types/compiled-types/widgets/motion-zones/MotionZonesTab.d.ts.map +1 -1
- package/dist/@mf-types.zip +0 -0
- package/dist/{ReactKonva-JXCACcqD.mjs → ReactKonva--rywLr1Y.mjs} +1 -1
- package/dist/__mfe_internal__addon_pipeline_orchestrator_widgets__loadShare___mf_0_camstack_mf_1_ui_mf_2_library__loadShare__.mjs-DPoup41Y.mjs +34 -0
- package/dist/__mfe_internal__addon_pipeline_orchestrator_widgets__loadShare__konva__loadShare__.mjs-C4PYo-VP.mjs +30 -0
- package/dist/__mfe_internal__addon_pipeline_orchestrator_widgets__loadShare__react_mf_2_konva__loadShare__.mjs-DSZIXeAx.mjs +64 -0
- package/dist/_stub.js +597 -637
- package/dist/{hostInit-B0XiFU2K.mjs → hostInit-s8NZVmrk.mjs} +2 -2
- package/dist/{index-BD2XShwZ.mjs → index-CMke0KpS.mjs} +3241 -3234
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/@mf-types/compiled-types/widgets/motion-zones/MotionZonesOverlay.d.ts +0 -14
- package/dist/@mf-types/compiled-types/widgets/motion-zones/MotionZonesOverlay.d.ts.map +0 -1
- package/dist/__mfe_internal__addon_pipeline_orchestrator_widgets__loadShare___mf_0_camstack_mf_1_ui_mf_2_library__loadShare__.mjs-XtEtGou1.mjs +0 -34
- package/dist/__mfe_internal__addon_pipeline_orchestrator_widgets__loadShare__konva__loadShare__.mjs-F783v1sm.mjs +0 -8
- package/dist/__mfe_internal__addon_pipeline_orchestrator_widgets__loadShare__react_mf_2_konva__loadShare__.mjs-CJUQOcTE.mjs +0 -18
package/dist/index.mjs
CHANGED
|
@@ -17200,10 +17200,12 @@ class PipelineOrchestratorAddon extends BaseAddon {
|
|
|
17200
17200
|
{
|
|
17201
17201
|
// Widget fields manage their own state via DeviceProxy —
|
|
17202
17202
|
// `ConfigWidgetField` carries no `value` (unlike the legacy
|
|
17203
|
-
// `zone-editor` field type which still does).
|
|
17203
|
+
// `zone-editor` field type which still does). No `label` —
|
|
17204
|
+
// the section title already reads "Motion Zones"; a field
|
|
17205
|
+
// label here would duplicate it.
|
|
17204
17206
|
type: "widget",
|
|
17205
17207
|
key: "motion-zones",
|
|
17206
|
-
label: "
|
|
17208
|
+
label: "",
|
|
17207
17209
|
widgetId: "pipeline-orchestrator/motion-zones-editor",
|
|
17208
17210
|
span: 1
|
|
17209
17211
|
}
|