@industry-theme/xterm-terminal-panel 0.5.16 → 0.5.18
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/index.js
CHANGED
|
@@ -2748,6 +2748,7 @@ var TabbedTerminalPanelInner = ({
|
|
|
2748
2748
|
const handleCollapsedChange = hasAssociation ? (collapsed) => onAssociationCollapsedChange?.(tab.id, collapsed) : (collapsed) => {
|
|
2749
2749
|
setLocalCollapsedStates((prev) => new Map(prev).set(tab.id, collapsed));
|
|
2750
2750
|
};
|
|
2751
|
+
console.log("[CSP Debug]", { tabId: tab.id, hasAssociation, isCollapsed, hideHeader: !hasAssociation });
|
|
2751
2752
|
return /* @__PURE__ */ jsx7(CollapsibleSplitPane, {
|
|
2752
2753
|
style: { height: "100%" },
|
|
2753
2754
|
primaryContent: terminalContent,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TabbedTerminalPanel.d.ts","sourceRoot":"","sources":["../../../src/panels/TabbedTerminalPanel.tsx"],"names":[],"mappings":"AAIA,OAAO,KAKN,MAAM,OAAO,CAAC;AAKf,OAAO,KAAK,EACV,wBAAwB,EACxB,WAAW,EAMZ,MAAM,gBAAgB,CAAC;AAkExB,MAAM,WAAW,qBAAqB;IACpC,cAAc,EAAE,MAAM,IAAI,CAAC;IAC3B,gBAAgB,EAAE,MAAM,IAAI,CAAC;CAC9B;
|
|
1
|
+
{"version":3,"file":"TabbedTerminalPanel.d.ts","sourceRoot":"","sources":["../../../src/panels/TabbedTerminalPanel.tsx"],"names":[],"mappings":"AAIA,OAAO,KAKN,MAAM,OAAO,CAAC;AAKf,OAAO,KAAK,EACV,wBAAwB,EACxB,WAAW,EAMZ,MAAM,gBAAgB,CAAC;AAkExB,MAAM,WAAW,qBAAqB;IACpC,cAAc,EAAE,MAAM,IAAI,CAAC;IAC3B,gBAAgB,EAAE,MAAM,IAAI,CAAC;CAC9B;AAugDD,eAAO,MAAM,mBAAmB,EAAkC,CAAC,IAAI,SAAS,OAAO,cAAc,EAAE,OAAO,GAAG,WAAW,EAC1H,KAAK,EAAE,wBAAwB,CAAC,IAAI,CAAC,KAClC,KAAK,CAAC,YAAY,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@industry-theme/xterm-terminal-panel",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.18",
|
|
4
4
|
"description": "Industry-themed xterm.js terminal components with panel framework integration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@principal-ade/industry-theme": ">=0.1.8",
|
|
63
63
|
"@principal-ade/panel-framework-core": ">=0.5.1",
|
|
64
64
|
"@principal-ade/panel-layouts": ">=0.4.0",
|
|
65
|
-
"@principal-ade/panels": ">=1.0.
|
|
65
|
+
"@principal-ade/panels": ">=1.0.66",
|
|
66
66
|
"@principal-ade/utcp-panel-event": ">=0.1.0",
|
|
67
67
|
"@xterm/addon-fit": ">=0.10.0",
|
|
68
68
|
"@xterm/addon-search": ">=0.15.0",
|