@celldl/editor 0.20260305.0 → 0.20260305.1
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/CellDLEditor.es.js
CHANGED
|
@@ -64572,7 +64572,7 @@ class hU {
|
|
|
64572
64572
|
`);
|
|
64573
64573
|
}
|
|
64574
64574
|
getMaxConnections(t) {
|
|
64575
|
-
return t.pluginData(this.id).baseComponent
|
|
64575
|
+
return t.pluginData(this.id).baseComponent?.numPorts || 1 / 0;
|
|
64576
64576
|
}
|
|
64577
64577
|
//==========================================================================
|
|
64578
64578
|
updateComponentProperties(t, e, n) {
|
|
@@ -65228,7 +65228,7 @@ const pU = (r) => (io("data-v-9fa7bab9"), r = r(), oo(), r), fU = { class: "flex
|
|
|
65228
65228
|
gU
|
|
65229
65229
|
]));
|
|
65230
65230
|
}
|
|
65231
|
-
}), Uj = /* @__PURE__ */ o3(LU, [["__scopeId", "data-v-9fa7bab9"]]), jj = "0.20260305.
|
|
65231
|
+
}), Uj = /* @__PURE__ */ o3(LU, [["__scopeId", "data-v-9fa7bab9"]]), jj = "0.20260305.1";
|
|
65232
65232
|
export {
|
|
65233
65233
|
Uj as CellDLEditor,
|
|
65234
65234
|
Pj as DEFAULT_VIEW_STATE,
|